Skip to content

Commit

Permalink
Add PhotoPostExample README
Browse files Browse the repository at this point in the history
  • Loading branch information
ykws committed Jun 23, 2017
1 parent fcc1c01 commit 1db52b3
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions Examples/PhotoPostExample/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
# PhotoPostExample

## Installation

Install `cocoapods-keys`.

https://github.com/orta/cocoapods-keys

```
$ gem install cocoapods-keys
```

Get `OAuth consumer Key` and `OAuth consumer Secret`.

https://www.tumblr.com/oauth/apps

Install libraries and set up keys.
Type your keys.

```
$ pod install
CocoaPods-Keys has detected a keys mismatch for your setup.
What is the key for OAuthConsumerKey
>
Saved OAuthConsumerKey to PhotoPostExample.
What is the key for OAuthConsumerSecret
>
Saved OAuthConsumerSecret to PhotoPostExample.
...
```

0 comments on commit 1db52b3

Please sign in to comment.