We are looking for information on how to create very simple REST application for sharepoint hosted by Microsoft (Office 365) which uses OAuth.
Basically, we are just started investigating this and we are looking for something similar to what Dropbox API or Facebook API has:
- Where on Microsoft MSDN, we can register our application, get application secret, specify callback?
- What are sharepoint.com endpoints for oauth flow?
We are able to make REST app using username/password but we cannot find how to get OAuth path working.
EDIT: We are unable to find any reference for this on MSDN - the REST is explained here: http://msdn.microsoft.com/en-us/library/office/dn593591.aspx