捕获Facebook的JSON响应

时间:2014-02-28 05:38:00

标签: javascript json facebook

我有一张预先填写facebook个人资料中的数据的注册表。当我点击注册时,我希望它重定向到显示注册表单中输入的详细信息的页面。 我使用下面的代码将我重定向到我想要显示信息的页面:

<fb:registration redirect-uri="page-displaying-the-json-data"
 fields="name,gender,birthday,email"></fb:registration>

我的JSON响应看起来像这样:

{
   "oauth_token": "...big long string...",
   "expires": 1291840400,
   "issued_at": 1291836800,
   "name": "..."
   "gender": "male",
   "birthday": "12/16/1985",
   "email": abc@xyz.com
 }

0 个答案:

没有答案