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
As the success message suggests, let's add an app to our new project. On the command prompt, run the following command.
27
27
@@ -152,11 +152,11 @@ In Step 2:
152
152
153
153
Be sure to replace `http://127.0.0.1:8000` with your correct web server address if you are using a different server.
154
154
155
-

155
+

156
156
157
157
In Step 3, select `Read mail`. If you plan on going beyond this tutorial and trying Calendar or Contacts API, go ahead and select additional permissions as well. For the purposes of this tutorial though, only `Read mail` is required.
158
158
159
-

159
+

160
160
161
161
After clicking the **Register App** button, copy your client ID and secret from the tool. Replace the `YOUR CLIENT ID` and `YOUR CLIENT SECRET` placeholders in the `.\tutorial\authhelper.py` file with these values and save your changes.
162
162
@@ -431,11 +431,11 @@ Update the `mail` function in `views.py` to use this new template.
431
431
432
432
Save the changes and sign in to the app. You should now see a simple table of messages in your inbox.
433
433
434
-

434
+

435
435
436
436
## Next Steps ##
437
437
438
-
Now that you've created a working sample, you may want to learn more about the [capabilities of the Mail API](https://msdn.microsoft.com/office/office365/APi/mail-rest-operations). If your sample isn't working, and you want to compare, you can download the end result of this tutorial from [GitHub](https://github.com/jasonjoh/python-tutorial).
438
+
Now that you've created a working sample, you may want to learn more about the [capabilities of the Mail API](https://msdn.microsoft.com/office/office365/APi/mail-rest-operations). If your sample isn't working, and you want to compare, you can download the end result of this tutorial from [GitHub](https://github.com/jasonjoh/python_tutorial).
0 commit comments