Accessing Facebook's Info and Ads - facebook

I was just wondering if its possible to get some data from a Facebook page's "Info and Ads" tab via API.
"Info and Ads" has been launched some month ago, but I couldn't find any documentation in Facebook's API about it.
You can access a page's Info and Ads with this link:
https://www.facebook.com/[PageUsername]/ads

Related

How to check if page is restricted from advertising?

I am using Facebook marketing API for creating ads for client pages. But some ads are getting disapproved by FB ads manager because the client page was restricted from advertising. Is it possible to check if a page is restricted from creating ads or the page can't advertise.
I have found a field promotion_eligible for Page Object. It says, "Boosted posts eligibility status. Only visible to a page admin". Can we check if the page is restricted from advertising using this flag?
Thanks

How to create a Facebook Event using Facebook Graph API in 2022?

i'm trying to create a Facebook Event from Postman.
My project consists of an Event Management and Sharing System.
I was able to post a Facebook Posts of type text, link, photo, multi-photos, and video from Postman to my Facebook Page.
I'm confused about what i should do to create events through Facebook API.
At the page Event - Graph API Reference i read that "Access to Events on Users and Pages is only available to Facebook Marketing Partners".
At the page API Official Events | Facebook Developers i read that "we are temporarily pausing new integrations with partners, but you are welcome to complete the form below. Please note that responses to this form are monitored but you may not receive a direct response."
Should my company make a request to become a Facebook Marketing Partners or there's another way of creating events of facebook through Facebook API?
EDIT: i forgot to say that through Postman i'm able to retrieve an event performing a GET to https://graph.facebook.com/v13.0/980993592785922/?access_token={my_long_lived_user_access_token_with_proper_permissions}

Instagram ads engagement is only for business api?

I am doing a project for my company and I am stuck. I have to make this cost-effective.
In this link there are some methods to get comments and do comment but it gives me error: "(#10) Application does not have permission for this action" and when I try to query them with standard API it says that media_id is not valid(I got the media id with oembed code btw I am not putting there effective story id).
My question is:
Do I have any solution for getting and doing comments to ads other than switching to Business API? If I don't how should I progress with this? Should I just send my app to review with instagram_manage_comments?
Thanks
Ad comments are on Ad media - and Instagram ads are only created via facebook ad account.
You have to use facebook ad graph API. You can check detail info at this answer: Instagram dark posts, using api to read info and do operations
The link you gave in the question is correct starting point to fetch ad media and comments. However you don't need Instagram accounts to be converted to "business account" to be linked with FB page(more context for that here). But you do need to connect with FB ad account for ads media.

Open Graph post not shown facebook mobile news feed

I'm able to see the open graph post in facebook web newsfeed but not able to see same post in mobile facebook newsfeed? What can be the reason ?
Thanks in advance!
After some research i concluded the below things:
Facebook don't allow "Open Graph" on mobile site or on the mobile app. Just to reduce the traffic. It seems that some algorithms are working which prevent this post for the mobile sites.
So if "Open Graph" story/post would only be visible on Facebook web site and that is in the current activity log first and after some time on User's Facebook wall post.

Facebook shows news feed messages that aren't returned by any of the APIs

I noticed that my feedback news feed shows certain posts that aren't returned by any of the API's. (I tried the GraphAPI and the legacy REST API and FQL).
I can see those status updates at http://facebook.com on my news feed and I can also see them in the Facebook mobile app on iPhone and the mobile app on Windows Mobile.
Some of my friends seem to have set a privacy setting. I think it is this one: "How people bring your info to apps they use" - decheck "My Status Updates", although I can't confirm that is the only reason their posts don't show up, it seems one possible explanation.
So, what API are these facebook mobile applications using which returns the same data as the web site ? Is it possible for me to build another facebook client using that API?
Have you acquired the read_stream extended permission? This is required to see all postings. Typically without it you don't see any posts, but I think you can see posts that are marked as being completely public.