如何在Facebook Iframe应用程序中获得授权请求答案? 用PHP编写的授权脚本 这是授权申请请求URL。
https://www.facebook.com/dialog/oauth?client_id=APPLICATIONID&redirect_uri=https://apps.facebook.com/example/?site=fb&response_type=code&scope=email,user_hometown
答案 0 :(得分:0)
使用php的Facebook Api。使用此方法
$facebook->api('/me?fields=email,first_name,last_name,picture.type(large)');