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
Asked
Active
Viewed 694 times
2 Answers
1
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.

Sahil Mittal
- 20,697
- 12
- 65
- 90
0
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.

Mohan
- 1
- 1
-
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 '13 at 06:46
-
@NabeelArshad you need to create the UI for this by yourself. No direct method for this. – Anvesh Saxena Jan 16 '13 at 10:21