0
votes

I am trying to post link using Graph API. I am posting to https://graph.facebook.com/me/links. It is working as shown below. I want to do it similar to how Snip.it displays. I mean show "via Snip.it" in the bottom as shown in the figure below. If I keep the cursor on top of the link, a hover panel is also displayed.

Is it possible to do like that via Graph API? If not, how is Snip.it doing it?

By the way, If I post a link to feed url (https://graph.facebook.com/me/feed), I get the error "The post's links must direct to the application's connect or canvas URL.".

Through my app:

enter image description here

Through Snip.it:

enter image description here

1

1 Answers

0
votes

You can use feed dialog mentioned in following link here. "snip it" is a Facebook app, in feed dialog you specify the app_id, by defining app_id Facebook will add "via" + "your app name" in each feed dialog.