Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

There is a # present in the access token which is not getting parsed properly. This happens when I am using the Facebook PHP connect SDK.

I have seen similar issues being reported by other folks. How can I fix this problem?

share|improve this question
I am using php 5.2 and i dont even see the # in $_GET. Does this mean that I need to upgrade PHP or is there any other way – user210504 Sep 18 '11 at 18:21

1 Answer

This is to do with your redirect_uri. See here https://developers.facebook.com/blog/post/552/

share|improve this answer
but whats the solution to the problem? – user210504 Sep 15 '11 at 15:54
I have used the solution being proposed in various blogs, the best one so far is the one which calls for reseting the window.location.hash to empty. – user210504 Oct 14 '11 at 22:21

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.