facebook - Valid access token not work in Graph API Explorer -


the facebook access token debugger access token valid:

issued  1368430222 (24 minutes ago)  expires 1373614222 (in 2 months)  valid   true 

but when test in graph api explorer fail error:

{    "error": {    "message": "an active access token must used query information current user.",    "type": "oauthexception",     "code": 2500   }  } 


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -