Skip to content
donpdonp edited this page Dec 19, 2014 · 6 revisions

auth

auth.email

<-
{ "id": "123abc",
  "method": "auth.email",
  "params": { "email": "[email protected]",
              "device_id": "ab123-ueo-342h" } 
}
->
{ "id":"123abc",
  "result":{"status":"OK"}
}

auth.session

<-
{ "id":"123abc",
  "method":"auth.session",
  "params":{ "device_key":"seXt2be8SH39eoHMf02NPXG64LzUnPS0iZNt+wA="}
}
->
{ "id":"123abc",
  "result":{ "user": {"id":"11fff7fd4-9276-4887-abc1"}}
}

user

user.detail

user.update

user.friend

user.payment

activity

activity.add

activity.stats

stream

stream.follow

stream.unfollow

stream.stats

Clone this wiki locally