Facebook PHP API Iframe 应用程序
Facebook PHP API Iframe applicaition
如何在 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
通过使用 Facebook Api of php.Use 这个方法
$facebook->api('/me?fields=email,first_name,last_name,picture.type(large)');
如何在 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
通过使用 Facebook Api of php.Use 这个方法
$facebook->api('/me?fields=email,first_name,last_name,picture.type(large)');