another problem with the Facebook connection from Titanium.
I make an request to Facebook with Graph API, but I only get an empty result:
SUCCESS; {"data":[]}
This is my code:
Ti.App.fb.requestWithGraphPath('me/friends', false, 'GET', showRequestResult);
I've also tried to use the request example from KitchenSink, but that's not working, because the method is turned for my FB SDK.
So, I've tried to update the permissions for facebook with "user_friends" but if I log in, it's not asking for this permission.
Any Ideas? Thanks for your help.