So I am trying to install the facebook application to login..I added the secret key and api but nothing is happening when I click the facebook button. I tried logging in and out of facebook and the site...nothing works

any ideas?

asked 04 Jul '11, 09:21

pisoj's gravatar image

pisoj
1063511
accept rate: 0%

edited 04 Jul '11, 12:10

@pisoj, we require all postings at meta.osqa.net to have a clear, specific QUESTION in the title field. Please edit this ASAP to make it a proper question.

(04 Jul '11, 09:51) rickross ♦♦

Here are the steps I took with a similar problem.

  1. Make sure you have python-openid module installed. If you have easy install, run >> easy_install python-open id ( alternatively you can run >> pip install -U python-openid )
  2. Add Facebook Authentication to OSQA. Read these instructions in wiki.
  3. Make sure all URL settings for your Facebook App are correct. This includes Site URL and Site Domain, which are required.
  4. Restart your web server (just in case).

I can click FB login now, but I get an error after login:

The authentication with Facebook connect failed, cannot find authentication tokens

link

answered 09 Jul '11, 08:06

osqa81's gravatar image

osqa81
56359
accept rate: 0%

edited 09 Jul '11, 08:15

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×75
×40
×5

Asked: 04 Jul '11, 09:21

Seen: 789 times

Last updated: 09 Jul '11, 08:15

powered by OSQA