Skip to content
This repository was archived by the owner on Mar 13, 2020. It is now read-only.

Commit f1231da

Browse files
committed
Added images to README
1 parent 061899d commit f1231da

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎README.md‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,11 @@ Before we proceed, we need to register our app in Azure AD to obtain a client ID
6666

6767
Be sure to replace `http://localhost` with your correct web server address if you are using a different server.
6868

69-
IMAGE HERE
69+
![The Step 2 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/registration-step-2.PNG)
7070

7171
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.
7272

73-
IMAGE HERE
73+
![The Step 3 section of the App Registration Tool.](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/registration-step-3.PNG)
7474

7575
After clicking the **Register App** button, copy your client ID and secret from the tool. We will use them in the next section.
7676

@@ -500,7 +500,7 @@ Update `./home.php` one final time to generate the table.
500500

501501
Save your changes and run the app. You should now get a list of messages that looks something like this.
502502

503-
IMAGE HERE
503+
![The finished app displaying the user's inbox.](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/inbox-listing.PNG)
504504

505505
## Next Steps ##
506506

0 commit comments

Comments
 (0)