Get relationship anniversary using Facebook Graph - facebook

Is there a way to get the user's relationship anniversary, like wedding anniversary, using Facebook Graph API 2.3?
Thanks!

Life event cannot be accessed by graph api. Here is a doc for it https://developers.facebook.com/docs/graph-api/reference/life-event, but you cannot get authority to fetch any event for user.

Related

Get Facebook creative id through graph api

I’m looking for a solution to get the ad post id, in the page post, when I create an ad creative from the graph api.
I simply cannot get it through the graph api, because it’s linked to the business manager.
Any ideas, how I can get the id from the graph api - or how I can create a page post with the specifications from the ad creative.
I’ve tried almost everything, and I’m just stuck.
I can create the page post manually by copying the id and paste it into the api. But I can’t fetch it from their graph api.. or am I just missing something?

How to find Facebook Custom API id

I've started working with the Facebook Ads API and can make an audience, campaign or adset fine over the API.
I'm having trouble when I want to retrieve the ID of something I've created in order to do something with it. Can I get this over the API? Or is it something that I have to on site?
Ideally I'd be able to retrieve the newest audience just after creating it.
I don't think Facebook provide an API id for each api call.
but you can save the api results to your data, and then reuse the data.

How to get facebook events via event id?

How to get Facebook events via event id?
i wanted to enter a event id to get all of the data, is there any API for this?
or please tell me how to get the events via graph api.
You need the permission: user_events
API : /EVENT_ID
You can test the same here: Graph API Explorer

Get facebook public events based on location by using Facebook - Graph Api or FQL

Hello friends I was trying to get all the facebook public events by using graph api or fql.
something link here : allevents.in.
but couldn't manage to find the exact way which can get me a location based events. can you guys help me how to find the location based events from the facebook.

Accessing Facebook Likes and Interests with the old rest api

In their recent changes, Facebook now links your likes and interests with community and fan pages. How can I retrieve this information using the old rest API and Facebooker. I tried things like this to get the music preferences :
facebook_session.user.music
but I get a blank string instead of the relevant connections. Is it mandatory to use the new Graph API in order to make this work?
I believe this data can only be accessed via the Graph API.