HaxeExtension / extension-facebook

OpenFL Facebook SDKs integration
Other
24 stars 16 forks source link

invitableFriends error #10

Closed madrazo closed 7 years ago

madrazo commented 7 years ago

Hi again. When login with the "user_friends" permission and calling FriendList.invitableFriends I get the error W/FacebookSDK.Request(4344): starting with Graph API v2.4, GET requests for //me/invitable_friends should contain an explicit "fields" parameter. Any ideas? Thanks!

joackobengochea commented 7 years ago

After the version 2.0 of the Facebook API, the list of friends who have not installed the app is no longer available, I think. That might be one of the problems...

2016-12-15 11:40 GMT-03:00 Carlos Madrazo notifications@github.com:

Hi again. When login with the "user_friends" permission and calling FriendList.invitableFriends I get the error W/FacebookSDK.Request(4344): starting with Graph API v2.4, GET requests for //me/invitable_friends should contain an explicit "fields" parameter. Any ideas? Thanks!

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/SempaiGames/extension-facebook/issues/10, or mute the thread https://github.com/notifications/unsubscribe-auth/AFqIyEWB8vnIakXklvfbXVfZ_5kezPALks5rIVF7gaJpZM4LOKr8 .

madrazo commented 7 years ago

Thanks. I have added ["fields"=>"data"], as in "friendsWhoHaveInstalled" and now it says "No permission to access invitable_friends"

madrazo commented 7 years ago

Thanks, I see that you need Facebook Canvas support I will try to add "Game Request Dialog" instead https://developers.facebook.com/docs/apps/faq#faq_104376946653191 https://developers.facebook.com/docs/games/gamesonfacebook

joackobengochea commented 7 years ago

Great! :D

2016-12-15 13:22 GMT-03:00 Carlos Madrazo notifications@github.com:

Thanks, I see that you need Facebook Canvas support I will try to add "Game Request Dialog" instead https://developers.facebook.com/docs/apps/faq#faq_104376946653191 https://developers.facebook.com/docs/games/gamesonfacebook

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/SempaiGames/extension-facebook/issues/10#issuecomment-267370900, or mute the thread https://github.com/notifications/unsubscribe-auth/AFqIyM7QIBqeAscWFvZsvbSQXjGaR5Ruks5rIWk6gaJpZM4LOKr8 .

madrazo commented 7 years ago

AppInvite.invite works as intended