Hello!
I am trying to request: facebook.request(“me/invitable_friends?limit=5000”)
On iOS it’s functioning properly, I get a callback and fill my UI with the list that I get.
On Android, I never get a callback. It just keeps loading. Which is weird because everything else I’m using from Facebook is working.
Is there anything that I might be missing for Android?
Thanks!