Skip to content

Commit

Permalink
Changed examples to example, so the urls are actually correct
Browse files Browse the repository at this point in the history
  • Loading branch information
Freek Lijten committed Feb 10, 2012
1 parent 9f68142 commit 9914a84
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/example/README-EXAMPLE
Expand Up @@ -3,10 +3,10 @@ This folder contains a very basic, bad coded and non structured example :)
The following actions should make the example run in good shape:

1. Create the tables as found in src/lib/tables.sql
2. Fill the tables with data as found in /src/examples/data.sql
3. Create a consumer key and secret at examples/provider/create_consumer.php and put the key and secret in the config
file found at examples/consumer/config.php
4. Change the endpoint URL's in examples/consumer/config.php
2. Fill the tables with data as found in /src/example/data.sql
3. Create a consumer key and secret at example/provider/create_consumer.php and put the key and secret in the config
file found at example/consumer/config.php
4. Change the endpoint URL's in example/consumer/config.php
5. Start the OAuth handshake by loading get_request_token.php in your browser. After the handshake, copy the
received access token and secret to examples/consumer/config.php
6. Now you can test the API call using examples/consumer/api_call.php
received access token and secret to example/consumer/config.php
6. Now you can test the API call using example/consumer/api_call.php

0 comments on commit 9914a84

Please sign in to comment.