Welcome to the Question2Answer Q&A. There's also a
demo
if you just want to try it out.
Login
Login
Register
All Activity
Questions
Hot!
Unanswered
Tags
Users
Ask a Question
About
Wiki
Welcome to the Q&A for
Question2Answer
.
If you have questions about the platform,
click here to ask
and please use English.
If you just want to try Q2A, please use the
demo
, which also grants admin access.
Apr 29:
Q2A 1.5.2
Related questions
Facebook Login not working on my website.
facebook login not working in 1.5.1
Facebook login not working. Says that "an error ocurred" and asks to try again later
Facebook login not working, it just does nothing..
Facebook login does not display in IE6, any idea on reason?
Should Facebook login be working?
Help.. Facebook Login only works with http://domain.com. NOT www.domain.com
Facebook login information not saved (email, user name, obout) ?
where is the question2answer facebook login plug-in?
Can i use both the facebook login feature and the integrated log in facility?
All categories
Q2A Core
(3,241)
Plugins
(350)
Facebook login in my Q&A website not working
+1
vote
Hi,
I have integrated Facebook with my Q&a website in this URL:
http://www.audiorecording.me/music-production-help/
However If i try to login using Facebook, it will result to a blank page (white page)? I have tried adjusting my facebook app settings as well as htaccess but to no avail.
Any ideas how to deal with this? I search for related question in this site but nothing came as a solution. Thank you.
facebook
login
asked
Nov 8, 2011
in
Q2A Core
by
Emerson Maningo
Show 3 previous comments
thats is not a solution as then issue will come for all the existing questions which you will loose. other challenge will be lack of integration
I agree. But I am just lucky that I only have test questions on my site at this time (just installed Q&A software). No real questions yet, so re- installation works.
Please
log in
or
register
to add a comment.
Please
log in
or
register
to answer this question.
1 Answer
0
votes
After some debugging I see error in FB request:
OAuth2 specification states that 'perms' should now be called 'scope'. Please update.
I've changed qa-facebook-login.php from
<fb:login-button perms="email,user_about_me,user_location,user_website"></fb:login-button>
to
<fb:login-button scope="email,user_about_me,user_location,user_website"></fb:login-button>
But now I have problem with:
https://s-static.ak.fbcdn.net/connect/xd_proxy.php?version=3#cb=f79968af8&origin=http%3A%2F%2Fwww.motomy.com%2Ff1a9b2fe54&relation=opener&transport=postmessage&frame=f195a56c54&access_token=AAADZAR5uVlYUBAKvOnYgtEo4ZCarS7d675f4RDKaofTst1IZAJVAS8zlWUGTaWJYn1nZB7KY3tJ45ao94KLbdXSQCuIBeZBss3yQZAirJ3y0M2UC4yZBW8K&expires_in=7174&signed_request=NaO1Hr0IrUjaLjRp7Zdb4FRNmsrNhbEN47Eo8VrXprU.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsImNvZGUiOiJBUURlS2pFd051WnM4OWVaUU53Qk1YNmo2V3lpVlQ4aU1aaWRPUUJQOUM3bWpic1d5ZTZma1VNV3lQLTF2SFNRQmMzU1lxNVQ4ZGxOdnYzN1VxRWtpekEzcmJqcjZBNm1qU2Z6aFJSdXpBOGdFU1JVODg2Uzl3b2tDQlRINHNhbmo2UEE2eVZWT3ZBVDJBdW1BbTBibmtuTXlEYTlTd0p6LWxNRDNZYi1FT3oxQnZNdkRWTTdBaFQ4UERfS1JCdmtJVE9tUHRVSGt0Ml9Pd2d5R2pvU1Y1LXkiLCJpc3N1ZWRfYXQiOjEzMjM4NzQ4MjYsInVzZXJfaWQiOiIxMDAwMDA2NDczNTkxOTYifQ
answered
Dec 14, 2011
by
Krzysztof Tomczyk
Please
log in
or
register
to add a comment.