Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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

share|improve this question
Did you look into the function file_get_contents()? It also can get data from urls. Another option is CURL. – nalply Oct 3 '12 at 17:30

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.