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'm making an application that will allow the user once authentify my facebook or twitter application to be allowed to post on his personal wall from my website. I'm done with the twitter part, it wasn't hard to do. When the user allows my twitter app I get his access and secret token and save them into a database for later usage, so he is no going to have to do the whole process of authentification when he tweets to his wall. The facebook side is the problem. I basicly want to do the same like for twitter - make a link that says: Allow Application that will allow access and give me the user's tokens and save them into my database for later usage. I'm trying to use the facebook login button, but I can't do what I want to do. I'm trying to use the standart Facebook PHP SDK. Any help will be appreciated.

share|improve this question
There is no question here, just statements. Log them in using extended permissions. Use JavaScript sdk to login, and to pass access tokens to your server. Store them to post something. Though in this example I don't see a need for this. When they want to post it to their wall, log them in via js (doesn't require a login dialog if they've already approved it, and make a publishing action call to the graph api – Tommy Crush Nov 29 '12 at 19:14

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.