Page 1 of 1

How to change a segment of api url during runtime?

Posted: Fri May 03, 2013 7:07 pm
by LokmanyaThilak Govindan Sankar Selvan

Hi.. In the api below I created requests for ll and query and it worked fine.

https://api.foursquare.com/v2/venues/...

But in the api below I need to change the value of venue id (ie, 4b77c8baf964a5205daa2ee3) during runtime..

https://api.foursquare.com/v2/venues/...

I need to treat venue id like a query request. Is it possible?


How to change a segment of api url during runtime?

Posted: Fri May 03, 2013 7:09 pm
by maxkatz

How to change a segment of api url during runtime?

Posted: Fri May 03, 2013 7:29 pm
by LokmanyaThilak Govindan Sankar Selvan

Thank you !