twitter-help.html

46 lines | 1.546 kB Blame History Raw Download
<p>
    Open <a href="https://dev.twitter.com/apps" target="_blank">https://dev.twitter.com/apps</a>. Click on <i>Create a
    new
    application</i>.
</p>

<p>Fill in name, description and website. For <i>Callback URL</i> use the following value:</p>

<ul>
    <li><b>Callback URL:</b> {{callbackUrl}}</li>
</ul>

<p>Note: Twitter doesn't allow <b>localhost</b> as domain, use <b>127.0.0.1</b> instead!</p>

<p>Agree to the rules, fill in the captcha and click on <i>Create your Twitter application</i></p>

<p>Insert <i>Consumer key</i> and <i>Consumer secret</i> in the form below.</p>

<form class="form-horizontal" name="googleHelpForm">
    <div class="control-group">
        <label class="control-label" for="providerHelp.key">Consumer key </label>

        <div class="controls">
            <input type="text" class="input-xlarge" id="providerHelp.key"
                   data-ng-model="application.providers[providerHelp.index].key">
        </div>
    </div>
    <div class="control-group">
        <label class="control-label" for="providerHelp.secret">Consumer secret </label>

        <div class="controls">
            <input type="text" class="input-xlarge" id="providerHelp.secret"
                   data-ng-model="application.providers[providerHelp.index].secret">
        </div>
    </div>
</form>

<p>
    Now click on <i>Settings</i> and tick the box <i>Allow this application to be used to Sign in with Twitter</i>, and
    click on <i>Update
    this Twitter application's settings</i>.
</p>

<p>
    Close the help panel and click <i>save changes</i>.
</p>