开发者

can i use fbml without fb connect?

开发者 https://www.devze.com 2022-12-15 02:20 出处:网络
Can i use fbml multiple friend selector tag without using F connect. I mean i have the offline sessi开发者_StackOverflow社区on keys for users.

Can i use fbml multiple friend selector tag without using F connect. I mean i have the offline sessi开发者_StackOverflow社区on keys for users.

Would like to show multiple friends selector form by using the session keys i have. But i have no idea how to set the session.

Is there any way??


You can use the set_user method from Facebook API

Here's a sample using the php library

$facebook = new Facebook(API_KEY, API_SECRET);
$facebook->set_user($user_id, $session_key);
0

精彩评论

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

关注公众号