i used the user’s valid access token to identify the user…
with this:
https://graph.facebook.com/me?fields=id&access_token=VALID_ACCESS_TOKEN
it returns:
{
"id": "100000004811603"
}
it’s obvious that i only want to extract the user’s id… that’s the only one thing i need to do everything for the user/
can someone teach me how to parse this?
it’s weird for me seeing this type of result without the Data: key
Based on how you described your problem I’ll try to answer.
Maybe I’m getting you all wrong.