跳到主要内容 跳到补充内容

Setting up selected REST sources for data loading

The following procedures explain how to acquire the connection requirements for selected social networking platforms:

  • Facebook
  • LinkedIn

You use the developer interface for each platform to get credentials and query parameters for the specific application or service you intend to collect data from.

警告注释The procedures below are accurate for the particular requests illustrated. The procedures for alternative requests may differ from those illustrated. Also, social networking platforms used in the illustrated procedures may change their interface or the other details of the procedure. When that happens, the procedures below will not be completely accurate.

Connecting to Facebook

执行以下操作:

  1. Sign into your Facebook account at:

  2. Create a new application.

    The registration and validation process for the application takes time, so the application may not be available as soon as you add it. If you have an application that was written previously, you can access that immediately, but it must be an application created with a developer account.

  3. Navigate to the developer explorer page at:

  4. Select the application.
  5. Select Get Access Token.

    The objective is to provide access to data. Get Access Token is currently the interface label Facebook uses. Even if that label changes, there must be a means of getting an access token.

  6. Generate an API method.

  7. Submit.

  8. Go to the connection dialog in the REST Connector.

  9. In the URL field, enter the URL from your Facebook application.

    The URL contains the API method that determines the type of response the data source returns. For example:

    https://graph.facebook.com/+'me?fields=albums.limit(5),posts.limit(5)'

  10. Add a parameter in the Query parameters field for the access token you received for the application.

    For example:

    Query parameters field with the name specified as access_token and the value being the Access Token supplied by the API

    The access token authenticates your access to the Facebook data. You do not need Windows authentication nor do you need to provide your Facebook credentials in the User name and Password fields.

  11. Complete the remaining fields and selections in the connection dialog.

    Create a REST connection

Connecting to LinkedIn

执行以下操作:

  1. Sign into your LinkedIn account at:

  2. Navigate to the developer page at:

  3. Create a new application.

    The registration and validation process for the application takes time, so the application may not be available as soon as you add it. If you have an application that was written previously, you can access that immediately.

  4. Follow the LinkedIn instructions for setting up OAuth 2.0 authentication and acquiring an access code: Authenticating with OAuth 2.0 Overview
  5. Go to the connection dialog in the REST Connector.

  6. In the URL field, enter the URL generated for your LinkedIn application.

  7. Enter your LinkedIn credentials in the User name and Password fields.

  8. Add a parameter in the Query parameters field for the access token you received for the application.

    For example:

    Query parameters field with the name specified as oauth2_access_token and the value being the Access Token supplied by the API

  9. Complete the remaining fields and selections in the connection dialog.

    Create a REST connection

本页面有帮助吗?

如果您发现此页面或其内容有任何问题 – 打字错误、遗漏步骤或技术错误 – 请告诉我们如何改进!