Skip to content

Commit f24a1a8

Browse files
committed
Update README.md
Path to O365Auth.m, update Q&A with OneNote tag
1 parent 2628a3a commit f24a1a8

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -143,10 +143,8 @@ Note: You should receive confirmation that these dependencies have been added to
143143
* Create pages in OneNote notebooks
144144
![](/readme-images/OneNotePermissions.jpg)
145145

146-
12. For the **Windows Azure Active Directory** application, add or make sure the following permissions are enabled:
146+
12. For the **Windows Azure Active Directory** application, add or make sure the following permission is enabled:
147147
* Enable sign-on and read users' profiles
148-
* Access your organization's directory
149-
![](/readme-images/AADPermissions.jpg)
150148

151149
13. Copy the value specified for **Client ID** on the **Configure** page. Remember this value for the section below **Getting the ClientID and RedirectUri into the project**.
152150
14. Click **Save** in the bottom menu.
@@ -158,7 +156,7 @@ Note: You should receive confirmation that these dependencies have been added to
158156

159157
Finally, you'll need to add the Client ID and Redirect Uri you recorded from the previous section **Register your app with Microsoft Azure**.
160158

161-
Browse the **iOS-REST-API-Explorer** project directory and open up the workspace (iOS-REST-API-Explorer). In the **O365Auth.m** file, you'll see that the **ClientID** and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
159+
Browse the **iOS-REST-API-Explorer** project directory and open up the workspace (iOS-REST-API-Explorer). In the **O365Auth.m** file (located at iOS-REST-API_Explorer/Library/Authentication/O365Auth.m), you'll see that the **ClientID** and **RedirectUri** values can be added to the top of the file. Supply the necessary values here:
162160

163161
// You will set your application's clientId and redirect URI. You get
164162
// these when you register your application in Azure AD.
@@ -184,7 +182,7 @@ This sample demonstrates OneNote REST calls across the notebook, pages, sections
184182

185183
## Questions and comments
186184
We'd love to get your feedback about the OneNote REST API Explorer for iOS sample. You can send your feedback to us in the [Issues](https://github.com/OneNoteDev/iOS-REST-API-Explorer/issues) section of this repository. <br/>
187-
General questions about Office 365 development should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions are tagged with [Office365] and [API].
185+
General questions about Office 365 development should be posted to [Stack Overflow](http://stackoverflow.com/questions/tagged/Office365+API). Make sure that your questions are tagged with [Office365], [API], and [OneNote].
188186

189187
## Additional resources
190188

0 commit comments

Comments
 (0)