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 best solutions below
Related Questions in POST
- Jquery on submit ajax post needs two clicks in IE
- cleaning a post URL from an Array
- AJAX xmlhttp.open sumit data using POST method
- Check if POST is succesfull (Android)
- shell cript in php code
- Recover the data already recorded in my Django admin space in my form
- post request (with body) in node.js
- issues using htmlspecialchars($_POST['']) to keep data on value after submitting
- How do you Request[""] with a Dynamic Variable? Request["@Variable"]?
- PHP Curl json POST not working for me
- difference between youtube's request and mine
- Upload Image / Make Post Request via curl + scrot + xclip
- POST the values of several html <input type='button'>
- Actionscript 3 Air iOS POST data not sending with URLLoader
- Laravel throwing error on foreach() loop on POST
Related Questions in FACEBOOK-GRAPH-API
- Facebook Api - Albums/Photos/Comments
- Upload cover photo on facebook fan page
- Add extended permissions - Facebook
- How to get public facebook page's news feed contents without user authentication/access token?
- Facebook Graph API limit publishing to fan page
- Get the relationship status of user's Facebook friends
- Iterating over PagedList result retrieved from the Facebook Graph API
- wordpress : facebook comment
- Is it possible to Login to Facebook using Parse with publish_actions and email permissions?
- Facebook game invitable friends search box
- Encoding for html in Open Graph Facebook attributes
- graph api get public events with rails/koala works only for some sites
- Want to save facebook image into my rails app
- Calling FBSDKGameRequestContent: receiving the invite but not the notification in Facebook
- Facebook page redirecting based on current location
Related Questions in FACEBOOK-PAGE
- Can't Post to Facebook Page using JS
- Retrieve /feed or /tagged on facebook community pages
- Facebook login on page app using php sdk
- Is it possible to style the new Facebook Page Plugin?
- Facebook URL - Angularjs how to get current url
- Are Facebook Messenger page-scoped IDs globally unique?
- Show website 'likes' on facebook page
- Get Facebook user's page likes iOS
- add app on facebook fanpage with facebook sdk C#
- How to upload image to existing fan page if the user is not the administrator fan page?
- Use a web crawler to get data from a Facebook page
- SDK php , add news in Public wall
- Linking Facebook app to existing facebook page on different accoun
- Publishing Photo on Fan Page album
- Get facebook page rate and reviews using Graph api
Related Questions in TARGETING
- Target a specific div when hovering over another
- $eventTarget.is($(this)) not working
- Get all Jquery variables beginning with "blank"
- Targeting an element
- How to get rid of extra breadcrumbs on thumbs pages?
- targeting sprites from a method in the document class - null object reference
- EventListeners Fetching classes with label tags
- 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?
- AWS HTTPS requests not working on EC2 Load Balancer
- Autocomplete method to get me different values
- jQuery .on() is giving me the wrong "this"
- Target one of 8 images in a UL
- Xcode Target Membership Lost the Plot
- Event delegation, why is this not working, selecting target by id
- Page post targeting and gating together
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)
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?
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/