mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
24 lines
680 B
HTML
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>
|