Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Corrected a wee small teenie weenie typo just so I can get the credit :)
  • Loading branch information
aliaspooryorik committed Jan 11, 2013
1 parent bd881f4 commit 9615845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -44,7 +44,7 @@ The resulting URL will look something like this:
&access_type=online


Assuming a successful authentication, the OAuth process will relocate to the callabck URI defined in your app settings with an appended query string parameter, **code**.
Assuming a successful authentication, the OAuth process will relocate to the callback URI defined in your app settings with an appended query string parameter, **code**.

Exchange this temporary code for an access token, which you can do using the **getAccessToken()** method from this component, like so:

Expand Down

0 comments on commit 9615845

Please sign in to comment.