When posting to a Page directly on the site or via the Graph API, you can specify targeting to country , city , region and locale. When loading the /posts connection on the Page, every post is included. How can it be limited to a specific targeting?
How can I limit the result from the /posts connection on a Page to posts targeted to a specific country or language using the Graph API?
126 views Asked by Erik Arvedson At
1
There are 1 answers
Related Questions in POST
- Add an http GET/POST entry point to a Django with channels websocket
- NEXTJS - POST net::ERR_ABORTED 500 (Internal Server Error)
- Post request response time spikes
- Slim routing in PHP-DI container
- single form and multiple submit (with multiple value)
- How do I post new data directly into a nested array in my json data file?
- When my form submitts I get: Failed to load resource: the server responded with a status of 400 (Bad Request) | Cannot GET /api/auth/createEvent
- POST a 50MB file to an Azure Durable Function app
- submitting multiple files as array ,with react axios
- I'm did POST method for DELETE with correct parameters and URL in React application but receive 400 Bad request error. Can it be server side issue?
- How to change the post permalink from title plus custom field value
- Making a POST to a folder are recived as a GET
- I can't retrieve GET values
- UPS new OAuth QVEvent POST API into VBA
- How to reference a model in a POST request body schema according to OpenAPI?
Related Questions in FACEBOOK-GRAPH-API
- Facebook Post Images from local system on own Page
- How can I get posts from a facebook page using the graph API?
- Not getting all leads from Meta/Facebook using webhook for page leadgens
- Unsupported post request when trying to create a custom audience via the endpoint https://graph.facebook.com/lapi-version), (custom-audience-id/users)
- Page access token
- Facebook login via JS-SDK via OAuth will get stuck half-way
- Python - Facebook Check For Duplicate Post Before Posting
- Facebook Graph API - Story endpoint does not return all active stories
- Can't set permissions in Graph API Explorer tool
- My Authentication is not working in published mode
- Can I get my comment's reactions in FB Graph API Explorer
- Facebook GraphAPI: page subscribed_apps with subscribed_fields messages is not working
- Get Ad Account Billing Payment Transactions
- How to get a person’s username by his ID without a request to the graph?
- I am having trouble understanding the docs for Facebook Login SDK
Related Questions in FACEBOOK-PAGE
- Facebook(Meta) /post/feed Graph API can't retrieve targeting or feed_targeting field in response
- Why Facebook Page Address does not get updated Using Graph API v19.0?
- Unable to delete cover photo from Page through Graph API
- Facebook Page Form Lead Distribution on specific app - Business Manager Account
- How to perform tests regarding Facebook Pages Search API using Graph API explorer
- Issue with Uploading Cover Photo for Lead Generation Form using PHP SDK
- I've been facing a persistent issue with the Facebook API regarding the pages_read_user_content permission
- FaceBook Graph API responds with "Provide valid app ID" error when sending an HTTP request
- Facebook search api to get Id of pages by searching name
- Facebook Page Scraping (Same results appears for two different pages)
- PHP: Getting list of Facebook 'pages' under an account gets an empty list
- How to get all pages and fans count from user facebook account throght facebook graph api?
- Facebook Mentions, Comments and Messages via Email
- Facebook get page publish token not working
- Getting Facebook page access token only for app admin
Related Questions in TARGETING
- Targeting with Google Apps Script for Google Ads Performance Max Campaign
- Facebook(Meta) /post/feed Graph API can't retrieve targeting or feed_targeting field in response
- How to target an element inside a shadow DOM from another web component wrapped inside it
- C++ stat() function not finding remote file
- Where is the correct place to put google play's age group targeting code in android studio?
- How to target multiple classes of same element (ordered list ol)?
- How do I reference and manipulate a targeted object from a called function outside the function's scope?
- How to add a one click statement to an event delegated function?
- update last modified time per row targeted at a set column
- AWS HTTPS requests not working on EC2 Load Balancer
- Targeting the last odd element with a given class
- targeting words in a line of text
- Target parent menu through 1 specific single sub menu
- Finding the closest target in a group of enemies with 3 different tags
- Listening for child selector
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Popular Tags
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Ok, I found a solution using FQL stream. I'll put the answer here in case someone else needs it.
Example, selecting only post for Sweden:
Or posts for Spain:
https://developers.facebook.com/docs/reference/fql/stream/