So I am use the 2.3 API Version trying to access the /me/friends list that returns all of my friends who are also using the app. Except, it always returns the following:
{
"data": [
],
"summary": {
"total_count": 889
}
}
I have tried using the Graph Explorer as well as the JS Sdk right within the browser with no luck.
I am requesting the user_friends
permission and it is actually included by default. And yes, I have many friends who have been using our app. I debugged the token online via Facebook's debugger and concluded the token does indeed have that permission.
NOTE: Our app isn't listed in the Facebook app store. It is however Live and available to the public.
Can someone help?