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 rather expect that this might be impossible - but I was wonderring if it was possible to post a facebook status via passing in a URL.

Something to the effect of

 http://facebook.com/?status=<URL ENCODED STRING>  
share|improve this question

1 Answer

up vote 10 down vote accepted

Wow. Almost a full year since I asked this question.

As an FYI and for my own future reference, I did eventually discover how to do this.

 http://www.facebook.com/sharer/sharer.php?u=<url to share>&t=<message text>
 https://twitter.com/intent/tweet?text=<message>
 http://www.linkedin.com/shareArticle?mini=true&url=<url>&title=<title>&summary=<description>&source=<source>

Google plus does not have a good option to use this method in desktop, but you can use their mobile URL

 https://m.google.com/app/plus/x/?v=compose&content=<message>
share|improve this answer
1  
the facebook URL should read u=<url to share>&t=<message text> – afxjzs Apr 26 '12 at 20:53

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.