For example…I would like to make a “client”. First, people post to my client, and then to Facebook.
(I want to make a client so that I can store posts)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Facebook has a number of APIs, including ones which will allow you to do the thing you describe. The term “posts” is a little vague since that covers a number of things on Facebook, but as an example there is the
Status.SetAPI Call you can be used to update a user’s status.A useful place to start would be the Facebook Developer Wiki.