Tag: facebook
-
GraphQLParser nesting limitation
0 I’m using Facebook’s C++ library GraphQLParser to parse GraphQL queries. If a pass the library a query with an extremely large number of nested selection sets – it crashes due to stack overflow. Query for example: query X { name { name { name { … } Is there a way to configure the…
-
Instagram mobile apps api
-1 i need your help. does someone here know what api which using by instagram mobile apps instagram? the assumption is i make my own crawler plugin for instagram hashtag and post by api i got from web inspect element and instagram graphql such as https://www.instagram.com/explore/tags/${hashtagName}/ and https://www.instagram.com/api/v1/tags/web_info/?tag_name=${hashtagName}, but the hashtag isn’t complete, only get…
-
Why is this error, GraphQL query is unauthorized showing up in facebook?
1 I am not a developer and just a regular facebook user. Just now I tried to retrieve my 2 notifications in marketplace messenger and I got this error> GraphQL query is unauthorized This query is unauthorized because some field’s permission check has failed. I then tried to go to my own Facebook profile page…
-
Social Media Marketing: Sleigh Your Social Media Game This Holiday Season
Actions Panel Ticket sales end soon Take your social media marketing skills to the next level this holiday season. Master strategies to maximize sales and client engagement. By NACCEFollow Date and time Monday, September 25 · 4 – 5pm PDT Location Online About this event 1 hour Mobile eTicket Tis the season to boost your…
-
Facebook Ads API Insights: Not receiving `dda_results` in Ads Insights API response
0 I am using the Facebook Ads API to pull Ads Insights data for my campaigns. I am trying to include dda_results in the data I fetch, which according to the Facebook documentation should contain "Estimated incremental conversions caused by a given ad". Here’s the API query I am using: https://graph.facebook.com/v18.0/act_XXXX/insights?level=ad&fields=campaign_name,campaign_id,adset_name,adset_id,ad_name,ad_id,clicks,reach,impressions,objective,spend,inline_link_clicks,dda_results&limit=500&time_increment=1&access_token=XXXX&time_range[since]=2023-09-10&time_range[until]=2023-09-21 The API returns the…