Hi,
I’m doing a login with Facebook and my name popup, I accept etc. and everything seems to work smoothly.
I save the user_id into a Global variables as I use it as a unique identifier:
local response = json.decode( event.response ) local myID = util.FBConvert( response.id )
The problem starts here, myID is not myID. It’s something called app_scoped_id.
Anywho, it doesn’t complain so I would like to show a facebook dialog with all my friends but the list is empty. The same happens if I request them instead, it just returns an empty list.
I think this has todo with Facebook changing their API but I’m not sure.
I changed the FB settings according to this post:
http://forums.coronalabs.com/topic/47833-facebook-v2-on-ios-wrong-login-window-is-shown/
I also tried what “schroederapps” posted but with no luck.
Any help with this is highly appreciated.
Best regards,
Tomas