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

Commit 16c41ac

Browse files
committed
Updated README for Outlook.com changes
1 parent 5e1b5ce commit 16c41ac

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

‎README.md‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This tutorial will use [cURL](http://php.net/manual/en/book.curl.php) to send oA
99
This guide assumes:
1010

1111
- That you already have a web server with PHP installed and working, either on your development machine or on a remote server. The tutorial was created using PHP 5.6.0 running on IIS 8.
12-
- That you have an Office 365 tenant, with access to an account in that tenant.
12+
- That you have an Office 365 tenant, with access to an account in that tenant **OR** an Outlook.com developer preview account.
1313

1414
## Create the app ##
1515

@@ -58,17 +58,17 @@ Our goal in this section is to make the link on our home page initiate the [OAut
5858

5959
Before we proceed, we need to register our app to obtain a client ID and secret. Head over to https://apps.dev.microsoft.com to quickly get a client ID and secret. Using the sign in buttons, sign in with either your Microsoft account (Outlook.com), or your work or school account (Office 365).
6060

61-
IMAGE HERE
61+
![The Application Registration Portal Sign In Page](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/sign-in.PNG)
6262

6363
Once you're signed in, click the **Add an app** button. Enter `php-tutorial` for the name and click **Create application**. After the app is created, locate the **Application Secrets** section, and click the **Generate New Password** button. Copy the password now and save it to a safe place. Once you've copied the password, click **Ok**.
6464

65-
IMAGE HERE
65+
![The new password dialog.](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/new-password.PNG)
6666

6767
Locate the **Platforms** section, and click **Add Platform**. Choose **Web**, then enter `http://localhost/php-tutorial/authorize.php` under **Redirect URIs**. Click **Save** to complete the registration. Copy the **Application Id** and save it along with the password you copied earlier. We'll need those values soon.
6868

6969
Here's what the details of your app registration should look like when you are done.
7070

71-
IMAGE HERE
71+
![The completed registration properties.](https://raw.githubusercontent.com/jasonjoh/php-tutorial/master/readme-images/php-tutorial.PNG)
7272

7373
### Back to coding ###
7474

‎readme-images/new-password.PNG‎

7.87 KB
Loading

‎readme-images/php-tutorial.PNG‎

41.4 KB
Loading

‎readme-images/sign-in.PNG‎

12 KB
Loading

0 commit comments

Comments
 (0)