joost
joost

Reputation: 6659

How to create a Foursquare profile url from an ID?

When I have a Foursquare user ID (retrieved via their API), how do I create a link to the user's profile on Foursquare?

Upvotes: 3

Views: 1218

Answers (1)

joost
joost

Reputation: 6659

Made the correct guess myself, use: http://foursquare.com/u/:id (eg. https://foursquare.com/u/26776). It will redirect to the actual profile url.

Upvotes: 5

Related Questions