2

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.

General Grievance
  • 4,555
  • 31
  • 31
  • 45
Senthilraja
  • 21
  • 1
  • 3
  • check the solution here http://stackoverflow.com/questions/7131909/facebook-callback-appends-to-return-url – Safran Ali Jan 03 '12 at 17:17
  • None of the solutions I found were complete enough, so I posted this http://stackoverflow.com/a/18305085/2694806 hope it helps someone. – Paul Schwarz Nov 27 '13 at 12:45
  • possible duplicate of [#\_=\_ added to URL by facebook](http://stackoverflow.com/questions/8362681/added-to-url-by-facebook) – Bryce Jan 09 '14 at 22:53

1 Answers1

0

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']

Abby
  • 3,169
  • 1
  • 21
  • 40