mixin authentication

mixin provides a standard authentication based on OAuth.

How to get an authentication token

You have to create a mixin account, you’ll be able to register a new Consumer (as OAuth define it) in your profile page.

If you plan to create a new service based on mixin data, you can get user’s information and interact with their account with a minimum of constraints for the user, he has to agree when you redirect him to mixin with your Request Token.

See OAuth specifications for more.

mixin’s OAuth URLs

Entry points, urls and limitations:

Table Of Contents

Previous topic

mixin API at a glance