What part of the Facebook API should I use to publish content using custom actions?

I want to post similar content in the following snippet from my application:

enter image description here

The most important tidbits here:

  • Photo
  • link
  • text message

I'm not quite sure where in the Graph API it makes sense for me to research this. I would like him to appear in the news feed of people who approve of the action.

+3
source share
3 answers

SocialCam Open Graph API Facebook. actions objects . , , , . "watch" - Open Graph, . Video - Open Graph, . , "" , .

, . "" , . "Action Movie", "Comedy" .. , . "" .

, , , ", ", Open Graph, Graph API. , POST:

graph.facebook.com/USER_ID/feed

message
name (sender name)
caption
link (your url)
description
picture (url to picture) 

USER_ID - , .

+7

, aa facebook action "" object "". , facebook graph api.

Facebook , ,

+3

All Articles