Is there a way that allows searching the deals available in the checkin deals?
I have found APIs that allow adding deals programatically, but not searching deals.
Is there a way that allows searching the deals available in the checkin deals?
I have found APIs that allow adding deals programatically, but not searching deals.
Facebook hasn't published official checkin deal API's yet, although according to this article they are in private beta testing with certain locations. But as of now there is no api for programmatically searching deals.
The check-in deals search page doesn't require authentication so you could watch the ajax url it calls with Chrome debugger tools network tab and scape the results. This will most likely be in violation of their terms of service though.