Facebook Graph API - Page Services - facebook-graph-api

Using the Facebook Graph API, is there a way to (1) toggle on the Services tab in the 'Templates and Tabs' settings page, and then (2) add services to a page?

Related

how to get Instagram ads data?

I am trying to implement a service that will pull Facebook and Instagram ads data using Facebook marketing API. We ran the ads on Facebook from the Facebook ads manager and I am able to pull facebook ads data. On Instagram, we boosted a post from the mobile app and all the insights are available on the app itself. I am not able to find that ad on Facebook ads manager or any other web portal. When I try to get campaigns, ad sets, and ads from API all I am getting is Facebook ads data.
Question 1: Where can I see the Instagram ad data on the web portal(Facebook ads manager or something similar)?
Question 2: Do I need to connect the account on Facebook and Instagram from somewhere else too? I already connected the Instagram page to the Facebook page and I have admin access on both.
If you have any other suggestions please do tell me.

Can i avoid showing all tenant developer portal in wso2 API manager

I am using WSO2 API Manager .In developer portal there is options to switch through multiple tenant's developer portal But I need to avoid the list of developer portals and user must be directed to single tenant's developer portal even if they are users of another tenant .Is it possible to do so?
I need to show onlycarbon.super or completely avoid this page and only allow users from test1 and test2 tenant to login to carbon.super developer portal.
There aren't any out-of-the-box configurations to disable that view (other than Redirection configuration) and route all to the carbon.super tenant in the API Manager. Therefore, to remove that view from the Devportal, you may need to do some advanced customization in the Devportal React application.
You can try checking the source of TenantListing.jsx under the Devportal react application for more clarification and make relevant changes to disable the view and route all traffic to the carbon.super tenant's portal.

Instagram Basic why need to include manage_pages to submit for review?

We have updated our application to new Instagram API platform, we only use Instagram basic display API
(instagram_graph_user_profile and instagram_graph_user_media).
Why the manage_pages required in order to submit the application? We are only using Instagram basic display API and does not require to manage the Facebook page.

server-to-server app review process for Instagram graph API

I just migrated from the deprecated Instagram API to Facebook Graph API but I am not sure if I need to go through the app review process. All I do is display my Instagram photos in a carousel on my web site. The app review process on the FB developers site ask for a Privacy URL, a screencast and what else.
Thanks

Calling Facebook Workplace API

I am playing around with Facebook's Workplace API. I have some experience working with Facebook's Graph API using the Graph API explorer, but I don't know how to call the API for workplace in the Graph API explorer. Or is there a separate Graph API explorer tool for Workplace?
Update 1
I have created the Workplace account using my domain email, but my Facebook account was created on my personal Gmail account. The Graph API explorer is opened in my personal Facebook account. Could this also be a problem?
This is how I am doing it. I am not using the Graph API explorer, but I am using postman.
Suppose you want to get the list of grp from the workplace.
With a GET req, enter the URL https://graph.facebook.com/community, and in the Headers section, add Authorization Bearer <access token>, press send, and you will see list of grps.
This is how I am doing it now.