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.

I want to access facebook REST API's using PHP OAUTH functions instead using their php_sdk. Is there anyone to help me out in this?

share|improve this question
Are you sure you want to use the REST API? Facebook are phasing it out in favor of the new graph api and oauth2.0 stuff. If you want to use that straight from php (without using the php sdk) I can maybe help. What exactly are you trying to do? – PapaFreud May 25 '11 at 7:40

1 Answer

You can save the user details in a table as mentioned in http://net.tutsplus.com/tutorials/php/how-to-authenticate-your-users-with-facebook-connect/ and manage sessions from that point effectively to achieve your goal

share|improve this answer

Your Answer

 
discard

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

Not the answer you're looking for? Browse other questions tagged or ask your own question.