I would like to know how is it possible to retrieve a string from an external page.
For example: In a PHP website, the user sends a facebook id, ex: 1157251270
If you are using Facebook's PHP SDK, you can also do this to query their graph API:
$fb = new Facebook(); $object = $fb->api('/1157251270');