Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Does Facebook have Web intent API?

Tags:

facebook

I recently came across Web Intents, specifically Twitter's.

I was looking for (and couldn't find) if Facebook has such API, specifically for posting to groups (public groups) and posting to some (public) wall.

like image 374
Nadav Avatar asked Nov 11 '11 17:11

Nadav


People also ask

What is a shared link on Facebook?

Sharing links on Facebook is one of the primary ways people use the social network. Instead of just showing the full URL, Facebook will pull data from the linked page to display a title, description, image, and domain name.

What is twitter intent?

A Tweet Web Intent makes it easy for your site visitors to compose and post a Tweet to their audience from a link on your webpage. Sites may configure Tweet text and hashtags, pass a URL, and identify Twitter accounts related to the page.


1 Answers

Yes. https://developers.facebook.com/docs/sharing/reference/share-dialog

https://www.facebook.com/dialog/share? app_id=145634995501895 &display=page &href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2F&redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer

like image 66
D3RPZ1LLA Avatar answered Sep 28 '22 04:09

D3RPZ1LLA