Files
meteor/packages/twitter/twitter_configure.html
2014-10-28 00:56:32 -07:00

24 lines
680 B
HTML

<template name="configureLoginServiceDialogForTwitter">
<p>
First, you'll need to register your app on Twitter. Follow these steps:
</p>
<ol>
<li>
Visit <a href="https://dev.twitter.com/apps/new" target="_blank">https://dev.twitter.com/apps/new</a>
</li>
<li>
Set Callback URL to: <span class="url">{{siteUrl}}_oauth/twitter</span>
</li>
<li>
Select "Create your Twitter application".
</li>
<li>
On the Settings tab, enable "Allow this application to be used to Sign in with Twitter" and click
"Update settings".
</li>
<li>
Switch to the "Keys and Access Tokens" tab.
</li>
</ol>
</template>