tomsseisums
tomsseisums

Reputation: 13357

Facebook share with custom message

There's a quiz on project site where you answer some questions and based on answers get a result. The result differs from time to time, but client demands, that the result (custom message) should be able to be shared on facebook.

All I want to do is share the url to the quiz with a custom message, ie: 'I answered 6 out of 10 questions in quiz about History, what about you?', but yes, Like button doesn't do it, share button is kind of dead and have no idea about other solutions.

How could I achieve this?

Thanks in advance!

update

Seriously... There is no way to perform such a simple task?

Upvotes: 11

Views: 18843

Answers (2)

arkod
arkod

Reputation: 2063

Seems like facebook ignores the message parameter since 2011: https://developers.facebook.com/blog/post/510/

Upvotes: 1

Soufiane Hassou
Soufiane Hassou

Reputation: 17750

What about Feed dialog ?

Direct users to this link to get a sharer-like dialog:

http://www.facebook.com/dialog/feed?
  app_id=123050457758183&
  link=http://developers.facebook.com/docs/reference/dialogs/&
  picture=http://fbrell.com/f8.jpg&
  name=Facebook%20Dialogs&
  caption=Reference%20Documentation&
  description=Dialogs%20provide%20a%20simple,%20consistent%20interface%20for%20applications%20to%20interact%20with%20users.&
  message=Facebook%20Dialogs%20are%20so%20easy!&
  redirect_uri=http://www.example.com/response

Upvotes: 9

Related Questions