I created a facebook application today for my site, I request access_token via javascript sdk with scope = manage_pages, offline_access, read_insights, I realized that offline_access was not granted for the newly created application, the rest of the permission was granted, but I already made two applications, through which I can get offline_access scope for my access token, my question is:
Are there any updates included in the new Javascript sdk.
steps to play: 1. Create a facebook application.
2. Replace the editing application, and on the left side - click on the api explorer graph.
3. In the graphical explorer, select the newly created application and.
4.click get_accestoken button dialog -> advanced resolution
5.select read_insights, manage_pages, offline_access checkboxes.click ok.
- You may notice that besides offline_access there is another request.
The access that you got from the above steps expires when the session is closed. therefore, you can understand that the offline_access area is not specified.
Please help me out of this ... thanks in advance.
source
share