Take the 2-minute tour ×
SharePoint Stack Exchange is a question and answer site for SharePoint enthusiasts. It's 100% free, no registration required.

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

share|improve this question
 
I would suggest you start here: msdn.microsoft.com/sharepoint –  Paul Schaeflein Feb 24 at 21:38
add comment

closed as too broad by Robert Lindgren Feb 25 at 6:06

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question.

Browse other questions tagged or ask your own question.