验证访问令牌Facebook?

时间:2016-08-25 16:58:38

标签: facebook facebook-graph-api

我想知道如何验证facebook在我的服务器登录时生成的访问令牌?它还包含哪些信息

我跟着this page做了这个

https://graph.accountkit.com/v2.7/me/?access_token=

但是当我把我的令牌放入其中时说它是无效的oauth令牌

当我使用这个时,我找到了

https://graph.facebook.com/app?access_token=

它带回来

{
   "category": "Lifestyle",
   "link": "http://localhost:3333/",
   "name": "testapp",
   "id": "2"
}

我不确定这是否足够有效。我希望它也会带回用户数据。

修改

我正在使用this react plugin进行Facebook登录,然后返回

accessToken: ""
email:""
expiresIn:4863
id: "" // think this is userId as it is the same numbr as UserId Field?
signedRequest:""
userID:""

0 个答案:

没有答案