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.

After I have changed my getLoginUrl using php SDK with (array('redirect_uri' => $_SERVER['REQUEST_URI'],'scope' => 'user_about_me')), still I facing problem with url appending #=.

Does anyone have answer for this problem? It happens only in Firefox and Chrome browsers.

share|improve this question
did you ever figure this out? – Chris Sep 13 '11 at 23:13
check the solution here stackoverflow.com/questions/7131909/… – Safran Ali Jan 3 '12 at 17:17

1 Answer

This is to do with the session redirect behaviour. It was mentioned in the developer blog this week here: https://developers.facebook.com/blog/post/552/

The comment about it isn't very clear - I would guess they mean if there is no redirect_uri provided, then add this? Check what value you are getting in $_SERVER['REQUEST_URI']

share|improve this answer
Does not work for me, any idea what is being talked about here – user210504 Oct 1 '11 at 22:20

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.