I am using facebook oauth authentication with PHP + Yii.It was working perfectly till last month.But suddenly it doesn't return “code” parameter in response when we do callback request.What could be the reason? Has facebook updated its authentication API recently?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I changed callback URL from 'https://graph.facebook.com/oauth/authorize?client_id='CLIENT_ID'&return_session=true&scope=manage_pages,offline_access,create_event,publish_stream,read_insights,read_mailbox,read_requests,sms,user_photos,read_stream,email,user_checkins' TO 'https://www.facebook.com/dialog/oauth?client_id=CLIENT_ID&redirect_uri=YOUR_URL&scope=read_stream&response_type=code' AND returned response code for me. |
|||
|