Aarg, can't find a good answer to this question: How can I auto-login on Facebook (knowing the username/password from a user) and then post a message on the wall? I already downloaded facebook.php, base_facebook.php and other files, but I don't how I can get this working...
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.
|
|
|
You will need to create a facebook app. This will give you the appId and secret that are required to do most things with the graph api. You don't even need the username and password of the user, they can authorise your app to post to their wall. You can find all the info https://developers.facebook.com/docs/ |
|||
|
|
|
You can use the facebook graph api and oauth to post on the facebook wall of a user. |
|||
|
|
|
Facebook's API does not support authentication via a user's email and password. You don't need facebook.php, or base_facebook.php. What you need is PHP and cURL to mimic browser HTTP requests and login to Facebook manually. Try logging in to http://m.facebook.com and use Firefox's Firebug Addon or Chrome's Developer Tools to monitor browser requests. |
|||
|
|