Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Facebook: Posting multiple links using graph API (javascript sdk)

My requirement is in such a way that when the user clicks on the button, content similar as below has to be posted on the user's wall from our site.

Sample Sharing Content

I like the following pages in xyz.com

  1. link 1
  2. link 2
  3. link 3
  4. link 4

Is this achievable through facebook graph API[javascript sdk]? If so how can it be done?

EDIT

Currently I am able to do the above but I wanna share a link with a clickable text and url. For example instead of displaying http://www.google.com, I want to display Google as the url text.

Instead of having this http://www.google.com, I wanna do this Google

Can that be done? Is it possible through API?

like image 203
Rahul Avatar asked Aug 24 '26 08:08

Rahul


1 Answers

Yes, it is possible. You first have to register an app on Facebook. Then you create a login for the user with the right permissions. And finally, you make an Api call to publish your content to their wall.

Registering app & login: http://developers.facebook.com/docs/howtos/login/getting-started/

Api call: http://developers.facebook.com/docs/reference/javascript/FB.api/

Let me know if you have any questions..

like image 176
asifrc Avatar answered Aug 26 '26 23:08

asifrc



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!