开发者

query Canvas URL using FQL

开发者 https://www.devze.com 2023-02-20 06:10 出处:网络
It seems like http://devel开发者_Go百科opers.facebook.com/docs/reference/fql/application/ provides all the information except for Canvas URL. Is it possible to query this information any other way?Wel

It seems like http://devel开发者_Go百科opers.facebook.com/docs/reference/fql/application/ provides all the information except for Canvas URL. Is it possible to query this information any other way?


Well, the solution I came up with, was simply calling the old admin.getAppProperties method.

$info = $facebook->api(array(
    'method'        => 'admin.getAppProperties',
    'properties'    => array('publish_url'),
));
0

精彩评论

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