How can make facebook friend request box showing in canvas page? -
i want make application appear friends of user in canvas , user choose friends want send request app.
i know how popup window, want without it. want show friend request box in canvas page
is these way it?
you used able fbml functionality being / has been removed.
you can create own friend selector if have permission read logged in user's friend list, , use request dialogue, , use requests dialog send requests selected users this:
fb.ui({method: 'apprequests', message: invite_message to: facebook_user_id_array }, callback);
Comments
Post a Comment