OAuth
From Ma.gnolia Community Wiki
Ma.gnolia is proud to support the OAuth security protocol for application integration. Through OAuth, an application can retrieve and modify data stored with a service provider without having to ask for and store the user's password. Applications that support OAuth must be registered with a Ma.gnolia member account in order to use the API. For more information or to register your app, visit the Ma.gnolia Developer Center.
OAuth Request URLs
The following URLs are used by your application to interact with Ma.gnolia's OAuth implementation:
- OAuth Request Token URL: http://ma.gnolia.com/oauth/get_request_token
- OAuth User Authorization URL: http://ma.gnolia.com/oauth/authorize
- OAuth Access Token URL: http://ma.gnolia.com/oauth/get_access_token
