Given I have a facebook session key (that is to say that I have succesfuly logged into facebook from my android phonegap app). How can I now use this session key in a PHP script on a server side to fetch graph info (just passing it in a URL not using cookies)?
To clarify: I am not asking how to pass the session key to the PHP script but how to use it in the PHP script in order to get graph info.
Thanks,
Avi
file_get_contents()? It also can get data from urls. Another option is CURL. – nalply Oct 3 '12 at 17:30