bdbergeron / BDBOAuth1Manager

OAuth 1.0a library for AFNetworking 2.x
MIT License
100 stars 35 forks source link

Update README.md #27

Closed RealBrubru closed 9 years ago

RealBrubru commented 9 years ago

Fixing the example to reflect the renaming changes from "BDBOAuthToken" to "BDBOAuth1Credential".

bdbergeron commented 9 years ago

Ah, yes, thanks for pointing that out! The parameter name should still be requestToken, however, because this is the method for the first step in the three-legged authentication flow. There are some other places the README needs updating, so I'll make the changes manually.