【发布时间】:2011-11-11 00:57:59
【问题描述】:
好的,我不确定我是否可以这样做,但我需要做的是在登录时获取 facebook 用户个人资料链接。
我正在使用https://github.com/facebook/connect-js/blob/master/examples/jquery/login.html
我需要知道的是我可以从以下位置获取 profile_link:
query: 'SELECT name, pic FROM profile WHERE id=' + FB.getSession().uid
【问题讨论】: