Created by Microsoft Corporation, 2014. Provided As-is without warranty. Trademarks mentioned here are the property of their owners.
The following aspects of the API are covered in this sample. You can find additional documentation at the links below.
- Log-in the user using the Live SDK
- POST simple HTML to a new OneNote QuickNotes page
- POST multi-part message with image data included in the request
- POST page with a URL rendered as an image
- POST page with a file attachment
- Extract the returned oneNoteClientURL and oneNoteWebURL links
Tools and Libraries you will need to download, install, and configure for your development environment.
NuGet packages used in the sample. These are handled using the package manager, as described in the setup instructions. These should update automatically at build time; if not, make sure your NuGet package manager is up-to-date. You can learn more about the packages we used at the links below.
- Newtonsoft Json.NET package provides Json parsing utilities.
- Windows Live Connect SDK provides the sign-in and authorization libraries
Accounts
- At a minimum, to run this sample, you'll need to have a Microsoft account so you can authenticate and get to the OneNote pages the app creates.
- Windows Store apps use a package identity to tie the app to your Developer account. To run and modify this sample, you don't actually need to have a Microsoft Developer account, and instead you can use the built-in package identity. But, when you publish your own app, even when it's derived from this one, you'll need to get your own developer account and package identity.
After you've setup your development tools, and installed the prerequisites listed above,...
-
Download the repo as a ZIP file to your local computer, and extract the files. Or, clone the repository into a local copy of Git.
-
Open the project in Visual Studio.
-
Build and run the app (F5).
(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.)
-
Sign in to your Microsoft account in the running app.
-
Allow the app to create new pages in OneNote.
This is the initial public release for this code sample.
- Visit the dev.onenote.com Dev Center
- Contact us on StackOverflow (tagged OneNote)
- Follow us on Twitter @onenotedev
- Read our OneNote Developer blog
- Explore the API using the apigee.com interactive console. Also, see the short overview/tutorial.
- API Reference documentation
- Debugging / Troubleshooting
- Getting Started with the OneNote service API