开发者

Facebook getting the stars on the auth request

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜