开发者

open friends request when user clicks allow in Facebook connect

开发者 https://www.devze.com 2023-04-13 03:23 出处:网络
I allow users to use facebook connect to login to facebook and then give permission to my app. When they click allow I want the multi-friend\'s selector to open开发者_JS百科 so they can invite frien

I allow users to use facebook connect to login to facebook and then give permission to my app.

When they click allow I want the multi-friend's selector to open开发者_JS百科 so they can invite friend's to the site. I need the permissions dialoge first so I can get the user_id's of the users the person invited.

Is there a way to open the multi-friend's selector when the user clicks allow?


Hi when the user aunthenticate your application, it logins to your site, You can capture the event of login and can send him to any other url where you can put friend selector.

 FB.Event.subscribe("auth.login", function(response) {
  //send to some url(file) and put there friend selector
  });
0

精彩评论

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

关注公众号