@@ -13,9 +13,9 @@ Zend Framework 1 OAuth 2 examples.
1313Jamendo API OAuth 2
1414-------------------
1515
16- 1 . Add the latest Zend Framework and the Chrisweb library to the library directory.
16+ 1 ) Add the latest Zend Framework and the Chrisweb library to the library directory.
1717
18- 2 . Setup an Apache vhost for the example:
18+ 2 ) Setup an Apache vhost for the example:
1919
2020apache vhost.conf
2121
@@ -38,11 +38,11 @@ apache vhost.conf
3838</VirtualHost>
3939```
4040
41- 3 . Update your hosts file:
41+ 3 ) Update your hosts file:
4242
4343127.0.0.1 www.jamendoapioauth2.dev
4444
45- 4 . Create a Jamendi API account, then create a configuration file and add the values:
45+ 4 ) Create a Jamendi API account, then create a configuration file and add the values:
4646
4747```
4848; application/configs/jamendo_api.ini
@@ -64,9 +64,9 @@ grantType = authorization_code
6464Facebook Open Graph API OAuth 2
6565-------------------------------
6666
67- 1 . Add the latest Zend Framework and the Chrisweb library to the library directory.
67+ 1 ) Add the latest Zend Framework and the Chrisweb library to the library directory.
6868
69- 2 . Setup an Apache vhost for the example:
69+ 2 ) Setup an Apache vhost for the example:
7070
7171apache vhost.conf
7272
@@ -89,11 +89,11 @@ apache vhost.conf
8989</VirtualHost>
9090```
9191
92- 3 . Update your hosts file:
92+ 3 ) Update your hosts file:
9393
9494127.0.0.1 www.facebookopengraphoauth2.dev
9595
96- 4 . Create a Facebook API account, then create a configuration file and add the values:
96+ 4 ) Create a Facebook API account, then create a configuration file and add the values:
9797
9898```
9999; application/configs/facebook_api.ini
0 commit comments