NETWORK_OAUTH_REQUEST_TOKEN | NETWORK Endpoint | |
/ondemand/network/?method=NETWORK_OAUTH_REQUEST_TOKEN | ||
Get an OAuth request token using HMAC-SHA1 signature. To request a token you must have first set up your application token/secret using SETUP_URL_MANAGE, with same type and private=N. |
PARAMETERS | TYPE | NOTES | |
type | Numeric | 7=Twitter, 9=LinkedIn, 10=Other, 11=Skype | |
typetext | Text | TWITTER, LINKEDIN, SKYPE, OTHER | |
urltimeout | Text | Where to redirect if timeout occurs. | |
urlcallback | Text | Webpage that will handle the 3nd phase of the token request. | |
urlrequesttoken | Text | eg for Twitter = http://twitter.com/oauth/request_token | |
oauthmethod | GET, POST | Defaults to GET |
RETURN | ||
status | SUCCESS, ERROR | |
oauth_token | Use this token in the 2nd phase. eg for Twitter = http://twitter.com/oauth/authenticate/?oauth_token=[oauth_token]&force_login=true |