OAuth Tokens¶
Properties¶
- oauthToken (string) [Read only]
- OAuth access token that allows you to access a member’s data on the Ning Network
- oauthTokenSecret (string) [Read only]
- OAuth access token secret that is used to sign OAuth requests
- oauthConsumerKey (string) [Read only]
- A unique string that that identifies the consumer
- author (string) [Read only]
- The screenname of the member that the oauthToken is to be used for.
HTTP POST¶
/xn/rest/apiexample/1.0/Token ¶
Creates a new OAuth access token for the current user. The user is verified using basic authentication This is to be used for 2-legged OAuth. Currently tokens do not expire. See Authentication for details on using this resource.