'Cannot call API on behalf of this user' on FB API call
问题 I am having trouble with facebook API call. I am using Koala for server side api call but recently came into issue making api call. So I tried to bypass koala call and did raw api http call using call but to no avail. When I do curl from development machine it works fine. curl "https://graph.facebook.com/me?oauth_token=my_token It returns profile details, but the same thing done from production machine, it's throwing the exception {"error":{"message":"Cannot call API on behalf of this user",