I am working with foursquare API in android app and PHP and I am trying to get list of all the venues managed by user using API in PHP.
But, it always give “Margo’s Cargo” instead of my own venue. I used Managed Venues API to get list of manage venues.
Please help me to get a list of venues the current user manages.
Thanks in advance.
You mean you tried it in the API explorer? It set’s the endpoint by default to
simulate/venues/managed, which indeed returns “Margo’s Cargo”. Removingsimulate/should work:https://developer.foursquare.com/docs/explore#req=venues/managed