Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to pre-populate the Facebook status message through an URL similar to pre-populating a tweet?

This question has been asked before on SO, but most of those questions were asked a long time ago.

Essentially, we want a simple way to pre-populate the Facebook status message through the URL much like you can with Twitter.

We're aware of the Facebook APIs, but are wondering if there is a more lightweight approach.

We don't need programmatically to post a message, but just provide some default text that the user can edit before sharing.

like image 394
Crashalot Avatar asked Mar 16 '12 06:03

Crashalot


1 Answers

That actually violates the FB TOS:

Policy Violation: Pre-fill the user message parameter with any content the user didn't enter themselves, even if they can edit or delete that content before sharing. This applies to posts, comments, photo captions, and photo album captions.

https://developers.facebook.com/docs/apps/review/prefill

Facebook doesn't want you to tell users what to say.

like image 155
Georg Schölly Avatar answered Oct 10 '22 04:10

Georg Schölly