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.

Can Any one please help me. I want this textbox to be visible on my website and the users can update their status directly from the website. Thankyou in advance

facebook status text box

share|improve this question

2 Answers

First you need to Create a new App for your Site https://developers.facebook.com/apps

Then after creating the App,by using the API Key and App Secret with the Help of OAuth Protocol you need to Integrate as shown in their following

https://developers.facebook.com/docs/reference/php/

Then Include these two files then you give action to the Post Button.

share|improve this answer
I have already created an app and I am able to publish through the facebook api FEED method. but the problem is that I need to show the text area with post button on my website.. is it possible?? – Nabeel Arshad Jan 16 at 6:46
@NabeelArshad you need to create the UI for this by yourself. No direct method for this. – Anvesh Saxena Jan 16 at 10:21

The facebook API don't provide such functionality.

You may make the similar looking text box of our own, and use feed to update their status.

Sample Code.

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.