Skip to content
This repository has been archived by the owner on May 4, 2023. It is now read-only.

Commit

Permalink
Updating README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbergeron committed Oct 18, 2013
1 parent d737c98 commit 3601c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ If you're targeting either iOS 6 or OS X 10.8, you must use `BDBOAuth1RequestOpe

## Authentication Flow

The first step in performing the OAuth handshake is requesting an OAuth request token for your application. This can be done with the `fetchRequestTokenWithPath:method:callbackURL:scope:success:failure:` method.
The first step in performing the OAuth handshake is getting an OAuth request token for your application. This can be done with the `fetchRequestTokenWithPath:method:callbackURL:scope:success:failure:` method.

```objective-c
[self.networkManager fetchRequestTokenWithPath:@"/oauth/request_token"
Expand Down

0 comments on commit 3601c2b

Please sign in to comment.