Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I've noticed that when using the Foursquare API venues/search endpoint, the venues are not being returned with all the specials I find on the website using explore. These venues are returned with Foursquare specials but not 3rd party specials. I've also explored the specials/search and venues details endpoints with no luck.

The example below is the venues/search api call that will return a single venue called "Fainting Goat Pub". Currently this venue has a Scoutmob special that is visible on the Foursquare website but not in the API results.

So, is it possible to use the venues/search endpoint to get venue information along with 3rd party deals like those provided by Scoutmob? If not, how do we go about getting that information?

https://api.foursquare.com/v2/venues/search?oauth_token=XXXXXXXXX...XXXXXX&ll=39.729966,-104.987022&intent=checkin&limit=50&radius=50&v=20120101&categoryId=4d4b7105d754a06376d81259

share|improve this question

1 Answer

Specials from daily deal providers are currently not exposed via the API.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.