开发者

Facebook getting the stars on the auth request

开发者 https://www.devze.com 2023-03-06 15:02 出处:网络
this might be a simple question but I can\'t find any info on it, I\'m looking for a way to show a star rating when an application on facebook is requesting access.

this might be a simple question but I can't find any info on it, I'm looking for a way to show a star rating when an application on facebook is requesting access.

On the request for permission page the stars show under the app title

Any help with this would be appreciated

$url = $facebook->getLoginUrl(array(
    'canvas' => 1,
    'fbconnect' => 0,
    'req_perms' => 'publis开发者_开发百科h_stream,status_update,user_birthday' 
));


it happens automatically, you don't need to do anything

0

精彩评论

暂无评论...
验证码 换一张
取 消