I am successfully publishing events via the Open Graph APIs and can verify the entries show up on my Activity Feed. However, these events are not showing up on the newsfeed. They will not show up for the user I'm posting from, nor friends of the user (who are administrators of the application) as well. If I go to http://www.facebook.com/myuser/activity/id_returned_from_post, the entry is there. Why would it not show up in the newsfeed?
Related
I wanted to retrieve job applications from Facebook page using graph API. In the graph explorer i have applied my page Id in node. where we can see several fields like post, conversations, likes... Now if a person clicked "Apply now" button on facebook page. Facebook will capture the vital information to prepare resume. Now i wanted to pull those information against the job post. How is it possible using graph api https://developers.facebook.com/tools/explorer/
I believe that facebook requires you to set up a recruiting manager to access the jobs feed via that user instead of accessing the job information via the graph api for a page. This ensures that the business that owns the page has one person assigned to handling the job interactions and that the application information is being kept secure.
https://developers.facebook.com/docs/pages/jobs-xml/how-to/
I'm trying to fetch all events from a single page to display them on our website. The problem, however, is that the API gives me only events that are created by the page itself and no events that have been added to the page. So when browsing the events at facebook, the user sees events that are not listed on our website.
Right now, I'm requesting the events with my personal user token that has manage_pages for the specific page. When using a page access token obtained by the Graph API Explorer I get even less events.
I'm using this endpoint: https://graph.facebook.com/v3.1/<Page>/events
Is it possible to get Facebook events from user's liked fan pages via Open Graph. I mean I am making an app that manages events from facebook and want to present events which user can be interested in.
I have found solution to this:
/user/likes
https://developers.facebook.com/docs/graph-api/reference/v2.2/user/likes
and than
/page/events
https://developers.facebook.com/docs/graph-api/reference/v2.2/page/events
I do not why I overlooked it before
I know that our webpage can serve as a fan page if users click a Like button on one of our webpages which is setup with the proper open graph tags.
When that happens, how do we publish updates to these users?
I know it has to be from the Facebook page that is the Admin within the respective open graph tags. But how do we actually publish an update from the admins Facebook account to users that have Liked a specific webpage on our site which has the proper open graph setup..
thanks
I am working on an app that is integrating the Facebook OpenGraph. I'm trying to subscribe to Real-Time Updates so that I can have my app automatically updated whenever friends of my users check in somewhere.
It appears that Connections are available in realtime with the User Object and checkins are a connection but through the OpenGraph Explorer I can only see checkins where people have tagged myself.
When you subscribe to realtime updates, Facebook only sends you data about the users who have taken actions in your app, not their friends.
But you will get all updates about a user which has added your app - which includes when one of their friends tags them in a checkin - along with that user's own checkins.