NETWORK_OAUTH2_METHOD | NETWORK Endpoint | |
/ondemand/network/?method=NETWORK_OAUTH2_METHOD | ||
Access an OAuth2 method using users stored access token. If the method is the 2nd phase in getting access to a users account on the oauth2 service, then set &remember=1 to have the users oauth access token/secret automatically stored for later use. |
PARAMETERS | TYPE | NOTES | |
type | Numeric | 8=Facebook, 10=Other | |
typetext | Text | FACEBOOK, OTHER | |
urltimeout | Text | Where to redirect if timeout occurs. | |
urlendpoint | Text | The services endpoint url - if 2nd phase in getting an access token then for Facebook it is https://graph.facebook.com/oauth/access_token. | |
oauthmethod | GET, POST | Defaults to GET | |
oauth_token | |||
token | 1 | Include token | |
remember | 1 | Remember access token. |
RETURN | ||
status | SUCCESS, ERROR |