You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,7 @@ Providers Setup
58
58
### Twitter
59
59
- Create an app on https://apps.twitter.com
60
60
- You can put any valid URL as the callback url.
61
-
- Your configuration object should contain the 'Consumer Key (API Key)' as `appId`, the 'Consumer Secret' ass`appSecret` and the Twitter `App name` in the `callback`, eg
61
+
- Your configuration object should contain the 'Consumer Key (API Key)' as `appId`, the 'Consumer Secret' as`appSecret` and the Twitter `App name` in the `callback`, eg
62
62
```js
63
63
{
64
64
appId:'abc1234567890',
@@ -72,7 +72,7 @@ Providers Setup
72
72
### Tumblr
73
73
- Create an app on https://www.tumblr.com/oauth/apps
74
74
- You can put any valid URL as the callback url.
75
-
- Your configuration object should contain the 'OAuth Consumer Key' as `appId`, the 'OAuth Consumer Secret' ass`appSecret` and any `callback`, eg
75
+
- Your configuration object should contain the 'OAuth Consumer Key' as `appId`, the 'OAuth Consumer Secret' as`appSecret` and any `callback`, eg
0 commit comments