Any ideas why this call, which works perfectly on iOS, fails on Android devices? I get an event.isError = true.
[lua]
facebook.request(“me/friends?fields=installed,name,first_name,last_name,username”, “GET”)
[/lua]
The app is already logged into facebook and has got data about the user, downloaded their profile pic etc.