what is the best way to have the facebook share button on the website. I want to share the link and add small image to this. Do I need any key or sth like that? I hope that not
Asked
Active
Viewed 603 times
2 Answers
0
I think that the best way to make a request dialog
The Request Dialog sends a Request from one user (the sender) to one or more users (the recipients).
https://developers.facebook.com/docs/reference/dialogs/requests/

Osama Ahmad
- 235
- 3
- 5
- 14
0
You can use tfe following link:
https://www.facebook.com/dialog/feed?
app_id=458358780877780&
link=https://developers.facebook.com/docs/reference/dialogs/&
picture=http://fbrell.com/f8.jpg&
name=Facebook%20Dialogs&
caption=Reference%20Documentation&
description=Using%20Dialogs%20to%20interact%20with%20users.&
redirect_uri=https://mighty-lowlands-6381.herokuapp.com/
You just have to customize the caption,description,link, and so on to suite your needs.

Дамян Станчев
- 2,654
- 5
- 30
- 53
-
-
-
1you should create new app through this link https://developers.facebook.com/apps then get the app_id – Osama Ahmad Nov 22 '12 at 11:50
-
The app id is easy to get. redirect_uri is the url, where the user will be redirected after he posts. – Дамян Станчев Nov 22 '12 at 12:56
-
but I dont want to have any app on facebook I just want to have link on my site ... – gruber Nov 22 '12 at 14:11
-
Then use the following link: http://www.facebook.com/sharer/sharer.php?u=http%3A%2F%2Fwhatismycar.com%2Fnews%2F230bhp-subaru-brz%2F – Дамян Станчев Nov 23 '12 at 10:42