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 getting this Facebook API error:

API Error Code: 100
API Error Description: Invalid parameter
Error Message: Please migrate to OAuth2 and use new /dialog/oauth endpoint. return_session is no longer available.

However, I set the variable for Facebook API keys and API secret. What am I missing here?

share|improve this question

1 Answer

up vote 2 down vote accepted

Are you using the newest PHP SDK?

https://github.com/facebook/facebook-php-sdk

My guess is that you are using an older version (2.x), so you should upgrade. If that does not help, take a look at the login docs:

https://developers.facebook.com/docs/reference/plugins/login/

https://developers.facebook.com/docs/reference/javascript/FB.login/

https://developers.facebook.com/docs/reference/php/facebook-getLoginUrl/

share|improve this answer
Thanks for your valuable suggestions. – user1724124 Oct 31 '12 at 18:03

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.