When I request an access token from Facebook, it returns this as a string:
"access_token=AAABqLmGZAT7sBAJK8llYPWm27lgfRxVZBl************YQZDZD&expires=5182152"
How can I get only the access_token from the above value.
|
When I request an access token from Facebook, it returns this as a string:
How can I get only the |
||||
|
|
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
You can use
|
|||
|
|
|
In PHP?
Depending on your setup, you'll also want to store the |
|||
|
|