@oleg_karman wrote:
Hello. I'm using Facebook plugin and i'm implementing invite function. I'm using this code to get friends list:
sdkbox.PluginFacebook.inviteFriends( "https://fb.me/322164761287181", "http://www.cocos2d-x.org/attachments/801/cocos2dx_portrait.png");
Everything works fine, but i can't get the id's of friends that i selected for invite. Is there any listener to get the results of invite?
P.S. I tried to get results from listener
onInviteFriendsResult(result, msg)
, but mymsg
is always empty andresult
- true, no matter what number of friends i've selected or even when i've selected none.
Posts: 1
Participants: 1