I want to create an IOS app that connects to my Office365 SharePoint team site using the list rest services. How do I do authentication? Any examples?
Tell me more
×
SharePoint Stack Exchange is a question and answer site for
SharePoint enthusiasts. It's 100% free, no registration required.
|
|
Can't mark it as a duplicate, but this should answer your question: http://stackoverflow.com/questions/1557040/objective-c-best-way-to-access-rest-api-on-your-iphone |
|||||||
|
|
As far as I know, you need to:
3) attach this token to every request you make to SharePoint services.
|
||||
|
|