The MindMeister API v1 is deprecated. Please use the latest API v2.

Method:

mm.user.externalLogin
logs in from external service e.g. facebook or google and returns a frob

Authentication

Requires signing: Yes

Parameters

access_token (required)
service (required)
secret_token (optional)

Sample Response

<rsp stat="ok">
<frob>d7402e58ad8d20fa</frob>
</rsp>

Error Codes

20 Object not found
Object not found
25 Not privileged
The API key is not authorized to do that action
44 User error
User couldn't be created or updated.
45 User not found
User was not found.
46 Service error
Service can't be reached because of e.g. timeout or invalid tokens
47 Unknown service
Given service is not known. Must be facebook or google.
96 Invalid signature
The passed signature was invalid.
97 Missing signature
The call required signing but no signature was sent.
98 Login failed
The login details or auth token passed were invalid.
100 Invalid API Key
The API key passed was not valid or has expired.
112 Method not found
The requested method was not found.
Back to API Methods

Test Method

No API key found.

If you already have an API key you might just have to Sign In.

or Sign Up