Need auth error had extraneous button, make sure facebook oauth works for domain used in dev.
This commit is contained in:
Родитель
ee596ce52c
Коммит
d678e127ce
|
@ -26,8 +26,8 @@ oauth.twitter.com.authorize = https://twitter.com/oauth/authenticate
|
|||
# This is a 'raindrop' app currently owned by markh. By necessity it is
|
||||
# configured to use a redirect URL back to the default host and port specified
|
||||
# below for this server.
|
||||
oauth.facebook.com.app_id = 158102624846
|
||||
oauth.facebook.com.app_secret = 4203f7f23803f405e06509ec4d4b9729
|
||||
oauth.facebook.com.app_id = 163981616966631
|
||||
oauth.facebook.com.app_secret = 78e3bd4ab991ccf50fb9220452eb30b4
|
||||
oauth.facebook.com.scope = publish_stream,offline_access
|
||||
oauth.facebook.com.authorize = https://graph.facebook.com/oauth/authorize
|
||||
oauth.facebook.com.access = https://graph.facebook.com/oauth/access_token
|
||||
|
|
16
tasks.txt
16
tasks.txt
|
@ -2,10 +2,20 @@ Tasks:
|
|||
|
||||
- timezone fix? - Shane
|
||||
- injector code review: David ask Myk?
|
||||
- Talk to protz - James
|
||||
|
||||
- Talk to ludo - Shane
|
||||
- Talk blake - James
|
||||
- staff and labs: mail, talk to irc - Bryan.
|
||||
- reproduced first time facebook add error case.
|
||||
- Use "F1" instead of "f1" in the twitter/facebook/gmail app IDs?
|
||||
|
||||
- Autcomplete on ff beta 6 does not work
|
||||
- Get currentURI error thing on about:home after being on a successful http page.
|
||||
- aTab is null in minefied
|
||||
- script error for injector, in minefield
|
||||
- Ludo: Sorry you need to authenticate: got a 401 or 503 on api/send call.
|
||||
|
||||
http://pastebin.mozilla.org/844443
|
||||
http://pastebin.mozilla.org/844446
|
||||
http://pastebin.mozilla.org/844494
|
||||
|
||||
Thursday morning 10am.
|
||||
|
||||
|
|
|
@ -135,6 +135,7 @@
|
|||
<button onclick="window.showStatusShared()">Show Shared</button>
|
||||
<button onclick="window.showStatus('statusCookiePukeError', true)">Show Session Lost</button>
|
||||
<button onclick="window.showStatus('statusServerError', true)">Show Server Error</button>
|
||||
<button onclick="window.showStatus('statusAuth', true)">Show Auth Error</button>
|
||||
|
||||
<button onclick="alert(localStorage.gmailContacts)">Alert contacts cache</button>
|
||||
</div>
|
||||
|
@ -202,8 +203,8 @@
|
|||
</div>
|
||||
|
||||
<div id="statusAuth" class="status hidden error">
|
||||
Sorry, you need to authenticate before we continue. <button id="authOkButton">ok</button>
|
||||
<button id="statusAuthButton" class="statusButton">Cancel</button>
|
||||
Sorry, you need to authenticate before we continue.
|
||||
<button class="statusButton statusErrorButton">ok</button>
|
||||
</div>
|
||||
|
||||
<div id="statusOAuthFailed" class="status hidden error">
|
||||
|
|
Загрузка…
Ссылка в новой задаче