canmove, Confirmed users
1,537
edits
Mixedpuppy (talk | contribs) |
|||
Line 182: | Line 182: | ||
| ''In:'' | | ''In:'' | ||
| /authorize response | | /authorize response | ||
| | | signed capabilities | ||
| redirect to Verify request | | redirect to Verify request (OAuth) | ||
|- | |- | ||
| | | | ||
| /verify response | | /verify response (OAuth) | ||
| | | account data object | ||
| | | [[Services/F1/Server/API#GET.7CPOST_.2Fverify|API definition]] | ||
|- | |- | ||
| | | | ||
| /send response | | /send response (Custom) | ||
| | | error data or result | ||
| | | Result is heavily service dependent, from "SUCCESS" to a bit of context information about the share. | ||
|- | |- | ||
| | | | ||
| /contacts response | | /contacts response (Custom) | ||
| | | JSON blob containing list of contact objects (POCO format) | ||
| | | [[Services/F1/Server/API#POST_.2Fcontacts|API definition]] | ||
|- | |- | ||
| ''Out:'' | | ''Out:'' | ||
Line 207: | Line 207: | ||
| | | | ||
| /verify request | | /verify request | ||
| | | OAuth/OpenID tokens from remote service | ||
| | | | ||
|- | |- | ||
| | | | ||
| /send request | | /send request | ||
| domain,username,id,account,link,message | | domain,username,id token,account,link,message | ||
| [[Services/F1/Server/API#GET.7CPOST_.2Fsend|API definition]] | | [[Services/F1/Server/API#GET.7CPOST_.2Fsend|API definition]] | ||
|- | |- | ||
| | | | ||
| /contacts request | | /contacts request | ||
| domain,username,id,account,group, maxresults,startindex | | domain,username,id token,account,group, maxresults,startindex | ||
| [[Services/F1/Server/API#GET.7CPOST_.2Fcontacts|API definition]] | | [[Services/F1/Server/API#GET.7CPOST_.2Fcontacts|API definition]] | ||
|} | |} |