vote up 0 vote down star

In my site page one text box and publish button. When i clicked on button which is a text in text box its published on facebook as status. For this update status user have to allow this application on facebook. Once user allow this application whenever user clicked publish that text will update status of facebook. and also user need not to login agian and agian to facebook. Its done internally

like update facebook status from twitter. I am new in php. is there any easy solution?

flag

1 Answer

vote up 0 vote down

If you only want to update the user status information you don't need to create a Facebook application. You can do it with PHP Curl library. Look at the example here - http://codesnippets.joyent.com/posts/show/1204

link|flag
That works if users want to give you their actual Facebook credentials which they won't. You can however use Facebook Connect to achieve something like the OAuth method in Twitter... – Udo May 17 at 13:14
Thanks for reply. I saved this code in x.php and run. But it doesn't work.it displays blank page. is any error? please help me. – Shubhada May 18 at 3:26
hello, I gave echo for each line. It displays one by one output. It shows login page of facebook then my home page . But why doesn't it set status update? above status update box it displays this line "We use security question to help identify you as the owner of your Facebook account if you ever need to write us for help." I have not used security question. is it need to set security question? Whats the problem please tell me. code is working but it doesn't set status. How many time takes to update the status? Please help. Its urgent! – Shubhada May 18 at 4:15
sorry busy at work now - I will test the code and send it to you as soon as I can. – dasha salo May 18 at 5:23
Ok Friend. Thanks :) – Shubhada May 18 at 5:48
show 1 more comment

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.