2

When I am trying to connect using the Facebook Connect SDK for PHP, #_=_ is appended to the URL. As a result of this, subsequent calls to facebook don't work. How to take care of this.

Does any one have an answer to question?

user210504
  • 1,749
  • 2
  • 17
  • 36
  • possible duplicate of [#\_=\_ added to URL by facebook](http://stackoverflow.com/questions/8362681/added-to-url-by-facebook) – Bryce Jan 09 '14 at 22:52
  • Possible duplicate of [Facebook Callback appends '#\_=\_' to Return URL](https://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url) – Renan Araújo Sep 06 '17 at 13:59

1 Answers1

1

This fragment is to do with your redirect_uri and you need to make your app be able to handle it. See here https://developers.facebook.com/blog/post/552/

Abby
  • 3,169
  • 1
  • 21
  • 40