FAQ/API Documentation/Authentication Resources

OAuth Sign In

Lockerz Admin
posted this on December 05, 2010 06:39 pm

This call will let a user authenticate into Plixi.

URL

<API_Endpoint>/oauthsignin

HTTP Method

GET

Formats

XML, JSON

Authenticated

YES

Input

N/A

Contents

N/A

Output

Profile

Parameters

N/A

Error Codes

403 Forbidden - Credentials are not valid.

Notes

N/A

Example

curl -X GET http://api.plixi.com/api/tpapi.svc/oauthsignin -H "TPAPIKEY:4C49020A-2462-496E-BF61-2F305A7A076E" -H "TPSERVICE:Facebook" -H "TPAPI:126385570718039|fe58034a9be787b185580016-100001409253718|LYPz6TbqeTfZpt1vHlkRSS091Oc,126385570718039|fe58034a9be787b185580016-100001409253718|LYPz6TbqeTfZpt1vHlkRSS091Oc"

 
Topic is closed for comments