Connection API PHP SDK
The Connection API is used to retrieve the user's profile data after a login with a social network account.
This API is mainly used in the callback handler, a small script located on your own server.
Our API will send a POST
request with a connection_token
to that script whenever a user logs in with a social network account.
This token can then be used to retrieve the connection details
and the user's profile data.
Resource/URI | GET |
---|---|
Connections
/connections.json
|
List all connections |
Connection
/connections/<connection_token>.json
|
Retrieve connection data |