I’m currently trying to implement the preferred currency API, but all the graph API is returning to me is the user ID.
I go to the following link:
https://graph.facebook.com/100001342672661?fields=currency&access_token=XXXX
I get this back:
{
“id”: “100001342672661”
}
I’ve looked in the graph API explorer and get the same result. There are no errors, and “currency” appears to be a valid field, it’s just not returning anything. Any ideas as to why this is happening?
The FacebookId and the user access_token are not matching, this is why you’re getting only the FacebookId as an answer.