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.

I am using facebook-php-sdk for facebook integration on my site. I am generating a login url from facebook using their api function getLoginUrl(), passing a params array in the parameter. The params array contains a key called redirect_uri.

When the user clicks on the facebook connect button on my site it links to the login url provided above from facebook. Facebook then authenticates the user and it redirects the user's browser back to the redirect_uri I specify in params. This url contains GET parameters and a url fragment #_=_ in the end. Why does facebook add a url fragment at the end of the redirected url. Is there some way to avoid the url fragment?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

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

Browse other questions tagged or ask your own question.