This site contains the documentation that is relevant to older WSO2 product versions and offerings.
For the latest WSO2 documentation, visit https://wso2.com/documentation/.

Configuring Foursquare Operations

To use the Foursquare  connector, add the <foursquare.init> element in your configuration before carrying out any other Foursquare  operations. 

init
<foursquare.init>
	<apiUrl>{$ctx:apiUrl}</apiUrl>
    <accessToken>{$ctx:accessToken}</accessToken>
</foursquare.init>
properties
  • apiUrl: API url(https://api.foursquare.com).

  • accessToken: Valid access token.

 For more information about access token, see

https://developer.foursquare.com/overview/auth

Now that you have connected to Foursquare, use the information in the following topics to perform various operations with the connector.