Skip to content

Instantly share code, notes, and snippets.

@rizrmd
Created June 7, 2014 03:49
Show Gist options
  • Select an option

  • Save rizrmd/fee162cd1f4c8fff5f6a to your computer and use it in GitHub Desktop.

Select an option

Save rizrmd/fee162cd1f4c8fff5f6a to your computer and use it in GitHub Desktop.
Kii REST API - Slide 21
curl -v -X POST \
-H "content-type:application/vnd.kii.AuthTokenFacebookRequest+json" \
-H "x-kii-appid:{APP_ID}" \
-H "x-kii-appkey:{APP_KEY}" \
"https://api-sg.kii.com/api/apps/{APP_ID}/integration/facebook" \
-d '{"accessToken":"{ACCESS_TOKEN_PROVIDED_BY_FACEBOOK}"}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment