Can not get facebook invitable friends on android

I integrated facebook plugin already, and it works fine on iOS. But I can not get invitable friends of facebook after I logged into facebook on Android. And there’s no debug info traced related facebook when I run on Android. I checked the sdkbox_config.json, all set debug to true. Is there anything I can do?

OK, after struggling on this for hours, I found the solution to work around this.
Before I use requestInvitableFriends() to get invitable friends, it works on iOS, but seems does not work properly on Android.
So I try to use api() instead, it works on both iOS and Android. Please fix this in the future.

I believe requestInvitableFriends() works fine for us.

Have you checked our samples yet… !!
Please go through it and let us know if it works for you.

https://github.com/sdkbox/sdkbox-facebook-sample

Also, do check out our docs here -
http://docs.sdkbox.com/en/plugins/facebook/v3-cpp/

Best,
Pabitra

Hi Pabitra, I checked the sample before, but there is nowhere to call requestInvitableFriends() method, only a callback method in HelloWorldScene. Did I miss sth?

I believe with requestInvitableFriends you need to get a list of friends that you could invite right. .!!

The last callback in our sample - "invite friends" will return you a screen if you click done at the right top corner it will show you the friends that you could send invites.

Best,
Pabitra

requestInvitableFriends not working .

The application must have a canvas configuration for this API call to work.
How to setup canvas configuration for a app .There is no such option in settings section.