I have a problem reading the response from facebook when authenticating on the url with curl
The response that comes back in the body is:
access_token=XXX&expires=5435
My question is: How do I make Facebook reply with Json data?
I have tried adding Content-Type:json to the request headers but it does not help.
Thanks for any help!
Br
Niclas
That’s an exception on the Graph API. /oauth/access_token is the only point that doesn’t return JSON, as far as I know.