You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+7-5Lines changed: 7 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -57,7 +57,7 @@ You can find additional documentation at the links below.
57
57
*[POST a new notebook](http://dev.onenote.com/docs#/reference/post-notebooks)
58
58
*[POST a new section under a specific notebook](http://dev.onenote.com/docs#/reference/post-sections)
59
59
* Updates Pages:
60
-
* Examples of [PATCH Pages](http://dev.onenote.com/docs#/reference/patch-pages) will be added soon.
60
+
* Examples of [PATCH Pages](http://dev.onenote.com/docs#/reference/patch-pages)
61
61
62
62
### O365 based API (only available on beta)
63
63
* All the APIs for Microsoft Account (LiveId) are supported in O365 as well except the following:-
@@ -66,7 +66,7 @@ You can find additional documentation at the links below.
66
66
*$search query option is currently not supported.
67
67
68
68
Additional features in beta:
69
-
* Example of [DELETE Page]
69
+
* Example of [DELETE Page] (http://dev.onenote.com/docs#/reference/delete-pages) (page is coming soon).
70
70
71
71
### Prerequisites
72
72
@@ -100,7 +100,7 @@ is up-to-date. You can learn more about the packages we used at the links below.
100
100
* Use the least permissible scopes by editing [.../OneNoteServiceSamplesWinUniversal.Shared/OneNoteApi/LiveIdAuth.cs](https://github.com/OneNoteDev/OneNoteAPISampleWinUniversal/blob/master/OneNoteServiceSamplesWinUniversal.Shared/OneNoteApi/LiveIdAuth.cs#L61) (~line 61).
101
101
*[Create an app package and use appropriate certificates](http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh975357.aspx)
102
102
103
-
**To use this Code Sample in your own Microsoft Office 365 based app, refer to the details in the blog [TBD](TBD)
103
+
**To use this Code Sample in your own Microsoft Office 365 based app, refer to the details in the blog [Support for work and school notebooks on Office 365](http://blogs.msdn.com/b/onenotedev/archive/2015/04/30/support-for-work-and-school-notebooks-on-office-365-in-preview.aspx)
104
104
105
105
### Using the sample
106
106
@@ -119,9 +119,11 @@ After you've set up your development tools, and installed the prerequisites list
119
119
120
120
(If your copy of NuGet is up-to-date, it should automatically update the packages. If you get package-not-found errors, update NuGet and rebuild, and that should fix it.)
121
121
122
-
If you get any build or deployment errors related to the Publisher of the app, be sure to
122
+
If you get any build or deployment errors related to the Publisher of the app (Microsoft Account), be sure to
123
123
[Create LiveId app package and use appropriate certificates](http://msdn.microsoft.com/en-us/library/windows/apps/xaml/hh975357.aspx)
124
-
[Create O365 app package and use appropriate certificates](TBD)
124
+
125
+
If you get any build or deployment errors related to the Publisher of the app (Microsoft Office 365), be sure to
126
+
[Have your app appear in the Office 365 app launcher](https://msdn.microsoft.com/en-us/office/office365/howto/connect-your-app-to-o365-app-launcher)
0 commit comments