AnthonyLins / facebook-actionscript-api

Automatically exported from code.google.com/p/facebook-actionscript-api
0 stars 0 forks source link

Cannot get access token #469

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
1. call FacebookDesktop.init()
2. put a debug on initHandler()
3. check for response obect

Expected to see response object but instead get fail object 

api version 1.8.1

error message : an active access token is required

Original issue reported on code.google.com by faraz-ur...@vaival.com on 11 Jun 2014 at 11:29

GoogleCodeExporter commented 8 years ago
It may be possible that this API is no longer properly working with Graph 2.0

Original comment by adr...@redcodelabs.com on 12 Jun 2014 at 7:34

GoogleCodeExporter commented 8 years ago
I figured out the issue. Previously login was returning "access_token" in the 
result object, but now it returns  "#access_token" instead. This was what was 
causing the issue

Original comment by faraz-ur...@vaival.com on 12 Jun 2014 at 7:59