i've created a facebook Application today for my website i'm requesting access_token through javascript sdk with scope=manage_pages,offline_access,read_insights i figured out that offline_access was not given for the application newly created rest of the permission was granted but i've already made two application through that i can able to get offline_access scope for my access token my question is,
Is there any updates included in the new Javascript sdk .
steps to reproduce: 1.create an application in facebook.
2.click edit application and at the left side links click graph api explorer.
3.In the graphi explorer choose your newly created application and.
4.click get_accestoken button dialogue box ->extended permission
5.select read_insights,manage_pages,offline_access checkboxes.click ok.
- you can notice except offline_access other request are Present.
The access_token which you got from above steps will expires when session closed. so you can understand offline_access scope was not given.
Please some one help me to get out of this ... thanks in advance.