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.

i need to post message on the wall of the facebook.

for this i am fallowing this Facebook tutorial.

i need some enhancement for this tutorial that is i need place status message programmatically.

means when user login with username and password then automatically display the status message in status box.

like welcome to my facebook.

i found that this is the url to get message box.

then how can i add status message into this box.

can any one please help me.

Thank u in advance.

(Let me add comment if any one did n't get my question)

share|improve this question
You can try this link: freelance.ph/tutorials/php-and-mysql/… – keithics May 8 '12 at 6:17

1 Answer

up vote 0 down vote accepted

I took a guess and added the message parameter. It worked! See:

http://www.facebook.com/connect/prompt_feed.php?message=hello

You might consider using newer APIs as I believe this one is deprecated.

share|improve this answer
i amtrying like this,facebook.com/connect/prompt_feed.php/… i am getting error statically declaring objective-c class NSString – MaheshBabu May 3 '11 at 10:02

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.