Is there an easy way to allow users to update their status on Facebook using the message I have in a JavaScript variable? I know there is a URL that you can use to exchange a link that looks like this:
<a href="http://www.facebook.com/sharer.php?u=www.fthisclass.com/jshoregen.html&t=title">testlink </a>
This does not populate the status update when it brings them to the sharing page. Is there a way that I can have a pre-populated or automatically update my status?
Thanks!
Edit: Not quite what I'm going to do. I can use PHP if necessary (although I have very little experience with it), but I do not want to need to bypass users using the application or to deal with writing a facebook application. I just want to give users an updated status update, so all they need to do is click the Share button. Thanks again!
Edit 2: Api looks promising, but a bit complicated for me. It seems like this will require obtaining permission from the user to establish their status, and maybe something about setting up a cross channel for my site to communicate with facebook. Assuming I can do this, how do I go with the JavaScript Javascript api? I get the code (user_setStatus looks pretty simple), but how do I tell my script that I am using the Facebook api? Thanks again ... again!
javascript url facebook share status
user246748
source share