Chris Conner
Chris Conner

Reputation: 21

The fbs_YOUR_APP_ID not being passed after authentication. Started happening less than 24 hours ago

Starting about 20 hours ago, our web site noticed one thing. After a user authenticates with FB:Login, the $_REQUEST[fbs_YOUR_APP_ID] is not being passed anymore. As a result, we were not able to get the fb_user_id, etc.

Facebook's current documentation still suggests using $_REQUEST[fbs_YOUR_APP_ID] https://developers.facebook.com/docs/guides/web/#login

Is it a bug that FB not passing $_REQUEST[fbs_YOUR_APP_ID] any more?

Upvotes: 0

Views: 80

Answers (1)

Igy
Igy

Reputation: 43816

The page you linked doesn't mention $_REQUEST anywhere as far as I can see, it uses _COOKIE near the bottom though?

Did you follow the Oauth and HTTPS migrations ( https://developers.facebook.com/docs/oauth2-https-migration/ ) ? it's been mandatory since Oct 1st but it's only been forced in the last day or so

Upvotes: 1

Related Questions