rack-oauth2-server 1.1.0 → 1.1.1
Sign up to get free protection for your applications and to get access to all the features.
- data/CHANGELOG +7 -2
- data/lib/rack/oauth2/server/version.rb +1 -1
- data/rack-oauth2-server.gemspec +1 -1
- data/rails/init.rb +10 -0
- data/test/rails/log/test.log +4118 -0
- metadata +5 -4
data/CHANGELOG
CHANGED
@@ -1,4 +1,9 @@
|
|
1
|
-
2010-11-02 1.1.
|
1
|
+
2010-11-02 version 1.1.1
|
2
|
+
|
3
|
+
Fixed missing rails/init.rb.
|
4
|
+
|
5
|
+
|
6
|
+
2010-11-02 version 1.1.0
|
2
7
|
|
3
8
|
Renamed oauth.resource as oauth.identity to remove confusion, besides, it's
|
4
9
|
more often identity than anything else.
|
@@ -10,6 +15,6 @@ Added Rack::OAuth2::Server::Options class, easier to user than Hash.
|
|
10
15
|
Added indexes for speedier queries.
|
11
16
|
|
12
17
|
|
13
|
-
2010-11-02 1.0.0
|
18
|
+
2010-11-02 version 1.0.0
|
14
19
|
|
15
20
|
World premiere.
|
data/rack-oauth2-server.gemspec
CHANGED
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
11
11
|
spec.description = "Because you don't allow strangers into your app, and OAuth 2.0 is the new awesome."
|
12
12
|
spec.post_install_message = ""
|
13
13
|
|
14
|
-
spec.files = Dir["{bin,lib,test}/**/*", "CHANGELOG", "MIT-LICENSE", "README.rdoc", "Rakefile", "Gemfile", "*.gemspec"]
|
14
|
+
spec.files = Dir["{bin,lib,rails,test}/**/*", "CHANGELOG", "MIT-LICENSE", "README.rdoc", "Rakefile", "Gemfile", "*.gemspec"]
|
15
15
|
|
16
16
|
spec.has_rdoc = true
|
17
17
|
spec.extra_rdoc_files = "README.rdoc", "CHANGELOG"
|
data/rails/init.rb
ADDED
@@ -0,0 +1,10 @@
|
|
1
|
+
require "rack/oauth2/rails"
|
2
|
+
|
3
|
+
config.extend ::Rack::OAuth2::Rails::Configuration
|
4
|
+
config.oauth.logger ||= Rails.logger
|
5
|
+
config.middleware.use ::Rack::OAuth2::Server, config.oauth
|
6
|
+
class ActionController::Base
|
7
|
+
helper ::Rack::OAuth2::Rails::Helpers
|
8
|
+
include ::Rack::OAuth2::Rails::Helpers
|
9
|
+
extend ::Rack::OAuth2::Rails::Filters
|
10
|
+
end
|
data/test/rails/log/test.log
CHANGED
@@ -38334,3 +38334,4121 @@ Authorization request error: invalid_client Client ID and client secret do not m
|
|
38334
38334
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
38335
38335
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
38336
38336
|
Authorization request error: invalid_client Client ID and client secret do not match.
|
38337
|
+
Request 4cd093c13321e86cd9000002: Client UberClient requested code with scope read write
|
38338
|
+
|
38339
|
+
|
38340
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38341
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000001", "client_secret"=>"11f7c61af8e3f2437ecfded9cf57a76125653f5686a6a8a1ebd3021f4048f3b5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38342
|
+
Completed in 6ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000001&client_secret=11f7c61af8e3f2437ecfded9cf57a76125653f5686a6a8a1ebd3021f4048f3b5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38343
|
+
|
38344
|
+
|
38345
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38346
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38347
|
+
Request 4cd093c13321e86cd9000002: Client 4cd093c13321e86cd9000001 granted access code 8c6e25e459bb25848a4db662376215f23ded73b821c992dfa44f9f642c72593e
|
38348
|
+
Request 4cd093c13321e86cd9000004: Client UberClient requested code with scope read write
|
38349
|
+
|
38350
|
+
|
38351
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38352
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000003", "client_secret"=>"ffad9978481c6a04c10c5d83f0da6ff347e4973d993f48c4ac417ee2d3ad2877", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38353
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000003&client_secret=ffad9978481c6a04c10c5d83f0da6ff347e4973d993f48c4ac417ee2d3ad2877&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38354
|
+
|
38355
|
+
|
38356
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38357
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38358
|
+
Request 4cd093c13321e86cd9000004: Client 4cd093c13321e86cd9000003 granted access code 4ed41eb8ebc4c6cf158700edfd7060505f5629e8dd115d0363f32788c4a70f48
|
38359
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38360
|
+
Request 4cd093c13321e86cd9000006: Client UberClient requested code with scope read write
|
38361
|
+
|
38362
|
+
|
38363
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38364
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000005", "client_secret"=>"e242b981727bf365a5cd3a0710b4f96a20b329e80908d3db1f2444c7ee0b54b1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38365
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000005&client_secret=e242b981727bf365a5cd3a0710b4f96a20b329e80908d3db1f2444c7ee0b54b1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38366
|
+
|
38367
|
+
|
38368
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38369
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38370
|
+
Request 4cd093c13321e86cd9000006: Client 4cd093c13321e86cd9000005 granted access code 21b740707219433db3a0a22969bcd5eb42cc1e931c0d29a8be8fe9326e3f56ee
|
38371
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38372
|
+
Request 4cd093c13321e86cd9000008: Client UberClient requested code with scope read write
|
38373
|
+
|
38374
|
+
|
38375
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38376
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000007", "client_secret"=>"e6f8a984e7862fcd512be884c3252ff67e1282315d892940799ba287451407b9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38377
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000007&client_secret=e6f8a984e7862fcd512be884c3252ff67e1282315d892940799ba287451407b9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38378
|
+
|
38379
|
+
|
38380
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38381
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38382
|
+
Request 4cd093c13321e86cd9000008: Client 4cd093c13321e86cd9000007 granted access code 0dfb741398399cf91e5f241893b7505a07d559840dc5b1fc4617e371b254b142
|
38383
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38384
|
+
Request 4cd093c13321e86cd900000a: Client UberClient requested code with scope read write
|
38385
|
+
|
38386
|
+
|
38387
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38388
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000009", "client_secret"=>"0fe4a7e60e8f9f5d86e1ca0d38cdecf9c778f0b1f120c0eb731f10fdc1d51d3e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38389
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000009&client_secret=0fe4a7e60e8f9f5d86e1ca0d38cdecf9c778f0b1f120c0eb731f10fdc1d51d3e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38390
|
+
|
38391
|
+
|
38392
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38393
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38394
|
+
Request 4cd093c13321e86cd900000a: Client 4cd093c13321e86cd9000009 granted access code 9e1856c855ab04f46d4eff1b98e31057598226fc91af5fa5a0278132577d0d2d
|
38395
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38396
|
+
Request 4cd093c13321e86cd900000c: Client UberClient requested code with scope read write
|
38397
|
+
|
38398
|
+
|
38399
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38400
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900000b", "client_secret"=>"8a6ccb0596a27881ff507ab572146bf95baa390ad010edf05b02f53f688e2de9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38401
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900000b&client_secret=8a6ccb0596a27881ff507ab572146bf95baa390ad010edf05b02f53f688e2de9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38402
|
+
|
38403
|
+
|
38404
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38405
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38406
|
+
Request 4cd093c13321e86cd900000c: Client 4cd093c13321e86cd900000b granted access code e35ac46deec9ea2b404b60895b8d18493e1057beda180a6de362fef7a684aac3
|
38407
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38408
|
+
Request 4cd093c13321e86cd900000e: Client UberClient requested code with scope read write
|
38409
|
+
|
38410
|
+
|
38411
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38412
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900000d", "client_secret"=>"11dcbf554ae889c295bcfe0bff68ce2c55f591a5cf49da07ecb22e8ffa4f72d1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38413
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900000d&client_secret=11dcbf554ae889c295bcfe0bff68ce2c55f591a5cf49da07ecb22e8ffa4f72d1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38414
|
+
|
38415
|
+
|
38416
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38417
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38418
|
+
Request 4cd093c13321e86cd900000e: Client 4cd093c13321e86cd900000d granted access code 86c2d462bb034997fde288fe4b272400eca2cc36446ed078afa64b742c143f87
|
38419
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38420
|
+
Request 4cd093c13321e86cd9000010: Client UberClient requested code with scope read write
|
38421
|
+
|
38422
|
+
|
38423
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38424
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900000f", "client_secret"=>"ee0801a40bf160515d0489fcbcf01f8f80c2881582763540345677f7253ab9cc", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38425
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900000f&client_secret=ee0801a40bf160515d0489fcbcf01f8f80c2881582763540345677f7253ab9cc&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38426
|
+
|
38427
|
+
|
38428
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38429
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38430
|
+
Request 4cd093c13321e86cd9000010: Client 4cd093c13321e86cd900000f granted access code 056a52c35467cf76da22f56ff5cbc515b2a200909c5c050efedb3dceb0046aae
|
38431
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38432
|
+
Request 4cd093c13321e86cd9000012: Client UberClient requested code with scope read write
|
38433
|
+
|
38434
|
+
|
38435
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38436
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000011", "client_secret"=>"f452bfa8e19f756704ba597e6bb9a959b2cf0130d3a49d7b38783e025fd6b6c7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38437
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000011&client_secret=f452bfa8e19f756704ba597e6bb9a959b2cf0130d3a49d7b38783e025fd6b6c7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38438
|
+
|
38439
|
+
|
38440
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38441
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38442
|
+
Request 4cd093c13321e86cd9000012: Client 4cd093c13321e86cd9000011 granted access code 0272865ed6a53138658d52c6b4c000bcabb59d4cc3e1600b4153f16c7133b905
|
38443
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38444
|
+
Request 4cd093c13321e86cd9000014: Client UberClient requested code with scope read write
|
38445
|
+
|
38446
|
+
|
38447
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38448
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000013", "client_secret"=>"55aa048b3c69a66bf5ae49c52ece1c9298620214f6ece1304522d51cb2c16e6d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38449
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000013&client_secret=55aa048b3c69a66bf5ae49c52ece1c9298620214f6ece1304522d51cb2c16e6d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38450
|
+
|
38451
|
+
|
38452
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38453
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38454
|
+
Request 4cd093c13321e86cd9000014: Client 4cd093c13321e86cd9000013 granted access code 6eb27e7aac1456e06911401a7552f9d403b3bc597ddf08ecf11f3242297daf5c
|
38455
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38456
|
+
Request 4cd093c13321e86cd9000016: Client UberClient requested code with scope read write
|
38457
|
+
|
38458
|
+
|
38459
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38460
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000015", "client_secret"=>"c71342227d004f66890b2c9f7de13dedd18d7fbfb9e1392c550c6542cccd3023", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38461
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000015&client_secret=c71342227d004f66890b2c9f7de13dedd18d7fbfb9e1392c550c6542cccd3023&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38462
|
+
|
38463
|
+
|
38464
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38465
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38466
|
+
Request 4cd093c13321e86cd9000016: Client 4cd093c13321e86cd9000015 granted access code e74e88c9b767e9db0df33278f718b807e7a809fd55e1c515ed1bbd8e2c8dbe7a
|
38467
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38468
|
+
Request 4cd093c13321e86cd9000018: Client UberClient requested code with scope read write
|
38469
|
+
|
38470
|
+
|
38471
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38472
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000017", "client_secret"=>"061e904c063484efdb99526657ae9ed6ace1e6b1971d5a483d126adef95a995c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38473
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000017&client_secret=061e904c063484efdb99526657ae9ed6ace1e6b1971d5a483d126adef95a995c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38474
|
+
|
38475
|
+
|
38476
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38477
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38478
|
+
Request 4cd093c13321e86cd9000018: Client 4cd093c13321e86cd9000017 granted access code f75c2a236a520d57f5377f76f7cf5b32fdefb2ca4e08500ca8b1e54b9514dc9f
|
38479
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38480
|
+
Request 4cd093c13321e86cd900001a: Client UberClient requested code with scope read write
|
38481
|
+
|
38482
|
+
|
38483
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38484
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000019", "client_secret"=>"48eac60f6a6c628df02cb7fbd66ac2a9040412b2366a0276f1505d3128ca714f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38485
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000019&client_secret=48eac60f6a6c628df02cb7fbd66ac2a9040412b2366a0276f1505d3128ca714f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38486
|
+
|
38487
|
+
|
38488
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38489
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38490
|
+
Request 4cd093c13321e86cd900001a: Client 4cd093c13321e86cd9000019 granted access code 46e36d4a43a9ef620aa7855cdd0d896bf218e96662cf7153e0682409ac81f446
|
38491
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38492
|
+
Request 4cd093c13321e86cd900001c: Client UberClient requested code with scope read write
|
38493
|
+
|
38494
|
+
|
38495
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38496
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900001b", "client_secret"=>"bd2ff80d22bb2dbb369b5fb387d033b6d4f5805e965ae08461cd4ac95e03e5d8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38497
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900001b&client_secret=bd2ff80d22bb2dbb369b5fb387d033b6d4f5805e965ae08461cd4ac95e03e5d8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38498
|
+
|
38499
|
+
|
38500
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38501
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38502
|
+
Request 4cd093c13321e86cd900001c: Client 4cd093c13321e86cd900001b granted access code 8c22108324cf3d87eac4de096560406a20e912da1aabd9b953d99a9dab12c3e8
|
38503
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38504
|
+
Request 4cd093c13321e86cd900001e: Client UberClient requested code with scope read write
|
38505
|
+
|
38506
|
+
|
38507
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38508
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900001d", "client_secret"=>"27b9fb4765df093dceeed7bfefca33a1ebe5fdff77940f0ec50aa1b0f785eed3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38509
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900001d&client_secret=27b9fb4765df093dceeed7bfefca33a1ebe5fdff77940f0ec50aa1b0f785eed3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38510
|
+
|
38511
|
+
|
38512
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38513
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38514
|
+
Request 4cd093c13321e86cd900001e: Client 4cd093c13321e86cd900001d granted access code ff5d858b87c3f434a4fc2c5d95fb2eef40f53c8018f6512ffdca3f9576357e13
|
38515
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38516
|
+
Request 4cd093c13321e86cd9000020: Client UberClient requested code with scope read write
|
38517
|
+
|
38518
|
+
|
38519
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38520
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900001f", "client_secret"=>"6e571adbb483cf8a67aa4349fb7c84a3764ac83e2923a4427725b1434f0c923a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38521
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900001f&client_secret=6e571adbb483cf8a67aa4349fb7c84a3764ac83e2923a4427725b1434f0c923a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38522
|
+
|
38523
|
+
|
38524
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38525
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38526
|
+
Request 4cd093c13321e86cd9000020: Client 4cd093c13321e86cd900001f granted access code c73f3b6f61bd1e2ba8ffb9602abdcb01eff99efe6f9ebded75298aa8693e31e2
|
38527
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38528
|
+
Request 4cd093c13321e86cd9000022: Client UberClient requested code with scope read write
|
38529
|
+
|
38530
|
+
|
38531
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38532
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000021", "client_secret"=>"b3716477bbc58ab99ada426074ae0686938a5976b060a98ad90aebc85369ebef", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38533
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000021&client_secret=b3716477bbc58ab99ada426074ae0686938a5976b060a98ad90aebc85369ebef&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38534
|
+
|
38535
|
+
|
38536
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38537
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38538
|
+
Request 4cd093c13321e86cd9000022: Client 4cd093c13321e86cd9000021 granted access code d87620b9a7262c071ea547a9fb6be8e715f9c60eb8d142bff6df9ca9d830c630
|
38539
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38540
|
+
Request 4cd093c13321e86cd9000024: Client UberClient requested code with scope read write
|
38541
|
+
|
38542
|
+
|
38543
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38544
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000023", "client_secret"=>"30e5e58c3bbf5ca88490d4e9c6d1f6c63638bbeefbee648250c55cae2178c386", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38545
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000023&client_secret=30e5e58c3bbf5ca88490d4e9c6d1f6c63638bbeefbee648250c55cae2178c386&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38546
|
+
|
38547
|
+
|
38548
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38549
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38550
|
+
Request 4cd093c13321e86cd9000024: Client 4cd093c13321e86cd9000023 granted access code 2eaf9ba57a2c76f5844c349a17bab241ea56f34b5f89b2f6129d7c7e2de27cc6
|
38551
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38552
|
+
Request 4cd093c13321e86cd9000026: Client UberClient requested code with scope read write
|
38553
|
+
|
38554
|
+
|
38555
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38556
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000025", "client_secret"=>"46ec752f898be69d6364e71a877c25b70cc16f91b1240ced32c49fa7d68364c6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38557
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000025&client_secret=46ec752f898be69d6364e71a877c25b70cc16f91b1240ced32c49fa7d68364c6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38558
|
+
|
38559
|
+
|
38560
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38561
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38562
|
+
Request 4cd093c13321e86cd9000026: Client 4cd093c13321e86cd9000025 granted access code 41f82a36b5f7b109173331a41951fbadfe2643f0ce1da3ad57988189eed9e193
|
38563
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38564
|
+
Request 4cd093c13321e86cd9000028: Client UberClient requested code with scope read write
|
38565
|
+
|
38566
|
+
|
38567
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38568
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000027", "client_secret"=>"6421e088ad607e9e5eb6dfa5dd718105026141e6f2937e6162cca75e8279f932", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38569
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000027&client_secret=6421e088ad607e9e5eb6dfa5dd718105026141e6f2937e6162cca75e8279f932&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38570
|
+
|
38571
|
+
|
38572
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38573
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38574
|
+
Request 4cd093c13321e86cd9000028: Client 4cd093c13321e86cd9000027 granted access code 714a80353dab7c6ec8b91d696b0653fd4138dffe54d8bcb4e40a74b40fce1fb0
|
38575
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38576
|
+
Request 4cd093c13321e86cd900002a: Client UberClient requested code with scope read write
|
38577
|
+
|
38578
|
+
|
38579
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38580
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000029", "client_secret"=>"d35d52e5a76ff118d2baa508e1c6bd0c44db6ee259bb0267859e8ba3b2535f20", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38581
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000029&client_secret=d35d52e5a76ff118d2baa508e1c6bd0c44db6ee259bb0267859e8ba3b2535f20&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38582
|
+
|
38583
|
+
|
38584
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38585
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38586
|
+
Request 4cd093c13321e86cd900002a: Client 4cd093c13321e86cd9000029 granted access code d207ceedfd16510623ce2abda3a5865cc18eb6f29429ac4a8fee99ea87c1e138
|
38587
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38588
|
+
Request 4cd093c13321e86cd900002c: Client UberClient requested code with scope read write
|
38589
|
+
|
38590
|
+
|
38591
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38592
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900002b", "client_secret"=>"774ce6998163a0fd52f5030ecdd288dbb5c0c647219e4e436d86c82c468dc279", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38593
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900002b&client_secret=774ce6998163a0fd52f5030ecdd288dbb5c0c647219e4e436d86c82c468dc279&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38594
|
+
|
38595
|
+
|
38596
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38597
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38598
|
+
Request 4cd093c13321e86cd900002c: Client 4cd093c13321e86cd900002b granted access code 57da5bc7c58258158b89952477f1c020b339ab9b897a81209a6833f42812579e
|
38599
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38600
|
+
Request 4cd093c13321e86cd900002e: Client UberClient requested code with scope read write
|
38601
|
+
|
38602
|
+
|
38603
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38604
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900002d", "client_secret"=>"f81943e9a7b778914666d93266eb96ebc3ed2bfdaf758b6b310d7c53c89693fa", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38605
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900002d&client_secret=f81943e9a7b778914666d93266eb96ebc3ed2bfdaf758b6b310d7c53c89693fa&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38606
|
+
|
38607
|
+
|
38608
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38609
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38610
|
+
Request 4cd093c13321e86cd900002e: Client 4cd093c13321e86cd900002d granted access code fb5e527c1258ac938fbb33da1777d01399bfee173bec8af26b9406b067fd2d1e
|
38611
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38612
|
+
Request 4cd093c13321e86cd9000030: Client UberClient requested code with scope read write
|
38613
|
+
|
38614
|
+
|
38615
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38616
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900002f", "client_secret"=>"3fd422354d01243377fdd786f2dbdbb76d45b038255e5198cd0d9a35ba4e8b1e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38617
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900002f&client_secret=3fd422354d01243377fdd786f2dbdbb76d45b038255e5198cd0d9a35ba4e8b1e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38618
|
+
|
38619
|
+
|
38620
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38621
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38622
|
+
Request 4cd093c13321e86cd9000030: Client 4cd093c13321e86cd900002f granted access code ee055ce3f7ba87336389a7973492f320cf06fe8e507f95a68b05155060d33f90
|
38623
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38624
|
+
Request 4cd093c13321e86cd9000032: Client UberClient requested code with scope read write
|
38625
|
+
|
38626
|
+
|
38627
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38628
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000031", "client_secret"=>"368a134d66efdbba019df0e0638afc0155da43b316e8489ba96bb1c51d91dc44", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38629
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000031&client_secret=368a134d66efdbba019df0e0638afc0155da43b316e8489ba96bb1c51d91dc44&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38630
|
+
|
38631
|
+
|
38632
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38633
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38634
|
+
Request 4cd093c13321e86cd9000032: Client 4cd093c13321e86cd9000031 granted access code 4367a7e17321ed381b404a2c9be04405bd3b0abce58535bc3b9b7bacbb48898c
|
38635
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38636
|
+
Request 4cd093c13321e86cd9000034: Client UberClient requested code with scope read write
|
38637
|
+
|
38638
|
+
|
38639
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38640
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000033", "client_secret"=>"bdf075aa3f965fff6ded0b33868036538a59347f67b8d5c3b5b83bfc30dc63e4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38641
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000033&client_secret=bdf075aa3f965fff6ded0b33868036538a59347f67b8d5c3b5b83bfc30dc63e4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38642
|
+
|
38643
|
+
|
38644
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38645
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38646
|
+
Request 4cd093c13321e86cd9000034: Client 4cd093c13321e86cd9000033 granted access code e0c54e7da8875748b8a416d71eced1ad4bf5cd231f69e75aaabd1e3753f81c6f
|
38647
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38648
|
+
Request 4cd093c13321e86cd9000036: Client UberClient requested code with scope read write
|
38649
|
+
|
38650
|
+
|
38651
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38652
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000035", "client_secret"=>"bf698b6052b391e832e4ebd9231c9a3195225098df04cc9f0ab8343814281d31", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38653
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000035&client_secret=bf698b6052b391e832e4ebd9231c9a3195225098df04cc9f0ab8343814281d31&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38654
|
+
|
38655
|
+
|
38656
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38657
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38658
|
+
Request 4cd093c13321e86cd9000036: Client 4cd093c13321e86cd9000035 granted access code 97cce455ff551dee6a7bcc59972d379f0591a593f306f6d3af178d8d8421a7ae
|
38659
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38660
|
+
Request 4cd093c13321e86cd9000038: Client UberClient requested code with scope read write
|
38661
|
+
|
38662
|
+
|
38663
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38664
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000037", "client_secret"=>"a91d1c6555591f0d203ab6fcdb3124a593249fd1464dd279f23d40165b4492e1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38665
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000037&client_secret=a91d1c6555591f0d203ab6fcdb3124a593249fd1464dd279f23d40165b4492e1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38666
|
+
|
38667
|
+
|
38668
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38669
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38670
|
+
Request 4cd093c13321e86cd9000038: Client 4cd093c13321e86cd9000037 granted access code 906122ff79b88dfde99914be276533e705c243acd4c3d3f582ad2d596580fb14
|
38671
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38672
|
+
Request 4cd093c13321e86cd900003a: Client UberClient requested code with scope read write
|
38673
|
+
|
38674
|
+
|
38675
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38676
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000039", "client_secret"=>"e9d4d66d82e23337989f45b07b74f6f8d654c0450e9aa5978817f87a3938c7bb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38677
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000039&client_secret=e9d4d66d82e23337989f45b07b74f6f8d654c0450e9aa5978817f87a3938c7bb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38678
|
+
|
38679
|
+
|
38680
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38681
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38682
|
+
Request 4cd093c13321e86cd900003a: Client 4cd093c13321e86cd9000039 granted access code 4d72a07b94b77996ecc2f46ad590e2d6364269689f20c1022fb037b4da5e8fb9
|
38683
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38684
|
+
Request 4cd093c13321e86cd900003c: Client UberClient requested code with scope read write
|
38685
|
+
|
38686
|
+
|
38687
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38688
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900003b", "client_secret"=>"d5b0d63c413d2c21daceb26dcbe0345da0eaf9e6cc1133dadb2eef5932d8967a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38689
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900003b&client_secret=d5b0d63c413d2c21daceb26dcbe0345da0eaf9e6cc1133dadb2eef5932d8967a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38690
|
+
|
38691
|
+
|
38692
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38693
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38694
|
+
Request 4cd093c13321e86cd900003c: Client 4cd093c13321e86cd900003b granted access code 158129fbf0e0689c7fd2e6e97520624dd8c1d9d2b0fc5d57e1fb24414ad20bb0
|
38695
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38696
|
+
Request 4cd093c13321e86cd900003e: Client UberClient requested code with scope read write
|
38697
|
+
|
38698
|
+
|
38699
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38700
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900003d", "client_secret"=>"ce6fe3dd30748851be43ec94cd7378284c5522fb6166bf8f374df299dbcce9f4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38701
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900003d&client_secret=ce6fe3dd30748851be43ec94cd7378284c5522fb6166bf8f374df299dbcce9f4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38702
|
+
|
38703
|
+
|
38704
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38705
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38706
|
+
Request 4cd093c13321e86cd900003e: Client 4cd093c13321e86cd900003d granted access code d1201d9babfd01294dcc5c3d2a56a8d803a907fbc3ceb181861924c38de4f58f
|
38707
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38708
|
+
Request 4cd093c13321e86cd9000040: Client UberClient requested code with scope read write
|
38709
|
+
|
38710
|
+
|
38711
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38712
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900003f", "client_secret"=>"36e6a1ddb2b99ee4444f12e5aa4c27ae9b1e347da1e6fdb97ec713d638e3208b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38713
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900003f&client_secret=36e6a1ddb2b99ee4444f12e5aa4c27ae9b1e347da1e6fdb97ec713d638e3208b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38714
|
+
|
38715
|
+
|
38716
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38717
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38718
|
+
Request 4cd093c13321e86cd9000040: Client 4cd093c13321e86cd900003f granted access code ca60f9d5cb383baab0958f747ce27758c72d74d98719dda904a573959b86ac2e
|
38719
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38720
|
+
Request 4cd093c13321e86cd9000042: Client UberClient requested code with scope read write
|
38721
|
+
|
38722
|
+
|
38723
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38724
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000041", "client_secret"=>"86597a6ef604968ef72afbb66740aaf19e2dd5af49b8cd91f29003c2b1a31ba4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38725
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000041&client_secret=86597a6ef604968ef72afbb66740aaf19e2dd5af49b8cd91f29003c2b1a31ba4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38726
|
+
|
38727
|
+
|
38728
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38729
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38730
|
+
Request 4cd093c13321e86cd9000042: Client 4cd093c13321e86cd9000041 granted access code 47cd9f70ac39455ae58cde9f9c42ed9242b9991d166c8ec8866469b35905f838
|
38731
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
38732
|
+
Request 4cd093c13321e86cd9000044: Client UberClient requested code with scope read write
|
38733
|
+
|
38734
|
+
|
38735
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38736
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000043", "client_secret"=>"0b370387ed564ea96979a12892af3a571b84ffe1133f9499f5983f0e469e90b9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38737
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000043&client_secret=0b370387ed564ea96979a12892af3a571b84ffe1133f9499f5983f0e469e90b9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38738
|
+
|
38739
|
+
|
38740
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38741
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38742
|
+
Request 4cd093c13321e86cd9000044: Client 4cd093c13321e86cd9000043 granted access code 9887f393b425346772f83205613c2e20628402d5daf8340b1a6deb34068df364
|
38743
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38744
|
+
Request 4cd093c13321e86cd9000046: Client UberClient requested code with scope read write
|
38745
|
+
|
38746
|
+
|
38747
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38748
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000045", "client_secret"=>"8d4cef037dcc8949a20facceb1facef44ebcdb359f6150d64b04369905182d9d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38749
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000045&client_secret=8d4cef037dcc8949a20facceb1facef44ebcdb359f6150d64b04369905182d9d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38750
|
+
|
38751
|
+
|
38752
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38753
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38754
|
+
Request 4cd093c13321e86cd9000046: Client 4cd093c13321e86cd9000045 granted access code f590026bca384c69d2d32cc12f37f40283397635b98f702b9c5c17e7c58c6ed2
|
38755
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38756
|
+
Request 4cd093c13321e86cd9000048: Client UberClient requested code with scope read write
|
38757
|
+
|
38758
|
+
|
38759
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38760
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000047", "client_secret"=>"7308c6dad0127ea2b7a734ffcd762cd34d8d83ae48f80c1c6fb4507f5c79c5ac", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38761
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000047&client_secret=7308c6dad0127ea2b7a734ffcd762cd34d8d83ae48f80c1c6fb4507f5c79c5ac&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38762
|
+
|
38763
|
+
|
38764
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38765
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38766
|
+
Request 4cd093c13321e86cd9000048: Client 4cd093c13321e86cd9000047 granted access code 643944978c7f2d6bbf21fba641c7e17a0489460be4843cf584ff27dd6362193a
|
38767
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38768
|
+
Request 4cd093c13321e86cd900004a: Client UberClient requested code with scope read write
|
38769
|
+
|
38770
|
+
|
38771
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38772
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd9000049", "client_secret"=>"20b4e71169423e4e80d36ea8298ba25ce689c65b7496bb3bfe6d7fe078eb6070", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38773
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd9000049&client_secret=20b4e71169423e4e80d36ea8298ba25ce689c65b7496bb3bfe6d7fe078eb6070&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38774
|
+
|
38775
|
+
|
38776
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38777
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38778
|
+
Request 4cd093c13321e86cd900004a: Client 4cd093c13321e86cd9000049 granted access code 4bb252f82169c6e93ebe79185f87caf1d7d1c9fbc42af338dc3f8a5072718a56
|
38779
|
+
Access token 25b7635be3c3de1c5037ac7d8f0a5309dec2825ef9da3f4d8885e47096dd6283 granted to client UberClient, identity foo bar
|
38780
|
+
Request 4cd093c13321e86cd900004c: Client UberClient requested code with scope read write
|
38781
|
+
|
38782
|
+
|
38783
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:09) [GET]
|
38784
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c13321e86cd900004b", "client_secret"=>"b2aa96d9ed5ad214b3046a9354a216adbda76151f263c505372f78a95e937e1e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38785
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c13321e86cd900004b&client_secret=b2aa96d9ed5ad214b3046a9354a216adbda76151f263c505372f78a95e937e1e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38786
|
+
|
38787
|
+
|
38788
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:09) [POST]
|
38789
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38790
|
+
Request 4cd093c13321e86cd900004c: Client 4cd093c13321e86cd900004b granted access code 6cbfb67603077ff408e802dfee840e99feb0e0fbf9d0f0d1051b48b56aa89a81
|
38791
|
+
Access token 69b84ad974ba5d53d55a0008226be088a739969a371396edc74996aee9c41b72 granted to client UberClient, identity foo bar
|
38792
|
+
Request 4cd093c23321e86cd900004e: Client UberClient requested code with scope read write
|
38793
|
+
|
38794
|
+
|
38795
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38796
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900004d", "client_secret"=>"d74f4d7489888abb559a6ff3473d688164dc1de4e0d5422d0ed55c61d817f12d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38797
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900004d&client_secret=d74f4d7489888abb559a6ff3473d688164dc1de4e0d5422d0ed55c61d817f12d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38798
|
+
|
38799
|
+
|
38800
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38801
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38802
|
+
Request 4cd093c23321e86cd900004e: Client 4cd093c23321e86cd900004d granted access code 7d727668f96d8d2f53dbf42649553c0de4518914339b24c0f8ea285cd69394f4
|
38803
|
+
Access token 802c2ba7364f1705cfcf4b92c85bacbb6293ca987b6a5d8f7e27479669045d9b granted to client UberClient, identity foo bar
|
38804
|
+
Request 4cd093c23321e86cd9000050: Client UberClient requested code with scope read write
|
38805
|
+
|
38806
|
+
|
38807
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38808
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900004f", "client_secret"=>"e7b4979c6d5c308f45887daf5bb40b1982092524018b2a942a89d028ca1baf98", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38809
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900004f&client_secret=e7b4979c6d5c308f45887daf5bb40b1982092524018b2a942a89d028ca1baf98&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38810
|
+
|
38811
|
+
|
38812
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38813
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38814
|
+
Request 4cd093c23321e86cd9000050: Client 4cd093c23321e86cd900004f granted access code b06066ead8c3dcd4163ae6b4523c57cc5667bbc9653e3596385230f9da6091ee
|
38815
|
+
Access token 657312ad95b77bf13a5ad6c0e447b762457177c99458edfd5d8f7d3760b0691e granted to client UberClient, identity foo bar
|
38816
|
+
Request 4cd093c23321e86cd9000052: Client UberClient requested code with scope read write
|
38817
|
+
|
38818
|
+
|
38819
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38820
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000051", "client_secret"=>"4354eab2fbbb4e1e196eb3ff9ee892c8a92b20d46a1edecccac93b93cf13b9e3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38821
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000051&client_secret=4354eab2fbbb4e1e196eb3ff9ee892c8a92b20d46a1edecccac93b93cf13b9e3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38822
|
+
|
38823
|
+
|
38824
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38825
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38826
|
+
Request 4cd093c23321e86cd9000052: Client 4cd093c23321e86cd9000051 granted access code 95241616361a51710c9b5349e80c689072263dfe93a126eb81ad0d100106da8a
|
38827
|
+
Access token 6e418ab68e49b49adb3bb2ed7af6551010dbc39eab4f5357dd6df33fa8e71248 granted to client UberClient, identity foo bar
|
38828
|
+
Request 4cd093c23321e86cd9000054: Client UberClient requested code with scope read write
|
38829
|
+
|
38830
|
+
|
38831
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38832
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000053", "client_secret"=>"e2c6df76312a45df5a9a4f4411ab7bc5be7924dd8085c17bb00f1d5d7a84c1fe", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38833
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000053&client_secret=e2c6df76312a45df5a9a4f4411ab7bc5be7924dd8085c17bb00f1d5d7a84c1fe&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38834
|
+
|
38835
|
+
|
38836
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38837
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38838
|
+
Request 4cd093c23321e86cd9000054: Client 4cd093c23321e86cd9000053 granted access code ca12ccdffe2f7408bb10fc2eabb2f3c720a070bbfaecda3d442dd669f39876ae
|
38839
|
+
Access token ad14992bf8d8fde83da548213088317e89100934ce40cd6e2ed5fa98a7c4035a granted to client UberClient, identity foo bar
|
38840
|
+
Request 4cd093c23321e86cd9000056: Client UberClient requested code with scope read write
|
38841
|
+
|
38842
|
+
|
38843
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38844
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000055", "client_secret"=>"376fab3c81f1648798e5298d524335791a24dceb6d27e9f1d36151c2d29dfee4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38845
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000055&client_secret=376fab3c81f1648798e5298d524335791a24dceb6d27e9f1d36151c2d29dfee4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38846
|
+
|
38847
|
+
|
38848
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38849
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38850
|
+
Request 4cd093c23321e86cd9000056: Client 4cd093c23321e86cd9000055 granted access code 7cb5b67928988b53468a505f84c3425b1b0caa924d925561e1edc8720f6ef1bd
|
38851
|
+
Access token 6dd286493c530cb659b3ce0c16664776f86ad0628e1f2a4548d057fb632a9f1d granted to client UberClient, identity Superman
|
38852
|
+
Request 4cd093c23321e86cd9000058: Client UberClient requested code with scope read write
|
38853
|
+
|
38854
|
+
|
38855
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38856
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000057", "client_secret"=>"6196f01bb3a3fc461df15b0dd8c1002560af9543085588aa53985cd12e80fb33", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38857
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000057&client_secret=6196f01bb3a3fc461df15b0dd8c1002560af9543085588aa53985cd12e80fb33&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38858
|
+
|
38859
|
+
|
38860
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38861
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38862
|
+
Request 4cd093c23321e86cd9000058: Client 4cd093c23321e86cd9000057 granted access code 49f2e5eeea478d3ef8d2b1980df4c774ad58ccd14db8cce03bb541ae36dc9e7a
|
38863
|
+
Access token 4323cab7e79324fda512f1ddaddae4afc4c6a919cb70a0e958336642715d6aa5 granted to client UberClient, identity Superman
|
38864
|
+
Request 4cd093c23321e86cd900005a: Client UberClient requested code with scope read write
|
38865
|
+
|
38866
|
+
|
38867
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38868
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000059", "client_secret"=>"8d17e96f544f1b06d960fdf7a56041618309b69ed6ec9a097cf7b85f74ad2d9d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38869
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000059&client_secret=8d17e96f544f1b06d960fdf7a56041618309b69ed6ec9a097cf7b85f74ad2d9d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38870
|
+
|
38871
|
+
|
38872
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38873
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38874
|
+
Request 4cd093c23321e86cd900005a: Client 4cd093c23321e86cd9000059 granted access code ef32d76b963a27dc306632d02e29f85aa3af4ddccbe93abdbbaa646a4a393472
|
38875
|
+
Access token 685a5eefb6c725f5bedd7af5a8b4d56979f0f961e86d408d9a1be8849dcaf3ff granted to client UberClient, identity Superman
|
38876
|
+
Request 4cd093c23321e86cd900005c: Client UberClient requested code with scope read write
|
38877
|
+
|
38878
|
+
|
38879
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38880
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900005b", "client_secret"=>"92e3ed7873dc77c1bda72309c2f43bee65528d1b949d0353097feaaec09baa7c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38881
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900005b&client_secret=92e3ed7873dc77c1bda72309c2f43bee65528d1b949d0353097feaaec09baa7c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38882
|
+
|
38883
|
+
|
38884
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38885
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38886
|
+
Request 4cd093c23321e86cd900005c: Client 4cd093c23321e86cd900005b granted access code 301571fbc9298cd075f844f01435b895bf0ed38d18a415e0e64a42e4a58403d1
|
38887
|
+
Access token fa49eee93c80d9f347fede2502ceda451de8937a9df74242f66156fd8199cd6a granted to client UberClient, identity Superman
|
38888
|
+
Request 4cd093c23321e86cd900005e: Client UberClient requested code with scope read write
|
38889
|
+
|
38890
|
+
|
38891
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38892
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900005d", "client_secret"=>"14096d92aeb579a013c1f915b6e0c92db58b510db771871474760b59c9dd6ace", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38893
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900005d&client_secret=14096d92aeb579a013c1f915b6e0c92db58b510db771871474760b59c9dd6ace&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38894
|
+
|
38895
|
+
|
38896
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38897
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38898
|
+
Request 4cd093c23321e86cd900005e: Client 4cd093c23321e86cd900005d granted access code f6471697a924c97e789131b37249705f57e7d84d64334f2c5b3a229f4ad7425f
|
38899
|
+
Access token 0434a45138e7bdb803780c091b34396816f55d32c676a1519ce7e66e108a16f4 granted to client UberClient, identity Superman
|
38900
|
+
Request 4cd093c23321e86cd9000060: Client UberClient requested code with scope read write
|
38901
|
+
|
38902
|
+
|
38903
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38904
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900005f", "client_secret"=>"b23b9093aa06668483bcb08f5263cd133b21de40ae72df82d97cd2663948608a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38905
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900005f&client_secret=b23b9093aa06668483bcb08f5263cd133b21de40ae72df82d97cd2663948608a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38906
|
+
|
38907
|
+
|
38908
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38909
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38910
|
+
Request 4cd093c23321e86cd9000060: Client 4cd093c23321e86cd900005f granted access code e39470e5c0f0d5e6c7e07be56ed9cb97a4a2e247cfd8aaba0861f78b6da995bf
|
38911
|
+
Access token 98908d6aaf7c5b8f0499dd425471f1a0ad16c29b9f704e64106e2b7e0f3c7199 granted to client UberClient, identity Superman
|
38912
|
+
Request 4cd093c23321e86cd9000062: Client UberClient requested code with scope read write
|
38913
|
+
|
38914
|
+
|
38915
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38916
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000061", "client_secret"=>"985d8d0ebaef162a9f3ffbe7d7a16791da8c102c7d12844c1c07178f0e07f1d5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38917
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000061&client_secret=985d8d0ebaef162a9f3ffbe7d7a16791da8c102c7d12844c1c07178f0e07f1d5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38918
|
+
|
38919
|
+
|
38920
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38921
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38922
|
+
Request 4cd093c23321e86cd9000062: Client 4cd093c23321e86cd9000061 granted access code d2117ad9f73b8d62aab9da41d4e8797e25c5e5723d0fa46b9c6385fd2afdc03a
|
38923
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38924
|
+
Request 4cd093c23321e86cd9000064: Client UberClient requested code with scope read write
|
38925
|
+
|
38926
|
+
|
38927
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38928
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000063", "client_secret"=>"c021b6c7eeca53ea59a50e6e65d8969eb5662b210a5359c1a25d0ab0ff26ce85", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38929
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000063&client_secret=c021b6c7eeca53ea59a50e6e65d8969eb5662b210a5359c1a25d0ab0ff26ce85&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38930
|
+
|
38931
|
+
|
38932
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38933
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38934
|
+
Request 4cd093c23321e86cd9000064: Client 4cd093c23321e86cd9000063 granted access code 86711cd0e8ca8c10b5c64a912df2de7554b316807afcb9d27a5edee08ac3d754
|
38935
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38936
|
+
Request 4cd093c23321e86cd9000066: Client UberClient requested code with scope read write
|
38937
|
+
|
38938
|
+
|
38939
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38940
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000065", "client_secret"=>"8ffcbb39324b543d1394352c85ac1d6e35130017a944c98f4c25494c155671a1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38941
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000065&client_secret=8ffcbb39324b543d1394352c85ac1d6e35130017a944c98f4c25494c155671a1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38942
|
+
|
38943
|
+
|
38944
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38945
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38946
|
+
Request 4cd093c23321e86cd9000066: Client 4cd093c23321e86cd9000065 granted access code 30676205fe2295641ccbc73ec88edb5b406181868391b4d57583f5932d1fe3c4
|
38947
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38948
|
+
Request 4cd093c23321e86cd9000068: Client UberClient requested code with scope read write
|
38949
|
+
|
38950
|
+
|
38951
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38952
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000067", "client_secret"=>"265d94dd0b8e4c6f760b9fbcb23256f91749794baabefa3019cb5fccf1de78f2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38953
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000067&client_secret=265d94dd0b8e4c6f760b9fbcb23256f91749794baabefa3019cb5fccf1de78f2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38954
|
+
|
38955
|
+
|
38956
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38957
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38958
|
+
Request 4cd093c23321e86cd9000068: Client 4cd093c23321e86cd9000067 granted access code 1eec0fd10f810294e4003d057dc7cf24080a7beb9f513c7002ec2549bf561a07
|
38959
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38960
|
+
Request 4cd093c23321e86cd900006a: Client UberClient requested code with scope read write
|
38961
|
+
|
38962
|
+
|
38963
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38964
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000069", "client_secret"=>"e8a198da6d59f1edd88b4df4740f6036741b6898d78c0843bcd9bba6cb7eafc2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38965
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000069&client_secret=e8a198da6d59f1edd88b4df4740f6036741b6898d78c0843bcd9bba6cb7eafc2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38966
|
+
|
38967
|
+
|
38968
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38969
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38970
|
+
Request 4cd093c23321e86cd900006a: Client 4cd093c23321e86cd9000069 granted access code 989d9685cb38faff695dea0c2d9067bd101c2e9aeaf9283377a90e31bbe38d64
|
38971
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38972
|
+
Request 4cd093c23321e86cd900006c: Client UberClient requested code with scope read write
|
38973
|
+
|
38974
|
+
|
38975
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38976
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900006b", "client_secret"=>"8580134958f5a9367611dfc469895c8fa3dada558157135b83d4a231105308a0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38977
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900006b&client_secret=8580134958f5a9367611dfc469895c8fa3dada558157135b83d4a231105308a0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38978
|
+
|
38979
|
+
|
38980
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38981
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38982
|
+
Request 4cd093c23321e86cd900006c: Client 4cd093c23321e86cd900006b granted access code 7da9786fddf25aa10eca641dcc7f5dcdc612712114dda5e806511ce863f35a20
|
38983
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38984
|
+
Request 4cd093c23321e86cd900006e: Client UberClient requested code with scope read write
|
38985
|
+
|
38986
|
+
|
38987
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
38988
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900006d", "client_secret"=>"8bbbbd44825ef845d23f5fb5cf7c28d0380b12621af724dec25b1d24ab67773d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
38989
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900006d&client_secret=8bbbbd44825ef845d23f5fb5cf7c28d0380b12621af724dec25b1d24ab67773d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
38990
|
+
|
38991
|
+
|
38992
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
38993
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
38994
|
+
Request 4cd093c23321e86cd900006e: Client 4cd093c23321e86cd900006d granted access code fad5c605fdf355f2f42769f8983499d7e864b85523a7670b49b64233e63e8f69
|
38995
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
38996
|
+
Request 4cd093c23321e86cd9000070: Client UberClient requested code with scope read write
|
38997
|
+
|
38998
|
+
|
38999
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39000
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900006f", "client_secret"=>"9b62376d399651c380ba21f4f6a0d1441716484ac55f8b2200bb4c5a8f6d803c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39001
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900006f&client_secret=9b62376d399651c380ba21f4f6a0d1441716484ac55f8b2200bb4c5a8f6d803c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39002
|
+
|
39003
|
+
|
39004
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39005
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39006
|
+
Request 4cd093c23321e86cd9000070: Client 4cd093c23321e86cd900006f granted access code e9d2d90f35ec16707f2d4969a24793cc7708b88b2a2e23d23b4446c5f6823c30
|
39007
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
39008
|
+
Request 4cd093c23321e86cd9000072: Client UberClient requested code with scope read write
|
39009
|
+
|
39010
|
+
|
39011
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39012
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000071", "client_secret"=>"685fe73530a1a6ae7cb8a223b2a7b00b78b5a0a1bb11490e20ad98fa480a82e7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39013
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000071&client_secret=685fe73530a1a6ae7cb8a223b2a7b00b78b5a0a1bb11490e20ad98fa480a82e7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39014
|
+
|
39015
|
+
|
39016
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39017
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39018
|
+
Request 4cd093c23321e86cd9000072: Client 4cd093c23321e86cd9000071 granted access code ee1feb1ee2c983e238ff9ebc26cde703b720beb7e27dfd375d73208f6f015b33
|
39019
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
39020
|
+
Request 4cd093c23321e86cd9000074: Client UberClient requested code with scope read write
|
39021
|
+
|
39022
|
+
|
39023
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39024
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000073", "client_secret"=>"516835330f56bebca0bdfe974875672faa092d3993c17904af2c68c8d1a94b21", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39025
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000073&client_secret=516835330f56bebca0bdfe974875672faa092d3993c17904af2c68c8d1a94b21&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39026
|
+
|
39027
|
+
|
39028
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39029
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39030
|
+
Request 4cd093c23321e86cd9000074: Client 4cd093c23321e86cd9000073 granted access code 522d8495177e025287f0b702652b672225e676ddc66af554c1fda9cfb60e985d
|
39031
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
39032
|
+
Request 4cd093c23321e86cd9000076: Client UberClient requested code with scope read write
|
39033
|
+
|
39034
|
+
|
39035
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39036
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000075", "client_secret"=>"a8d758cc0edc2333d1d7159e7f194446d46756f366f7e144ba7b9cac73687d90", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39037
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000075&client_secret=a8d758cc0edc2333d1d7159e7f194446d46756f366f7e144ba7b9cac73687d90&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39038
|
+
|
39039
|
+
|
39040
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39041
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39042
|
+
Request 4cd093c23321e86cd9000076: Client 4cd093c23321e86cd9000075 granted access code a8f1efb8c9ad0c39c753b669143c648217b23cf257c9fd7bc24684ea685c8f6d
|
39043
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
39044
|
+
Request 4cd093c23321e86cd9000078: Client UberClient requested code with scope read write
|
39045
|
+
|
39046
|
+
|
39047
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39048
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000077", "client_secret"=>"099fb285c5a13ae2f9f0417b4861f11a432f97f61aebc8ebb91407b7ea9167ac", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39049
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000077&client_secret=099fb285c5a13ae2f9f0417b4861f11a432f97f61aebc8ebb91407b7ea9167ac&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39050
|
+
|
39051
|
+
|
39052
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39053
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39054
|
+
Request 4cd093c23321e86cd9000078: Client 4cd093c23321e86cd9000077 granted access code a9a08edabf9f7828eb224b00c460500be7994a47bf3cd211a0ed44ef7b2a1d37
|
39055
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
39056
|
+
Request 4cd093c23321e86cd900007a: Client UberClient requested code with scope read write
|
39057
|
+
|
39058
|
+
|
39059
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39060
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000079", "client_secret"=>"fb997afd3ca08c85515c9caf6f94e9bcf04d9969926738c26f2b1118c1196829", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39061
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000079&client_secret=fb997afd3ca08c85515c9caf6f94e9bcf04d9969926738c26f2b1118c1196829&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39062
|
+
|
39063
|
+
|
39064
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39065
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39066
|
+
Request 4cd093c23321e86cd900007a: Client 4cd093c23321e86cd9000079 granted access code 5eed3fa4e3fa8decdaf9c6d475a7d5cf3c4f2fb02ee8b9519aacd1b513a94780
|
39067
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
39068
|
+
Request 4cd093c23321e86cd900007c: Client UberClient requested code with scope read write
|
39069
|
+
|
39070
|
+
|
39071
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39072
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900007b", "client_secret"=>"b3aae584b722cd110d91120dbb60ac76b35d0ccc849640828ebf78752a085e24", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39073
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900007b&client_secret=b3aae584b722cd110d91120dbb60ac76b35d0ccc849640828ebf78752a085e24&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39074
|
+
|
39075
|
+
|
39076
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39077
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39078
|
+
Request 4cd093c23321e86cd900007c: Client 4cd093c23321e86cd900007b granted access code d2bdf77127623aa731fe0d0b67aee6d4248edada6243ec2c7895989f749e9456
|
39079
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
39080
|
+
Request 4cd093c23321e86cd900007e: Client UberClient requested code with scope read write
|
39081
|
+
|
39082
|
+
|
39083
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39084
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900007d", "client_secret"=>"114b0f3548109043517dd95cb8794c07551830845d8e36bacc841d6b59db3723", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39085
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900007d&client_secret=114b0f3548109043517dd95cb8794c07551830845d8e36bacc841d6b59db3723&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39086
|
+
|
39087
|
+
|
39088
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39089
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39090
|
+
Request 4cd093c23321e86cd900007e: Client 4cd093c23321e86cd900007d granted access code fdd4e18969dfc15efbcd3e7fcc58dfbc163967368c45ad5064b7540ce5238fc6
|
39091
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
39092
|
+
Request 4cd093c23321e86cd9000080: Client UberClient requested code with scope read write
|
39093
|
+
|
39094
|
+
|
39095
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39096
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900007f", "client_secret"=>"cd6eaa564959769a66ac28fca4f6450c87d1d23973c68c67c76919751697bf38", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39097
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900007f&client_secret=cd6eaa564959769a66ac28fca4f6450c87d1d23973c68c67c76919751697bf38&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39098
|
+
|
39099
|
+
|
39100
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39101
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39102
|
+
Request 4cd093c23321e86cd9000080: Client 4cd093c23321e86cd900007f granted access code cf3f6692c5654d9af24d7a8993f580d86f403edd106f503e9e31ee35ae2b526c
|
39103
|
+
Access token ab455b71cc287148ec108e1deef2d6a29daf5f3f24d340666e4db663dde0a83a granted to client UberClient, identity Superman
|
39104
|
+
Request 4cd093c23321e86cd9000082: Client UberClient requested code with scope read write
|
39105
|
+
|
39106
|
+
|
39107
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39108
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000081", "client_secret"=>"4694bfb0f12150db0a352fd0a295660f4922ac8aa1972f0088bc4f091dd2479c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39109
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000081&client_secret=4694bfb0f12150db0a352fd0a295660f4922ac8aa1972f0088bc4f091dd2479c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39110
|
+
|
39111
|
+
|
39112
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39113
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39114
|
+
Request 4cd093c23321e86cd9000082: Client 4cd093c23321e86cd9000081 granted access code f4859061d8746affee4912179556cb3954908779889b4590d7965c504b8952a9
|
39115
|
+
Access token 6def4d853495963e864f3bc31f4850ebd39100680e6a403b565479d5f8f399c5 granted to client UberClient, identity Superman
|
39116
|
+
Request 4cd093c23321e86cd9000084: Client UberClient requested code with scope read write
|
39117
|
+
|
39118
|
+
|
39119
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39120
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000083", "client_secret"=>"769b7bb6684916101081154e79c23ba5c71ddcc0d9f4996b87a5e4c6fc53673c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39121
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000083&client_secret=769b7bb6684916101081154e79c23ba5c71ddcc0d9f4996b87a5e4c6fc53673c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39122
|
+
|
39123
|
+
|
39124
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39125
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39126
|
+
Request 4cd093c23321e86cd9000084: Client 4cd093c23321e86cd9000083 granted access code 9dbe193a798a642ed2ba8bcbcf69322838743a2c2e5412c8bf5128ec7d9845f3
|
39127
|
+
Access token bf84d263980e3c0bcd227a442b9e89485ebf97d1f68aeeb77e1ef3ac4f5fea1a granted to client UberClient, identity Superman
|
39128
|
+
Request 4cd093c23321e86cd9000086: Client UberClient requested code with scope read write
|
39129
|
+
|
39130
|
+
|
39131
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39132
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000085", "client_secret"=>"d1264b084374f84506e182189b2780a129730cf39aa806379dcf9bb7463322c2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39133
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000085&client_secret=d1264b084374f84506e182189b2780a129730cf39aa806379dcf9bb7463322c2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39134
|
+
|
39135
|
+
|
39136
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39137
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39138
|
+
Request 4cd093c23321e86cd9000086: Client 4cd093c23321e86cd9000085 granted access code ec1e2aa0e85b2f7a29a48a753af83bb2db1c8fcfa821d4601fc917c34a6f8c47
|
39139
|
+
Access token 40bf1fc49e0eb8a1365dbdf63c1de9a6806f4381e05edc5fba15a819f28f21fd granted to client UberClient, identity Superman
|
39140
|
+
Request 4cd093c23321e86cd9000088: Client UberClient requested code with scope read write
|
39141
|
+
|
39142
|
+
|
39143
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39144
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000087", "client_secret"=>"18bdf51e5e3dcb32b6cdc8251171caf5e9baf6040dee50f19164afc5e7734260", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39145
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000087&client_secret=18bdf51e5e3dcb32b6cdc8251171caf5e9baf6040dee50f19164afc5e7734260&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39146
|
+
|
39147
|
+
|
39148
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39149
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39150
|
+
Request 4cd093c23321e86cd9000088: Client 4cd093c23321e86cd9000087 granted access code b04d4e67e1eeb98a7a24568cd907beef5a7526d19bc778fc96d2f309061b97de
|
39151
|
+
Access token e4c214b5cc78eb9c3d1356aa1295020b5882f629518708c85e39b468b2e3e1b1 granted to client UberClient, identity Superman
|
39152
|
+
Request 4cd093c23321e86cd900008a: Client UberClient requested code with scope read write
|
39153
|
+
|
39154
|
+
|
39155
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39156
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000089", "client_secret"=>"aff623771dbe78fa533c4acee38cfd700ee448f698b377e640b927fca50f7d1f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39157
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000089&client_secret=aff623771dbe78fa533c4acee38cfd700ee448f698b377e640b927fca50f7d1f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39158
|
+
|
39159
|
+
|
39160
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39161
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39162
|
+
Request 4cd093c23321e86cd900008a: Client 4cd093c23321e86cd9000089 granted access code f4a08d43e631f44bcd7e68c2ff5193b15421ee89f12966afbcd74ef2ba60c08e
|
39163
|
+
Access token 2d9de86bad6526f098e6aa5a4cfd63bc1f1583d169ba10934f7568a8a2e5385a granted to client UberClient, identity Superman
|
39164
|
+
Request 4cd093c23321e86cd900008c: Client UberClient requested code with scope read write
|
39165
|
+
|
39166
|
+
|
39167
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39168
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900008b", "client_secret"=>"cfa2d080444f4924e7925c53db6578b3fe1accc00854ef0a9b693932428964e4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39169
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900008b&client_secret=cfa2d080444f4924e7925c53db6578b3fe1accc00854ef0a9b693932428964e4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39170
|
+
|
39171
|
+
|
39172
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39173
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39174
|
+
Request 4cd093c23321e86cd900008c: Client 4cd093c23321e86cd900008b granted access code b378100f4a3b481bef9fe43075e390c5cc68336ea85c2db9cafc44b653efbb5d
|
39175
|
+
Access token cc84b8a0a194094b33af50bea39885c7e3c794fa8035b40c7e23d27cfcefc83b granted to client UberClient, identity Superman
|
39176
|
+
Request 4cd093c23321e86cd900008e: Client UberClient requested code with scope read write
|
39177
|
+
|
39178
|
+
|
39179
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39180
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900008d", "client_secret"=>"e19f4607b7bb5b427a3a9fe2dbaa1d27d61f0e8c2930a220633d0d88a76d3b6d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39181
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900008d&client_secret=e19f4607b7bb5b427a3a9fe2dbaa1d27d61f0e8c2930a220633d0d88a76d3b6d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39182
|
+
|
39183
|
+
|
39184
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39185
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39186
|
+
Request 4cd093c23321e86cd900008e: Client 4cd093c23321e86cd900008d granted access code 53a72c5839b3e5097b3a6610fe023c943b965290d70a8bca3ddbf03be3aad9cb
|
39187
|
+
Access token a08f2e6a7cabcf4c3a1602b0f7d4ee06cd59a6f084f6b9a9c4052a8b962183e5 granted to client UberClient, identity Superman
|
39188
|
+
Request 4cd093c23321e86cd9000090: Client UberClient requested code with scope read write
|
39189
|
+
|
39190
|
+
|
39191
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39192
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900008f", "client_secret"=>"d779376ecb52458f0bf0704fd1addd639458ab404b2bd1b2e21320b0ebbbaac2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39193
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900008f&client_secret=d779376ecb52458f0bf0704fd1addd639458ab404b2bd1b2e21320b0ebbbaac2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39194
|
+
|
39195
|
+
|
39196
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39197
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39198
|
+
Request 4cd093c23321e86cd9000090: Client 4cd093c23321e86cd900008f granted access code ac81e565c8084a8466aaa51f76a2d4301bc8277d302284b15e4bc364161b4a2e
|
39199
|
+
Access token e44ad314df09537ba2a2c1cce2328eabb0d62e83ebae3ebd986b1cbc194f724b granted to client UberClient, identity Superman
|
39200
|
+
Request 4cd093c23321e86cd9000092: Client UberClient requested code with scope read write
|
39201
|
+
|
39202
|
+
|
39203
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39204
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000091", "client_secret"=>"4efae9401d63dea3800943afad62b9139cec196fc5aa91379ac03a0f47af0d36", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39205
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000091&client_secret=4efae9401d63dea3800943afad62b9139cec196fc5aa91379ac03a0f47af0d36&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39206
|
+
|
39207
|
+
|
39208
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39209
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39210
|
+
Request 4cd093c23321e86cd9000092: Client 4cd093c23321e86cd9000091 granted access code 3bc85949e55109c4c396b0df7072229579022e2a53ae9c22ca9d421fdd9075f3
|
39211
|
+
Access token f1e4c983b3235073c91fcee2d0114b004af92e0b01a7bef6ae4c1a112a15bc61 granted to client UberClient, identity Superman
|
39212
|
+
Request 4cd093c23321e86cd9000094: Client UberClient requested code with scope read write
|
39213
|
+
|
39214
|
+
|
39215
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39216
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000093", "client_secret"=>"bf83b1a0663c981934b45bc99c4892f62692b5d45911e86616e5ef65a29abc41", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39217
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000093&client_secret=bf83b1a0663c981934b45bc99c4892f62692b5d45911e86616e5ef65a29abc41&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39218
|
+
|
39219
|
+
|
39220
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39221
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39222
|
+
Request 4cd093c23321e86cd9000094: Client 4cd093c23321e86cd9000093 granted access code 77c9b02c1d8c0d0a2b97dd9ff3c3b606760b417600360e19c34f0a28d1ed3de8
|
39223
|
+
Access token 9c85874cac7852e7fbc61b904c273fe8128d991c4f1ebc9a2a4c00d832a2f0b3 granted to client UberClient, identity Superman
|
39224
|
+
Request 4cd093c23321e86cd9000096: Client UberClient requested code with scope read write
|
39225
|
+
|
39226
|
+
|
39227
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39228
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000095", "client_secret"=>"f88c3202f2d3bb6e535a0b55683f9f392fd20e0b11baceba726d693e8d14b110", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39229
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000095&client_secret=f88c3202f2d3bb6e535a0b55683f9f392fd20e0b11baceba726d693e8d14b110&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39230
|
+
|
39231
|
+
|
39232
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39233
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39234
|
+
Request 4cd093c23321e86cd9000096: Client 4cd093c23321e86cd9000095 granted access code c1ac2ff45c749790d03f56d5c1e6f299c4be63a849f2ad022a179a6dd4450164
|
39235
|
+
Access token b537b0239b1d7e2dd4499b5564b98ac67e4b70ada86c219d934ace493d9b7aec granted to client UberClient, identity Superman
|
39236
|
+
Request 4cd093c23321e86cd9000098: Client UberClient requested code with scope read write
|
39237
|
+
|
39238
|
+
|
39239
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39240
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000097", "client_secret"=>"fd14943ad3c3b8e2423fc6e2b39becb31eb1fe21279e45525d13c5d8d5d31aa4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39241
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000097&client_secret=fd14943ad3c3b8e2423fc6e2b39becb31eb1fe21279e45525d13c5d8d5d31aa4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39242
|
+
|
39243
|
+
|
39244
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39245
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39246
|
+
Request 4cd093c23321e86cd9000098: Client 4cd093c23321e86cd9000097 granted access code c24605a94b64c7b95d703634bbbd7665ea2aabb78f197dd75eb34cc50d5e6e12
|
39247
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
39248
|
+
Request 4cd093c23321e86cd900009a: Client UberClient requested code with scope read write
|
39249
|
+
|
39250
|
+
|
39251
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39252
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd9000099", "client_secret"=>"9ec7726dcaaf0f74f64c6fcb5ae424fb614360f6ef6bdc89ff84d83e73d115f4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39253
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd9000099&client_secret=9ec7726dcaaf0f74f64c6fcb5ae424fb614360f6ef6bdc89ff84d83e73d115f4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39254
|
+
|
39255
|
+
|
39256
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39257
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39258
|
+
Request 4cd093c23321e86cd900009a: Client 4cd093c23321e86cd9000099 granted access code 56cebc56467e48efc84a457a5b2f8a80e5e58c70bdb24de09434acbfb6448889
|
39259
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
39260
|
+
Request 4cd093c23321e86cd900009c: Client UberClient requested code with scope read write
|
39261
|
+
|
39262
|
+
|
39263
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39264
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900009b", "client_secret"=>"a4968eccb35a687c273ad4830e39aff9681c653e6d4d1dee4670d0a9114ed939", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39265
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900009b&client_secret=a4968eccb35a687c273ad4830e39aff9681c653e6d4d1dee4670d0a9114ed939&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39266
|
+
|
39267
|
+
|
39268
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39269
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39270
|
+
Request 4cd093c23321e86cd900009c: Client 4cd093c23321e86cd900009b granted access code 1bbdab6788f47115425fbade58004364564236b2079c79f4c9536f8768f4b351
|
39271
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
39272
|
+
Request 4cd093c23321e86cd900009e: Client UberClient requested code with scope read write
|
39273
|
+
|
39274
|
+
|
39275
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39276
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900009d", "client_secret"=>"586d2008bb00ca92546f7613e98b6f83a6179e1c6b81d631e83bf0f47e0768fa", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39277
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900009d&client_secret=586d2008bb00ca92546f7613e98b6f83a6179e1c6b81d631e83bf0f47e0768fa&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39278
|
+
|
39279
|
+
|
39280
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39281
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39282
|
+
Request 4cd093c23321e86cd900009e: Client 4cd093c23321e86cd900009d granted access code eb80053c652d04f6eeb82d9397ccbb884ece0813d88b9d5486602bf4fcca366e
|
39283
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
39284
|
+
Request 4cd093c23321e86cd90000a0: Client UberClient requested code with scope read write
|
39285
|
+
|
39286
|
+
|
39287
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39288
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd900009f", "client_secret"=>"74dfaed5c2a14cb08725b34ba618e96ff9e857e188adde7a1a2309a8e730db7d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39289
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd900009f&client_secret=74dfaed5c2a14cb08725b34ba618e96ff9e857e188adde7a1a2309a8e730db7d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39290
|
+
|
39291
|
+
|
39292
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39293
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39294
|
+
Request 4cd093c23321e86cd90000a0: Client 4cd093c23321e86cd900009f granted access code f7824633b09c7224a6b1c826658ad7b02f6197a130c8335cc196d9365c24769e
|
39295
|
+
Access token 006aba1fd2dedf9b6eefc0b821cdbc1277c627fe6b95afb41d4c1332b8ab00e1 granted to client UberClient, identity Superman
|
39296
|
+
HTTP authorization failed invalid_token
|
39297
|
+
Request 4cd093c23321e86cd90000a2: Client UberClient requested code with scope read write
|
39298
|
+
|
39299
|
+
|
39300
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39301
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000a1", "client_secret"=>"5aec7282215b5b7700f45190fc9860507201face4ba9e95082dfdf707731fee9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39302
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000a1&client_secret=5aec7282215b5b7700f45190fc9860507201face4ba9e95082dfdf707731fee9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39303
|
+
|
39304
|
+
|
39305
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39306
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39307
|
+
Request 4cd093c23321e86cd90000a2: Client 4cd093c23321e86cd90000a1 granted access code bcfff645e9508bd6ab71b06226f9a86bf29c72e8bd4d78bff680a779a23f214d
|
39308
|
+
Access token 904b8fc93452be824fd489406ac8f4ccb1245f9ffb83fb796fab6088295c95cd granted to client UberClient, identity Superman
|
39309
|
+
HTTP authorization failed invalid_token
|
39310
|
+
Request 4cd093c23321e86cd90000a4: Client UberClient requested code with scope read write
|
39311
|
+
|
39312
|
+
|
39313
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39314
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000a3", "client_secret"=>"e87c61485fbdbc2735ab0681e66d1ab685aa9fc2d2cdc3a0b8886d4471673a92", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39315
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000a3&client_secret=e87c61485fbdbc2735ab0681e66d1ab685aa9fc2d2cdc3a0b8886d4471673a92&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39316
|
+
|
39317
|
+
|
39318
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39319
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39320
|
+
Request 4cd093c23321e86cd90000a4: Client 4cd093c23321e86cd90000a3 granted access code e186d5daf7c03e92beccb2c11fcbdfba8f720e5a674d0b0628b97d53a6cc520e
|
39321
|
+
Access token 9a7c1fbdcd65d7dcb4fbc4a6d3e910dc63a4fbf554eead5fcde93bbb8c6b0596 granted to client UberClient, identity Superman
|
39322
|
+
HTTP authorization failed invalid_token
|
39323
|
+
Request 4cd093c23321e86cd90000a6: Client UberClient requested code with scope read write
|
39324
|
+
|
39325
|
+
|
39326
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39327
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000a5", "client_secret"=>"cf00acdda665041510d16087eb5e4d422f11ffab5a48fa1d8b56d41390a2ee1e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39328
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000a5&client_secret=cf00acdda665041510d16087eb5e4d422f11ffab5a48fa1d8b56d41390a2ee1e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39329
|
+
|
39330
|
+
|
39331
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39332
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39333
|
+
Request 4cd093c23321e86cd90000a6: Client 4cd093c23321e86cd90000a5 granted access code 0e2ada8348322aebd8bacb7d40de7da2c117cbf4bf40e2046e83b1fc2ed67784
|
39334
|
+
Access token f30f723acd7abc535354f27cd516f902e6ab7cf9d19b067a41812a1d134d72e6 granted to client UberClient, identity Superman
|
39335
|
+
HTTP authorization failed invalid_token
|
39336
|
+
Request 4cd093c23321e86cd90000a8: Client UberClient requested code with scope read write
|
39337
|
+
|
39338
|
+
|
39339
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39340
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000a7", "client_secret"=>"11e5a0db8cf0a742d5bae9244d3ddbea86c810491b0535a61c7e388527c2fa61", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39341
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000a7&client_secret=11e5a0db8cf0a742d5bae9244d3ddbea86c810491b0535a61c7e388527c2fa61&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39342
|
+
|
39343
|
+
|
39344
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39345
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39346
|
+
Request 4cd093c23321e86cd90000a8: Client 4cd093c23321e86cd90000a7 granted access code d26b564e6e56e72ed54c2cbca982df2c8b52ff5735928169b4b404daf9223e28
|
39347
|
+
Access token f83ad5c52912dee8503be181f05e55bd9e7b969ee000939960ff587db49279ee granted to client UberClient, identity Superman
|
39348
|
+
Authorized Superman
|
39349
|
+
|
39350
|
+
|
39351
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39352
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/change]
|
39353
|
+
Request 4cd093c23321e86cd90000aa: Client UberClient requested code with scope read write
|
39354
|
+
|
39355
|
+
|
39356
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:10) [GET]
|
39357
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000a9", "client_secret"=>"cdab81505a4987f9e51bb5c2af4e59e3d53ade042954c50f657238b66054108b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39358
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000a9&client_secret=cdab81505a4987f9e51bb5c2af4e59e3d53ade042954c50f657238b66054108b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39359
|
+
|
39360
|
+
|
39361
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39362
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39363
|
+
Request 4cd093c23321e86cd90000aa: Client 4cd093c23321e86cd90000a9 granted access code cfef2e72305864afcb6599bceb30bf0f8d638c705d3748946c86dcbc00ff5c16
|
39364
|
+
Access token 1266a9179cbddebc0e3993ab937a60ed85507be42fb7a6c2328939bb5fc5a560 granted to client UberClient, identity Superman
|
39365
|
+
Authorized Superman
|
39366
|
+
|
39367
|
+
|
39368
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:10) [POST]
|
39369
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
39370
|
+
Request 4cd093c33321e86cd90000ac: Client UberClient requested code with scope read write
|
39371
|
+
|
39372
|
+
|
39373
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39374
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c23321e86cd90000ab", "client_secret"=>"719512ca4248d756d981795586b8ee7ca286e04bf858f9758b3e6a3be3d18ae2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39375
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c23321e86cd90000ab&client_secret=719512ca4248d756d981795586b8ee7ca286e04bf858f9758b3e6a3be3d18ae2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39376
|
+
|
39377
|
+
|
39378
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39379
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39380
|
+
Request 4cd093c33321e86cd90000ac: Client 4cd093c23321e86cd90000ab granted access code a13a87c20895c1941de2db9e3459d2300e4c8de36a7e5cf90e49aa0018c84b1f
|
39381
|
+
Access token 12bb21ca309f112a05ab4bee635f86cbf6e6f9b86156d63b4cf4fdc88939feea granted to client UberClient, identity Superman
|
39382
|
+
HTTP authorization failed invalid_token
|
39383
|
+
Request 4cd093c33321e86cd90000ae: Client UberClient requested code with scope read write
|
39384
|
+
|
39385
|
+
|
39386
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39387
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000ad", "client_secret"=>"0043daa8a1ade698bfd6a100b501c32658e2ac3387c72161a3f89b399610667d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39388
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000ad&client_secret=0043daa8a1ade698bfd6a100b501c32658e2ac3387c72161a3f89b399610667d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39389
|
+
|
39390
|
+
|
39391
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39392
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39393
|
+
Request 4cd093c33321e86cd90000ae: Client 4cd093c33321e86cd90000ad granted access code 714de6d5694427b68b94ba53e3fe652ef3bbdc77b93e4ec26ae78a0fb14907d4
|
39394
|
+
Access token f4efa16c47e9c7b05a1c0d1419bd38691f5aefee405054cc3a344281a2af5714 granted to client UberClient, identity Superman
|
39395
|
+
HTTP authorization failed invalid_token
|
39396
|
+
Request 4cd093c33321e86cd90000b0: Client UberClient requested code with scope read write
|
39397
|
+
|
39398
|
+
|
39399
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39400
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000af", "client_secret"=>"79bb6ef5dc7a43ed7903105974632a9ad912fb46eae0ac50cf965681e60cc922", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39401
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000af&client_secret=79bb6ef5dc7a43ed7903105974632a9ad912fb46eae0ac50cf965681e60cc922&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39402
|
+
|
39403
|
+
|
39404
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39405
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39406
|
+
Request 4cd093c33321e86cd90000b0: Client 4cd093c33321e86cd90000af granted access code 87bfb05d24cad3f1998c5715817a63ea5e2d72ec15c839d82ec3eddb5b6be8d0
|
39407
|
+
Access token 4cc87b7d854fff7ae88b18e09a3ef034e81923cf9021446798756000b57e3b75 granted to client UberClient, identity Superman
|
39408
|
+
HTTP authorization failed invalid_token
|
39409
|
+
Request 4cd093c33321e86cd90000b2: Client UberClient requested code with scope read write
|
39410
|
+
|
39411
|
+
|
39412
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39413
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000b1", "client_secret"=>"0e618a0e3baf0c8fe703605e1613f7ade05fe1b7d4d4de571177d3164a69f343", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39414
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000b1&client_secret=0e618a0e3baf0c8fe703605e1613f7ade05fe1b7d4d4de571177d3164a69f343&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39415
|
+
|
39416
|
+
|
39417
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39418
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39419
|
+
Request 4cd093c33321e86cd90000b2: Client 4cd093c33321e86cd90000b1 granted access code 5919758807d0bb450e609179b5428d856999b544595225940a7a3fbc42faca2a
|
39420
|
+
Access token 471186b3861b74e2f873ee0355ad610c8d8953b1a2839442f2b10a322bea009c granted to client UberClient, identity Superman
|
39421
|
+
HTTP authorization failed invalid_token
|
39422
|
+
Request 4cd093c33321e86cd90000b4: Client UberClient requested code with scope read write
|
39423
|
+
|
39424
|
+
|
39425
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39426
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000b3", "client_secret"=>"0f825538d6d992cb7564bb71521e8d38894e092bb2b118b4d8cf489f1f6c5952", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39427
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000b3&client_secret=0f825538d6d992cb7564bb71521e8d38894e092bb2b118b4d8cf489f1f6c5952&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39428
|
+
|
39429
|
+
|
39430
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39431
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39432
|
+
Request 4cd093c33321e86cd90000b4: Client 4cd093c33321e86cd90000b3 granted access code 884e12f67abbb712d0d397174431a7c0765be7c76ce5712fcb56355b77760fcf
|
39433
|
+
Access token 144104d45703dc9857b6f995f3eb872d013c2edba8d753f700b37b6f70417669 granted to client UberClient, identity Superman
|
39434
|
+
Authorized Superman
|
39435
|
+
|
39436
|
+
|
39437
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39438
|
+
Parameters: {"oauth_token"=>"144104d45703dc9857b6f995f3eb872d013c2edba8d753f700b37b6f70417669"}
|
39439
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
39440
|
+
Request 4cd093c33321e86cd90000b6: Client UberClient requested code with scope read write
|
39441
|
+
|
39442
|
+
|
39443
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39444
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000b5", "client_secret"=>"08372a5e8b1ed339f390a54f4d8a13524ba8958c2753daa7619d52b2874841bd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39445
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000b5&client_secret=08372a5e8b1ed339f390a54f4d8a13524ba8958c2753daa7619d52b2874841bd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39446
|
+
|
39447
|
+
|
39448
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39449
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39450
|
+
Request 4cd093c33321e86cd90000b6: Client 4cd093c33321e86cd90000b5 granted access code e78effa5cade6413964951b34268b5b45d9a33b90b6bc3b00a44505de0001154
|
39451
|
+
Access token 6009bef20f2d5b9da5f7fadf9af0f49957c024aa2a00bb4c67d31697716d9ae0 granted to client UberClient, identity Superman
|
39452
|
+
Authorized Superman
|
39453
|
+
|
39454
|
+
|
39455
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39456
|
+
Parameters: {"oauth_token"=>"6009bef20f2d5b9da5f7fadf9af0f49957c024aa2a00bb4c67d31697716d9ae0"}
|
39457
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
39458
|
+
Request 4cd093c33321e86cd90000b8: Client UberClient requested code with scope read write
|
39459
|
+
|
39460
|
+
|
39461
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39462
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000b7", "client_secret"=>"059a63d088c0f8f2efb5c99b0d282cbbbf4a93a5dfeddb729588a9d406bf7529", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39463
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000b7&client_secret=059a63d088c0f8f2efb5c99b0d282cbbbf4a93a5dfeddb729588a9d406bf7529&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39464
|
+
|
39465
|
+
|
39466
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39467
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39468
|
+
Request 4cd093c33321e86cd90000b8: Client 4cd093c33321e86cd90000b7 granted access code ca2aaf3fd180018de628d865c33fa7e177d8c4b00ff8c58aa3603e1d0eca06bd
|
39469
|
+
Access token 2bbbb84b66f4baf0f6f949315152f6871d6e566f1e99a696ac213f0213d0e88b granted to client UberClient, identity Superman
|
39470
|
+
|
39471
|
+
|
39472
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39473
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39474
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
39475
|
+
Request 4cd093c33321e86cd90000ba: Client UberClient requested code with scope read write
|
39476
|
+
|
39477
|
+
|
39478
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39479
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000b9", "client_secret"=>"d5c11f3e0dc72664ab2d391251ae73ddc8be82b161d1e08ae8a4cf8f11a6be28", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39480
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000b9&client_secret=d5c11f3e0dc72664ab2d391251ae73ddc8be82b161d1e08ae8a4cf8f11a6be28&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39481
|
+
|
39482
|
+
|
39483
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39484
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39485
|
+
Request 4cd093c33321e86cd90000ba: Client 4cd093c33321e86cd90000b9 granted access code 1da7e9d5a08d38955e62cf1bf649c7ba0ac221f9c78ed9c1abca1b92cf3ea5e7
|
39486
|
+
Access token d06bf3d9df45602f61e13a2f574b1753818c8878570d51596a90ca3a96532266 granted to client UberClient, identity Superman
|
39487
|
+
|
39488
|
+
|
39489
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39490
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39491
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
39492
|
+
Request 4cd093c33321e86cd90000bc: Client UberClient requested code with scope read write
|
39493
|
+
|
39494
|
+
|
39495
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39496
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000bb", "client_secret"=>"ca9e731fd9b34193a835fe84dcee1406e26b5c7b2f97205dba3073e4389cdef9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39497
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000bb&client_secret=ca9e731fd9b34193a835fe84dcee1406e26b5c7b2f97205dba3073e4389cdef9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39498
|
+
|
39499
|
+
|
39500
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39501
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39502
|
+
Request 4cd093c33321e86cd90000bc: Client 4cd093c33321e86cd90000bb granted access code e5321d3d009ad183c671ec2ac7b4b76f82b22b3b6d90f127bf6a4ac6174f3a8a
|
39503
|
+
Access token 1d17273a7682fa5479e33021db76e9c20d999ecf881cfc30d8e9b316d3ab5700 granted to client UberClient, identity Superman
|
39504
|
+
|
39505
|
+
|
39506
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39507
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39508
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
39509
|
+
Request 4cd093c33321e86cd90000be: Client UberClient requested code with scope read write
|
39510
|
+
|
39511
|
+
|
39512
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39513
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000bd", "client_secret"=>"32147a18ee12c396178d093d99c2639974e381a2c7841d70348fd9f61a4d976b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39514
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000bd&client_secret=32147a18ee12c396178d093d99c2639974e381a2c7841d70348fd9f61a4d976b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39515
|
+
|
39516
|
+
|
39517
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39518
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39519
|
+
Request 4cd093c33321e86cd90000be: Client 4cd093c33321e86cd90000bd granted access code 615f99c9f06011ecd06e3f0cc2e59d2c409ec1e832599dcbdeaa22a4b55f1af9
|
39520
|
+
Access token 4b46875a9e5ef468ad63409da1f67a0960bddef4fddc7ca6fc9dad38c2845ba5 granted to client UberClient, identity Superman
|
39521
|
+
|
39522
|
+
|
39523
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39524
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39525
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
39526
|
+
Request 4cd093c33321e86cd90000c0: Client UberClient requested code with scope read write
|
39527
|
+
|
39528
|
+
|
39529
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39530
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000bf", "client_secret"=>"2dcc4a84b274e76dc60e1f7976202ef3680c323f3ec6e2d0b248eb21d832a9e4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39531
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000bf&client_secret=2dcc4a84b274e76dc60e1f7976202ef3680c323f3ec6e2d0b248eb21d832a9e4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39532
|
+
|
39533
|
+
|
39534
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39535
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39536
|
+
Request 4cd093c33321e86cd90000c0: Client 4cd093c33321e86cd90000bf granted access code d93ae14053214a8494a3db6e4cba905f253ce617fefefdbb6e4b265ff885ae73
|
39537
|
+
Access token 1af3b923e2858fa0dfaa35d5129e93e3d56863b6b16d7cc0efc58be75be2cf0c granted to client UberClient, identity Superman
|
39538
|
+
Authorized Superman
|
39539
|
+
|
39540
|
+
|
39541
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39542
|
+
Parameters: {"oauth_token"=>"1af3b923e2858fa0dfaa35d5129e93e3d56863b6b16d7cc0efc58be75be2cf0c"}
|
39543
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39544
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=1af3b923e2858fa0dfaa35d5129e93e3d56863b6b16d7cc0efc58be75be2cf0c]
|
39545
|
+
Request 4cd093c33321e86cd90000c2: Client UberClient requested code with scope read write
|
39546
|
+
|
39547
|
+
|
39548
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39549
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000c1", "client_secret"=>"325cb063d391a3a564ba5b66351544a782baaa1f467bab0e763cda3aadd8e662", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39550
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000c1&client_secret=325cb063d391a3a564ba5b66351544a782baaa1f467bab0e763cda3aadd8e662&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39551
|
+
|
39552
|
+
|
39553
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39554
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39555
|
+
Request 4cd093c33321e86cd90000c2: Client 4cd093c33321e86cd90000c1 granted access code bf462b10525ed00c71001665b607a6f24426021218bdee540f8d7b2c805b8748
|
39556
|
+
Access token 61b17b5c7ef3d79ff9e7da5ccac59e45b33596a4828f29f42a25c698a2a0a787 granted to client UberClient, identity Superman
|
39557
|
+
Authorized Superman
|
39558
|
+
|
39559
|
+
|
39560
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39561
|
+
Parameters: {"oauth_token"=>"61b17b5c7ef3d79ff9e7da5ccac59e45b33596a4828f29f42a25c698a2a0a787"}
|
39562
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39563
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=61b17b5c7ef3d79ff9e7da5ccac59e45b33596a4828f29f42a25c698a2a0a787]
|
39564
|
+
Request 4cd093c33321e86cd90000c4: Client UberClient requested code with scope read write
|
39565
|
+
|
39566
|
+
|
39567
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39568
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000c3", "client_secret"=>"cbc4396059e4662aecb7f5ece20321ea7e9d7dafe71f2ef39e14a024938ed542", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39569
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000c3&client_secret=cbc4396059e4662aecb7f5ece20321ea7e9d7dafe71f2ef39e14a024938ed542&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39570
|
+
|
39571
|
+
|
39572
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39573
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39574
|
+
Request 4cd093c33321e86cd90000c4: Client 4cd093c33321e86cd90000c3 granted access code ca48a3c01a2b2b69f2d325f940a76c72add08c6ed9c00f633b1a75eb94fea4d1
|
39575
|
+
Access token 5e13cf0d04dbf754f155b0fa865e9502776b0db038529dee8e45a07cbb3bf9d5 granted to client UberClient, identity Superman
|
39576
|
+
Authorized Superman
|
39577
|
+
|
39578
|
+
|
39579
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39580
|
+
Parameters: {"oauth_token"=>"5e13cf0d04dbf754f155b0fa865e9502776b0db038529dee8e45a07cbb3bf9d5"}
|
39581
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39582
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=5e13cf0d04dbf754f155b0fa865e9502776b0db038529dee8e45a07cbb3bf9d5]
|
39583
|
+
Request 4cd093c33321e86cd90000c6: Client UberClient requested code with scope read write
|
39584
|
+
|
39585
|
+
|
39586
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39587
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000c5", "client_secret"=>"fb2d369d94536b76382688fb9f0087950d83f94cbe7cfe72f550b9629e095697", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39588
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000c5&client_secret=fb2d369d94536b76382688fb9f0087950d83f94cbe7cfe72f550b9629e095697&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39589
|
+
|
39590
|
+
|
39591
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39592
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39593
|
+
Request 4cd093c33321e86cd90000c6: Client 4cd093c33321e86cd90000c5 granted access code 72d02d0e1314b394dc3f5da0448ddefcf857ab3a4bc34bf57cd40e33ad2cef57
|
39594
|
+
Access token a6f4b496e6f4e5c74649c1e3ed1d0c3ca6bd8cdb3233e787b36b4be3f45c3dea granted to client UberClient, identity Superman
|
39595
|
+
Authorized Superman
|
39596
|
+
|
39597
|
+
|
39598
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39599
|
+
Parameters: {"oauth_token"=>"a6f4b496e6f4e5c74649c1e3ed1d0c3ca6bd8cdb3233e787b36b4be3f45c3dea"}
|
39600
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39601
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=a6f4b496e6f4e5c74649c1e3ed1d0c3ca6bd8cdb3233e787b36b4be3f45c3dea]
|
39602
|
+
Request 4cd093c33321e86cd90000c8: Client UberClient requested code with scope read write
|
39603
|
+
|
39604
|
+
|
39605
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39606
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000c7", "client_secret"=>"86c8802b19d6172698d8e315f82ee982538d7288f18c8de262cb7394e1181f31", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39607
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000c7&client_secret=86c8802b19d6172698d8e315f82ee982538d7288f18c8de262cb7394e1181f31&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39608
|
+
|
39609
|
+
|
39610
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39611
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39612
|
+
Request 4cd093c33321e86cd90000c8: Client 4cd093c33321e86cd90000c7 granted access code 8ec2d34a0421049c0141b7fb656fd700e65160116e401104c0fde72b4649c746
|
39613
|
+
Access token 2c949f781dfd7b74fd7ec4a6423f0b285f1da409c7bb05f0ce8575c536381ceb granted to client UberClient, identity Superman
|
39614
|
+
Authorized Superman
|
39615
|
+
|
39616
|
+
|
39617
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39618
|
+
Parameters: {"oauth_token"=>"2c949f781dfd7b74fd7ec4a6423f0b285f1da409c7bb05f0ce8575c536381ceb"}
|
39619
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39620
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=2c949f781dfd7b74fd7ec4a6423f0b285f1da409c7bb05f0ce8575c536381ceb]
|
39621
|
+
Request 4cd093c33321e86cd90000ca: Client UberClient requested code with scope read write
|
39622
|
+
|
39623
|
+
|
39624
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39625
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000c9", "client_secret"=>"d955d011e0744f32c81e256ae9a38a00545771d501840725852fc4732af5cf4e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39626
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000c9&client_secret=d955d011e0744f32c81e256ae9a38a00545771d501840725852fc4732af5cf4e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39627
|
+
|
39628
|
+
|
39629
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39630
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39631
|
+
Request 4cd093c33321e86cd90000ca: Client 4cd093c33321e86cd90000c9 granted access code a7b044b81fbd7c34ca75decdf44447dbf11bba3779ea41db02c608af723f19a3
|
39632
|
+
Access token 991af775b6ee1fa477f0d8f133a1843b79a812157197998e81067ca2bb37bf98 granted to client UberClient, identity Superman
|
39633
|
+
|
39634
|
+
|
39635
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39636
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
39637
|
+
Request 4cd093c33321e86cd90000cc: Client UberClient requested code with scope read write
|
39638
|
+
|
39639
|
+
|
39640
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39641
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000cb", "client_secret"=>"e1096c3e166d56d726e85a1cfa0c6e25211877ca845c46d0df3084d3eb998251", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39642
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000cb&client_secret=e1096c3e166d56d726e85a1cfa0c6e25211877ca845c46d0df3084d3eb998251&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39643
|
+
|
39644
|
+
|
39645
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39646
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39647
|
+
Request 4cd093c33321e86cd90000cc: Client 4cd093c33321e86cd90000cb granted access code 95f70482acb6bd04b2367824db636bb698d93641d1d38f2d727ade47412412a4
|
39648
|
+
Access token fe81442db2917dd2ed0f147836b6a8c299f6748ac7017ac396b6b1da89c33b5f granted to client UberClient, identity Superman
|
39649
|
+
|
39650
|
+
|
39651
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39652
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
39653
|
+
Request 4cd093c33321e86cd90000ce: Client UberClient requested code with scope read write
|
39654
|
+
|
39655
|
+
|
39656
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39657
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000cd", "client_secret"=>"2951dee1c528d69013f62355b45dee519a48e837d37d46838c305e70631ea37f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39658
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000cd&client_secret=2951dee1c528d69013f62355b45dee519a48e837d37d46838c305e70631ea37f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39659
|
+
|
39660
|
+
|
39661
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39662
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39663
|
+
Request 4cd093c33321e86cd90000ce: Client 4cd093c33321e86cd90000cd granted access code 6e02e6aa007f6e91fe625a8b38a852196ce08ed9ea4c5cadc8f0cc9167a317a4
|
39664
|
+
Access token 8c70dbfa7facdd5f2ee035fa55a3b60914c1655faac5d899bc822f153447a93e granted to client UberClient, identity Superman
|
39665
|
+
HTTP authorization failed invalid_token
|
39666
|
+
Request 4cd093c33321e86cd90000d0: Client UberClient requested code with scope read write
|
39667
|
+
|
39668
|
+
|
39669
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39670
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000cf", "client_secret"=>"cf4a7d069442e70fda2dcdfcc4c3a1dcdda964fd50a5ddb1fe52bc8820f381c1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39671
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000cf&client_secret=cf4a7d069442e70fda2dcdfcc4c3a1dcdda964fd50a5ddb1fe52bc8820f381c1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39672
|
+
|
39673
|
+
|
39674
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39675
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39676
|
+
Request 4cd093c33321e86cd90000d0: Client 4cd093c33321e86cd90000cf granted access code 7a6a6523c95fcb9169588c41e915f404b4ad39d2017ac0b2c75ea2fccc101038
|
39677
|
+
Access token c70d43523af1c9d622a0fdeb10caf0e892e3068454b2ee96eb637348a62603ef granted to client UberClient, identity Superman
|
39678
|
+
HTTP authorization failed invalid_token
|
39679
|
+
Request 4cd093c33321e86cd90000d2: Client UberClient requested code with scope read write
|
39680
|
+
|
39681
|
+
|
39682
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39683
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000d1", "client_secret"=>"313d3bbe06bbc372aba1cdf4d73bb1adaec5e69906bfe8634f99c0118fa86577", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39684
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000d1&client_secret=313d3bbe06bbc372aba1cdf4d73bb1adaec5e69906bfe8634f99c0118fa86577&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39685
|
+
|
39686
|
+
|
39687
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39688
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39689
|
+
Request 4cd093c33321e86cd90000d2: Client 4cd093c33321e86cd90000d1 granted access code f8a438f3168f624bab01afd4c70f66e8a9ee6aeb3212fa74f0574451e4802ee2
|
39690
|
+
Access token de7458e33c7d834522d02be776502579fac33c8091f2b75aaf68992e30ff1f93 granted to client UberClient, identity Superman
|
39691
|
+
HTTP authorization failed invalid_token
|
39692
|
+
Request 4cd093c33321e86cd90000d4: Client UberClient requested code with scope read write
|
39693
|
+
|
39694
|
+
|
39695
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39696
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000d3", "client_secret"=>"4e0aa6d8c6909330d5fd94f5aa948acb04da28137078ec5446d60a2043558ada", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39697
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000d3&client_secret=4e0aa6d8c6909330d5fd94f5aa948acb04da28137078ec5446d60a2043558ada&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39698
|
+
|
39699
|
+
|
39700
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39701
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39702
|
+
Request 4cd093c33321e86cd90000d4: Client 4cd093c33321e86cd90000d3 granted access code e364285bebbdbbc6e6b0bade07eda6ededb1c3ee2bac637566b5204c3d232226
|
39703
|
+
Access token 104c844f0fcf846bbe9c3f9c574ef434547bcb4049225ee4bc5d7c53f3fa354b granted to client UberClient, identity Superman
|
39704
|
+
HTTP authorization failed invalid_token
|
39705
|
+
Request 4cd093c33321e86cd90000d6: Client UberClient requested code with scope read write
|
39706
|
+
|
39707
|
+
|
39708
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39709
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000d5", "client_secret"=>"6223fe02a42e296821b23c1e877539fce39900941edead225d6e4d80b3eaeb0a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39710
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000d5&client_secret=6223fe02a42e296821b23c1e877539fce39900941edead225d6e4d80b3eaeb0a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39711
|
+
|
39712
|
+
|
39713
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39714
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39715
|
+
Request 4cd093c33321e86cd90000d6: Client 4cd093c33321e86cd90000d5 granted access code 5efd2f5d7a1f3ada660cc467d3e1d3a00c5af9bf9ddcacf6b4132cbd8c8a42ac
|
39716
|
+
Access token 9116545afe92edae13e49062eea2c99404837f4670b102086ebc161bdb450615 granted to client UberClient, identity Superman
|
39717
|
+
HTTP authorization failed invalid_token
|
39718
|
+
Request 4cd093c33321e86cd90000d8: Client UberClient requested code with scope read write
|
39719
|
+
|
39720
|
+
|
39721
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39722
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000d7", "client_secret"=>"5c9563fc1482a93ea2fb0261a378d93ccdb3ace92a47c94d591023bad7983e49", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39723
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000d7&client_secret=5c9563fc1482a93ea2fb0261a378d93ccdb3ace92a47c94d591023bad7983e49&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39724
|
+
|
39725
|
+
|
39726
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39727
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39728
|
+
Request 4cd093c33321e86cd90000d8: Client 4cd093c33321e86cd90000d7 granted access code daa9e611a4485eec05ebdddb0733bf14ecdccffe9d33b745096e8c592c1fac08
|
39729
|
+
Access token 4ecdca8aff3686c2dc85b7f78926be8256a5c3565e83d1a44c233b49c2540af3 granted to client UberClient, identity Superman
|
39730
|
+
HTTP authorization failed invalid_token
|
39731
|
+
Request 4cd093c33321e86cd90000da: Client UberClient requested code with scope read write
|
39732
|
+
|
39733
|
+
|
39734
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39735
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000d9", "client_secret"=>"ce6b9c3ae343a1b776ba33625547c222da77f240ba57fc6470a899cbafeba6f9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39736
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000d9&client_secret=ce6b9c3ae343a1b776ba33625547c222da77f240ba57fc6470a899cbafeba6f9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39737
|
+
|
39738
|
+
|
39739
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39740
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39741
|
+
Request 4cd093c33321e86cd90000da: Client 4cd093c33321e86cd90000d9 granted access code bf67ca23ef74e8a24db0027a0daac231c6842ab51b3d65dba625531a32472159
|
39742
|
+
Access token 18a857bafe4c0ef39b34dd6602776b12d47b32653eda9275eb76d81ef5e0cbd6 granted to client UberClient, identity Superman
|
39743
|
+
HTTP authorization failed invalid_token
|
39744
|
+
Request 4cd093c33321e86cd90000dc: Client UberClient requested code with scope read write
|
39745
|
+
|
39746
|
+
|
39747
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39748
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000db", "client_secret"=>"b65b1f513913a8d4cba0839f086e6a83b158e8b54769b730eaf377d177458412", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39749
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000db&client_secret=b65b1f513913a8d4cba0839f086e6a83b158e8b54769b730eaf377d177458412&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39750
|
+
|
39751
|
+
|
39752
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39753
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39754
|
+
Request 4cd093c33321e86cd90000dc: Client 4cd093c33321e86cd90000db granted access code bcf461f67f56c6519976a2e41ab1139dee64a429b22abb8e90759c678d6c76c8
|
39755
|
+
Access token 6de4a47dbfa8888d71bd91e81f67becb3052e5b2ea596fa3b6115076ea84d2a4 granted to client UberClient, identity Superman
|
39756
|
+
HTTP authorization failed invalid_token
|
39757
|
+
Request 4cd093c33321e86cd90000de: Client UberClient requested code with scope read write
|
39758
|
+
|
39759
|
+
|
39760
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39761
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000dd", "client_secret"=>"28caed85f5669d4c02120881ef6225425a0c05cfdb0ce5d320cb4295616b1dbd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39762
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000dd&client_secret=28caed85f5669d4c02120881ef6225425a0c05cfdb0ce5d320cb4295616b1dbd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39763
|
+
|
39764
|
+
|
39765
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39766
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39767
|
+
Request 4cd093c33321e86cd90000de: Client 4cd093c33321e86cd90000dd granted access code 0ca6f75ed7c6a7b9dbc2492e27480b2edc539aa3b15d970926fc02e774a8e3e6
|
39768
|
+
Access token f9bd2126c1da5a0e4204bc926529e2be7ccfdd866d25ea9f53dc2e2990d5607a granted to client UberClient, identity Superman
|
39769
|
+
HTTP authorization failed invalid_token
|
39770
|
+
Request 4cd093c33321e86cd90000e0: Client UberClient requested code with scope read write
|
39771
|
+
|
39772
|
+
|
39773
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39774
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000df", "client_secret"=>"a38df539b12b2b8e761f5d4f84e813c9e4827de0635ab915588021188ea4b985", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39775
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000df&client_secret=a38df539b12b2b8e761f5d4f84e813c9e4827de0635ab915588021188ea4b985&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39776
|
+
|
39777
|
+
|
39778
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39779
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39780
|
+
Request 4cd093c33321e86cd90000e0: Client 4cd093c33321e86cd90000df granted access code e828e2ae15375ccc841d7e7c29448771e18ea7bfa2273db05d42cd95d3ca0b2f
|
39781
|
+
Access token 8618e5d124a1ab200e4b9ad0dc958694ec7c7e60bbd435759a3d6c8e9ad6d878 granted to client UberClient, identity Superman
|
39782
|
+
HTTP authorization failed invalid_token
|
39783
|
+
Request 4cd093c33321e86cd90000e2: Client UberClient requested code with scope read write
|
39784
|
+
|
39785
|
+
|
39786
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39787
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000e1", "client_secret"=>"ec4d4b3374283689eef8e377392e6f09f059450b909fdc64130468a878242908", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39788
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000e1&client_secret=ec4d4b3374283689eef8e377392e6f09f059450b909fdc64130468a878242908&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39789
|
+
|
39790
|
+
|
39791
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39792
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39793
|
+
Request 4cd093c33321e86cd90000e2: Client 4cd093c33321e86cd90000e1 granted access code 278601a679498ff58f3ebdc8227192c4d53df9d70567ee5c3392d42b1d2f7596
|
39794
|
+
Access token 660e56fcd2f619108716a4f1af3ef31dd91d00063ac54d811b0267409a3cab2d granted to client UberClient, identity Superman
|
39795
|
+
HTTP authorization failed invalid_token
|
39796
|
+
Request 4cd093c33321e86cd90000e4: Client UberClient requested code with scope read write
|
39797
|
+
|
39798
|
+
|
39799
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39800
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000e3", "client_secret"=>"ebd9fe2c208d8a7f7f09de93bd7beed062ed759a8f75ae1e96e6fde42c29f467", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39801
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000e3&client_secret=ebd9fe2c208d8a7f7f09de93bd7beed062ed759a8f75ae1e96e6fde42c29f467&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39802
|
+
|
39803
|
+
|
39804
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39805
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39806
|
+
Request 4cd093c33321e86cd90000e4: Client 4cd093c33321e86cd90000e3 granted access code d134df19c065ef0b39acaf79a419f0bd52c175e3d9addbc4950fd7672b6b76a3
|
39807
|
+
Access token 1978d6d80efeec0070f120612f65272e350f47bea6bdb64061014088a334c3a0 granted to client UberClient, identity Superman
|
39808
|
+
HTTP authorization failed invalid_token
|
39809
|
+
Request 4cd093c33321e86cd90000e6: Client UberClient requested code with scope read write
|
39810
|
+
|
39811
|
+
|
39812
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39813
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000e5", "client_secret"=>"52f53680c17e1f18df35e7c4b8e52d93f2194686163e218fe90d913c6ae881f0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39814
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000e5&client_secret=52f53680c17e1f18df35e7c4b8e52d93f2194686163e218fe90d913c6ae881f0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39815
|
+
|
39816
|
+
|
39817
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39818
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39819
|
+
Request 4cd093c33321e86cd90000e6: Client 4cd093c33321e86cd90000e5 granted access code f1423ca5edebfd98ced0e9ad20c06472861f4da1fccad753407c9de012535362
|
39820
|
+
Access token 26d67b7217c7cc0d8a6c42f741b64ec0db49d52f180b063fab4494bb7ea7529a granted to client UberClient, identity Superman
|
39821
|
+
Authorized Superman
|
39822
|
+
|
39823
|
+
|
39824
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39825
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
39826
|
+
Request 4cd093c33321e86cd90000e8: Client UberClient requested code with scope read write
|
39827
|
+
|
39828
|
+
|
39829
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39830
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000e7", "client_secret"=>"62a0b69bda4bc435aeac195071946067e3f0267d9dd40056350d683be469cbf5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39831
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000e7&client_secret=62a0b69bda4bc435aeac195071946067e3f0267d9dd40056350d683be469cbf5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39832
|
+
|
39833
|
+
|
39834
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39835
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39836
|
+
Request 4cd093c33321e86cd90000e8: Client 4cd093c33321e86cd90000e7 granted access code 75d80cd4ec8e6a2b11ead678caf3aa0ea28390272c65e2794420ef8e1dc0556a
|
39837
|
+
Access token 2844e69ce05568397339116c1c5d9bd5e427a3c59a5bade50d7e838b6d258fa7 granted to client UberClient, identity Superman
|
39838
|
+
Authorized Superman
|
39839
|
+
|
39840
|
+
|
39841
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39842
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
39843
|
+
Request 4cd093c33321e86cd90000ea: Client UberClient requested code with scope read write
|
39844
|
+
|
39845
|
+
|
39846
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39847
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000e9", "client_secret"=>"f83d28afa4cd2161ce52c66da02913c4584f67981c344d041191280738f6b155", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39848
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000e9&client_secret=f83d28afa4cd2161ce52c66da02913c4584f67981c344d041191280738f6b155&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39849
|
+
|
39850
|
+
|
39851
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39852
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39853
|
+
Request 4cd093c33321e86cd90000ea: Client 4cd093c33321e86cd90000e9 granted access code 5f374defbabfae08b1efb90d61c7aea8a7576df8ca37917cec594600e709a8ce
|
39854
|
+
Access token 26dae5ad42ad7e7767ddeab970a7dc33df23a23383ea15dc0fec33efee880539 granted to client UberClient, identity Superman
|
39855
|
+
|
39856
|
+
|
39857
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39858
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39859
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
39860
|
+
Request 4cd093c33321e86cd90000ec: Client UberClient requested code with scope read write
|
39861
|
+
|
39862
|
+
|
39863
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39864
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000eb", "client_secret"=>"06e39358aab8f8ee3d7067925e42551137ca27e354e5491f56532c9631282cfb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39865
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000eb&client_secret=06e39358aab8f8ee3d7067925e42551137ca27e354e5491f56532c9631282cfb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39866
|
+
|
39867
|
+
|
39868
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39869
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39870
|
+
Request 4cd093c33321e86cd90000ec: Client 4cd093c33321e86cd90000eb granted access code c5ba5d3e62dfe5ab4c65aeb09f5bfe28208c5d3bc09ebcf69d81dcaf2ed3ebb1
|
39871
|
+
Access token ca20e7b9053a97948d0f6679a2dd5bc4df1249ccff7bb417f49af906c92d0202 granted to client UberClient, identity Superman
|
39872
|
+
|
39873
|
+
|
39874
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39875
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39876
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
39877
|
+
Request 4cd093c33321e86cd90000ee: Client UberClient requested code with scope read write
|
39878
|
+
|
39879
|
+
|
39880
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39881
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000ed", "client_secret"=>"367664221cfd4ab2f474ef6c9ffb46d4599f6b1cc17a39016851641451446f00", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39882
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000ed&client_secret=367664221cfd4ab2f474ef6c9ffb46d4599f6b1cc17a39016851641451446f00&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39883
|
+
|
39884
|
+
|
39885
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39886
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39887
|
+
Request 4cd093c33321e86cd90000ee: Client 4cd093c33321e86cd90000ed granted access code 16ea4b8cdefd169e5915fdaf7035b2aa4611356a42933d3310240921d15663b7
|
39888
|
+
Access token 23bba62c58080914bc36ffdccef10c9f4cf02c370f77621fda057b16effc5b84 granted to client UberClient, identity Superman
|
39889
|
+
|
39890
|
+
|
39891
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39892
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39893
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
39894
|
+
Request 4cd093c33321e86cd90000f0: Client UberClient requested code with scope read write
|
39895
|
+
|
39896
|
+
|
39897
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39898
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000ef", "client_secret"=>"77e95aca41673dcecfa094a2e7a248a04f4c947a5c1fce5e0ad467e6d335aa78", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39899
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000ef&client_secret=77e95aca41673dcecfa094a2e7a248a04f4c947a5c1fce5e0ad467e6d335aa78&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39900
|
+
|
39901
|
+
|
39902
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39903
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39904
|
+
Request 4cd093c33321e86cd90000f0: Client 4cd093c33321e86cd90000ef granted access code 7bdd2bb9256995dabb8fd22b839626fce63f71a06cd0654420b7a40d5c7c33a2
|
39905
|
+
Access token fc0305b811a6899ff939834edcbfc6296689195883020be4c0192ca65a670b32 granted to client UberClient, identity Superman
|
39906
|
+
|
39907
|
+
|
39908
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39909
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
39910
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
39911
|
+
Request 4cd093c33321e86cd90000f2: Client UberClient requested code with scope read write
|
39912
|
+
|
39913
|
+
|
39914
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39915
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000f1", "client_secret"=>"69d8b0da94e2d0e6b125d3306ea02570aa950be27781cb2c108d05959072df7d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39916
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000f1&client_secret=69d8b0da94e2d0e6b125d3306ea02570aa950be27781cb2c108d05959072df7d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39917
|
+
|
39918
|
+
|
39919
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39920
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39921
|
+
Request 4cd093c33321e86cd90000f2: Client 4cd093c33321e86cd90000f1 granted access code 57237d771f6f931e95f88b635b665e7dd1e204a2d6efc569e5cefc2eb702783e
|
39922
|
+
Access token d13625567b753917fa2a9f7b9ee4e57d50dd835baf05c8797be84d11d13c8eb5 granted to client UberClient, identity Superman
|
39923
|
+
HTTP authorization failed invalid_token
|
39924
|
+
Request 4cd093c33321e86cd90000f4: Client UberClient requested code with scope read write
|
39925
|
+
|
39926
|
+
|
39927
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39928
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000f3", "client_secret"=>"609b4dfe930f9f196485b7286128ddf638ef809e9ad88f49418c4765cbf37862", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39929
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000f3&client_secret=609b4dfe930f9f196485b7286128ddf638ef809e9ad88f49418c4765cbf37862&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39930
|
+
|
39931
|
+
|
39932
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39933
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39934
|
+
Request 4cd093c33321e86cd90000f4: Client 4cd093c33321e86cd90000f3 granted access code 6c28189a067212b0069482afadca615a8ac42a9b01594adcb29fdfd44a10542c
|
39935
|
+
Access token 4389a1765b779f562ea3b4c0c73ff8bbb3930b43ab0f3de550d9ef33edd5220f granted to client UberClient, identity Superman
|
39936
|
+
HTTP authorization failed invalid_token
|
39937
|
+
Request 4cd093c33321e86cd90000f6: Client UberClient requested code with scope read write
|
39938
|
+
|
39939
|
+
|
39940
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39941
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000f5", "client_secret"=>"27120695877cc3669d09841e8b75c28b7d6b13b8f25bcfc72c8498840a5cec10", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39942
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000f5&client_secret=27120695877cc3669d09841e8b75c28b7d6b13b8f25bcfc72c8498840a5cec10&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39943
|
+
|
39944
|
+
|
39945
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39946
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39947
|
+
Request 4cd093c33321e86cd90000f6: Client 4cd093c33321e86cd90000f5 granted access code 43a9cc238f24c0332247703133141c2573eb010582b15f430351235c43dc540d
|
39948
|
+
Access token abd732678519551771071dad6987627e293c2172c714da374b3063ffed4fee1b granted to client UberClient, identity Superman
|
39949
|
+
HTTP authorization failed invalid_token
|
39950
|
+
Request 4cd093c33321e86cd90000f8: Client UberClient requested code with scope read write
|
39951
|
+
|
39952
|
+
|
39953
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39954
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000f7", "client_secret"=>"59311e96ef77c4c6e9fb7a94897c1819c9ceceaa04635fee0190a568cbb60889", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39955
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000f7&client_secret=59311e96ef77c4c6e9fb7a94897c1819c9ceceaa04635fee0190a568cbb60889&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39956
|
+
|
39957
|
+
|
39958
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39959
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39960
|
+
Request 4cd093c33321e86cd90000f8: Client 4cd093c33321e86cd90000f7 granted access code 9398828157ca5091977848d541934dd70d53c3c8f8dbe2d827b2d198b8d86ab6
|
39961
|
+
Access token 3e59faadd6108c1e3a0111be070a86e62f5b69b1e582ea693e4069f27db7c1c0 granted to client UberClient, identity Superman
|
39962
|
+
HTTP authorization failed invalid_token
|
39963
|
+
Request 4cd093c33321e86cd90000fa: Client UberClient requested code with scope read write
|
39964
|
+
|
39965
|
+
|
39966
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39967
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000f9", "client_secret"=>"3a79a11af2996d49f118f71c7108751ae5e1a43dd8bf962f62c4dcd6a40cd3fd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39968
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000f9&client_secret=3a79a11af2996d49f118f71c7108751ae5e1a43dd8bf962f62c4dcd6a40cd3fd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39969
|
+
|
39970
|
+
|
39971
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39972
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39973
|
+
Request 4cd093c33321e86cd90000fa: Client 4cd093c33321e86cd90000f9 granted access code b8b199f63d45270fbf45722b9f57c16be940c1b81d651efa48cec8b8c932346f
|
39974
|
+
Access token 11baedab6431ccde4ade3523c22266cd6d4aa58c6b7761f519fd0129df6fa5fd granted to client UberClient, identity Superman
|
39975
|
+
Authorized Superman
|
39976
|
+
|
39977
|
+
|
39978
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39979
|
+
Parameters: {"oauth_token"=>"11baedab6431ccde4ade3523c22266cd6d4aa58c6b7761f519fd0129df6fa5fd"}
|
39980
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=11baedab6431ccde4ade3523c22266cd6d4aa58c6b7761f519fd0129df6fa5fd]
|
39981
|
+
Request 4cd093c33321e86cd90000fc: Client UberClient requested code with scope read write
|
39982
|
+
|
39983
|
+
|
39984
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39985
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c33321e86cd90000fb", "client_secret"=>"67b565cc14e2e316b60e53c9529b8cebf6e5190abf9ef0f2b82dffb0a427dfd6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
39986
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c33321e86cd90000fb&client_secret=67b565cc14e2e316b60e53c9529b8cebf6e5190abf9ef0f2b82dffb0a427dfd6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
39987
|
+
|
39988
|
+
|
39989
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:11) [POST]
|
39990
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
39991
|
+
Request 4cd093c33321e86cd90000fc: Client 4cd093c33321e86cd90000fb granted access code 3235f12d0e0095461e3f7bc34a6e74e25941b0a8cb3af5116d0ddb9757c31b88
|
39992
|
+
Access token 6bd5deeda32bfb3b4d2fdd7c587983273dab4d98c8eb56b79a389117eee1070b granted to client UberClient, identity Superman
|
39993
|
+
Authorized Superman
|
39994
|
+
|
39995
|
+
|
39996
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:42:11) [GET]
|
39997
|
+
Parameters: {"oauth_token"=>"6bd5deeda32bfb3b4d2fdd7c587983273dab4d98c8eb56b79a389117eee1070b"}
|
39998
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=6bd5deeda32bfb3b4d2fdd7c587983273dab4d98c8eb56b79a389117eee1070b]
|
39999
|
+
Request 4cd093c43321e86cd90000fe: Client UberClient requested code with scope read write
|
40000
|
+
|
40001
|
+
|
40002
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40003
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd90000fd", "client_secret"=>"ae7ef1fd0ab6131e9f142c7811bdf844bfa336dc5e7a0c4fbd219d1463f2a4ba", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40004
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd90000fd&client_secret=ae7ef1fd0ab6131e9f142c7811bdf844bfa336dc5e7a0c4fbd219d1463f2a4ba&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40005
|
+
|
40006
|
+
|
40007
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40008
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40009
|
+
Request 4cd093c43321e86cd90000fe: Client 4cd093c43321e86cd90000fd granted access code 6736ed584a10eb0b7fb7a015b7066152cc1a96554dd2b7d6789cf2cfbe256446
|
40010
|
+
Access token 4ac89ae35df6f9a8c137341e30d6fb8b3d5b13336f792aba86203e7f8fed62cd granted to client UberClient, identity Superman
|
40011
|
+
|
40012
|
+
|
40013
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40014
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
40015
|
+
Request 4cd093c43321e86cd9000100: Client UberClient requested code with scope read write
|
40016
|
+
|
40017
|
+
|
40018
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40019
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd90000ff", "client_secret"=>"fedc6dcde30de1f5645840347d3362570c65afd46d671329bd5c7205d6355227", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40020
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd90000ff&client_secret=fedc6dcde30de1f5645840347d3362570c65afd46d671329bd5c7205d6355227&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40021
|
+
|
40022
|
+
|
40023
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40024
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40025
|
+
Request 4cd093c43321e86cd9000100: Client 4cd093c43321e86cd90000ff granted access code 52948faae1190667a33745648ec5c22bb6d6bcb91b0a321b777aed4cf0bff843
|
40026
|
+
Access token 91c75167702ceec22adac65c64a962d3f374389634c7ba85f470b37c6464a34e granted to client UberClient, identity Superman
|
40027
|
+
|
40028
|
+
|
40029
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40030
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
40031
|
+
Request 4cd093c43321e86cd9000102: Client UberClient requested code with scope read write
|
40032
|
+
|
40033
|
+
|
40034
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40035
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000101", "client_secret"=>"1e74dbc85294493046ae5cc010bdbe37ed4540bd2df636d9262ee2520c586f7d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40036
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000101&client_secret=1e74dbc85294493046ae5cc010bdbe37ed4540bd2df636d9262ee2520c586f7d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40037
|
+
|
40038
|
+
|
40039
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40040
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40041
|
+
Request 4cd093c43321e86cd9000102: Client 4cd093c43321e86cd9000101 granted access code f344f49621513e4be6892009a260564b828dbdb404cabbf07ee788e883979431
|
40042
|
+
Access token b5c551603b0f80b2a3f523011ceee092076dc9ba6da5fb1ffb73e2e190a08fb1 granted to client UberClient, identity Superman
|
40043
|
+
Authorized Superman
|
40044
|
+
|
40045
|
+
|
40046
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40047
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
40048
|
+
Request 4cd093c43321e86cd9000104: Client UberClient requested code with scope read write
|
40049
|
+
|
40050
|
+
|
40051
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40052
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000103", "client_secret"=>"f68a7ed52c6563ae60eace493ae98f9867ec73e7634da2e5e1c9c19c49b77fcc", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40053
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000103&client_secret=f68a7ed52c6563ae60eace493ae98f9867ec73e7634da2e5e1c9c19c49b77fcc&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40054
|
+
|
40055
|
+
|
40056
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40057
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40058
|
+
Request 4cd093c43321e86cd9000104: Client 4cd093c43321e86cd9000103 granted access code 79fb91a30ed2c6a35aeab9bd219a4a289038797e21e2efc94506ac19a0d72763
|
40059
|
+
Access token 36fc3e91d57eea6ba47db60aecdaf5c5d1ca950bc45cb8b54c56fd5a28b73cfd granted to client UberClient, identity Superman
|
40060
|
+
Authorized Superman
|
40061
|
+
|
40062
|
+
|
40063
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40064
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
40065
|
+
Request 4cd093c43321e86cd9000106: Client UberClient requested code with scope read write
|
40066
|
+
|
40067
|
+
|
40068
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40069
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000105", "client_secret"=>"9049f9f8f72515e1a446513a7dbda28195b7d179d099e3efffb5758e3b1d6a88", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40070
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000105&client_secret=9049f9f8f72515e1a446513a7dbda28195b7d179d099e3efffb5758e3b1d6a88&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40071
|
+
|
40072
|
+
|
40073
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40074
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40075
|
+
Request 4cd093c43321e86cd9000106: Client 4cd093c43321e86cd9000105 granted access code 3f349a412907ba46001a657c3bac3065a67d9a14e342e8a0ee9a1f775dcc5c22
|
40076
|
+
Access token f33c4ca5afa8c720a8d22b8b68a5177053999f4f92ee60378bd273830d72f1fc granted to client UberClient, identity Superman
|
40077
|
+
Authorized Superman
|
40078
|
+
|
40079
|
+
|
40080
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40081
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
40082
|
+
Request 4cd093c43321e86cd9000108: Client UberClient requested code with scope read write
|
40083
|
+
|
40084
|
+
|
40085
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40086
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000107", "client_secret"=>"1b943c4f8de248ef97b1c856711fafc30efeaed884527bb10e9cfbfcc7f7ae1c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40087
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000107&client_secret=1b943c4f8de248ef97b1c856711fafc30efeaed884527bb10e9cfbfcc7f7ae1c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40088
|
+
|
40089
|
+
|
40090
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40091
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40092
|
+
Request 4cd093c43321e86cd9000108: Client 4cd093c43321e86cd9000107 granted access code a1dcac59a765cc0d80d5bc9fc31a547d6cc287b9f9af96cc8ccb9eb32b3b94b1
|
40093
|
+
Access token 8c1f28bb3cc3e288bf9a9baaac7faa9fe8f9136ada51de98ed73eda44229f2fa granted to client UberClient, identity Superman
|
40094
|
+
|
40095
|
+
|
40096
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40097
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
40098
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40099
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40100
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40101
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40102
|
+
Request 4cd093c43321e86cd900010e: Client UberClient requested token with scope read write
|
40103
|
+
|
40104
|
+
|
40105
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40106
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd900010d", "client_secret"=>"72f93f418c6c57c19578777b2c359d5b339184138f946529fc9e2c38a8c0f706", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40107
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd900010d&client_secret=72f93f418c6c57c19578777b2c359d5b339184138f946529fc9e2c38a8c0f706&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40108
|
+
|
40109
|
+
|
40110
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40111
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40112
|
+
Request 4cd093c43321e86cd900010e: Client 4cd093c43321e86cd900010d denied authorization
|
40113
|
+
Request 4cd093c43321e86cd9000110: Client UberClient requested token with scope read write
|
40114
|
+
|
40115
|
+
|
40116
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40117
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd900010f", "client_secret"=>"e1a50a2c60a004bca1d6c756a5e6c2986002410e0fbe6b10ea4fd9232700f9c6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40118
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd900010f&client_secret=e1a50a2c60a004bca1d6c756a5e6c2986002410e0fbe6b10ea4fd9232700f9c6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40119
|
+
|
40120
|
+
|
40121
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40122
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40123
|
+
Request 4cd093c43321e86cd9000110: Client 4cd093c43321e86cd900010f denied authorization
|
40124
|
+
Request 4cd093c43321e86cd9000112: Client UberClient requested token with scope read write
|
40125
|
+
|
40126
|
+
|
40127
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40128
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000111", "client_secret"=>"dd2d66d209beeb390d0cc09d89ebf28bbb84b0c7c71d4b1ff3a7c658fcdbd7b6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40129
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000111&client_secret=dd2d66d209beeb390d0cc09d89ebf28bbb84b0c7c71d4b1ff3a7c658fcdbd7b6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40130
|
+
|
40131
|
+
|
40132
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40133
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40134
|
+
Request 4cd093c43321e86cd9000112: Client 4cd093c43321e86cd9000111 denied authorization
|
40135
|
+
Request 4cd093c43321e86cd9000114: Client UberClient requested token with scope read write
|
40136
|
+
|
40137
|
+
|
40138
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40139
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000113", "client_secret"=>"b71b2c4abb614089614ca1325f370f0e9735bb4eb81e194c80dd327474d817e4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40140
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000113&client_secret=b71b2c4abb614089614ca1325f370f0e9735bb4eb81e194c80dd327474d817e4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40141
|
+
|
40142
|
+
|
40143
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40144
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40145
|
+
Request 4cd093c43321e86cd9000114: Client 4cd093c43321e86cd9000113 denied authorization
|
40146
|
+
Request 4cd093c43321e86cd9000116: Client UberClient requested token with scope read write
|
40147
|
+
|
40148
|
+
|
40149
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40150
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000115", "client_secret"=>"db2499084202a5ccb298cbc615fceda98ee5b2b8dba2ad084020acada32554ec", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40151
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000115&client_secret=db2499084202a5ccb298cbc615fceda98ee5b2b8dba2ad084020acada32554ec&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40152
|
+
|
40153
|
+
|
40154
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40155
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40156
|
+
Request 4cd093c43321e86cd9000116: Client 4cd093c43321e86cd9000115 denied authorization
|
40157
|
+
Request 4cd093c43321e86cd9000118: Client UberClient requested token with scope read write
|
40158
|
+
|
40159
|
+
|
40160
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40161
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000117", "client_secret"=>"d7ab0fb3b68608a29d4d43b41754dcf7b1e93c7d39c2281f631becbd57b71774", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40162
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000117&client_secret=d7ab0fb3b68608a29d4d43b41754dcf7b1e93c7d39c2281f631becbd57b71774&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40163
|
+
|
40164
|
+
|
40165
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40166
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40167
|
+
Request 4cd093c43321e86cd9000118: Client 4cd093c43321e86cd9000117 granted access token d24c7dadf9307acf3949d21192b3a781771649d5aa89cc6b0ed7a743d2eb04c6
|
40168
|
+
Request 4cd093c43321e86cd900011a: Client UberClient requested token with scope read write
|
40169
|
+
|
40170
|
+
|
40171
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40172
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000119", "client_secret"=>"0bbedbf8bfd950cb7aa5376ba1cac22504c3b3674aa12a77f7df19bd3a9a1eb9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40173
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000119&client_secret=0bbedbf8bfd950cb7aa5376ba1cac22504c3b3674aa12a77f7df19bd3a9a1eb9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40174
|
+
|
40175
|
+
|
40176
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40177
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40178
|
+
Request 4cd093c43321e86cd900011a: Client 4cd093c43321e86cd9000119 granted access token 4b01e7385c625f38372834fd16607629980c857f69de15d1261d17980aa24f71
|
40179
|
+
Request 4cd093c43321e86cd900011c: Client UberClient requested token with scope read write
|
40180
|
+
|
40181
|
+
|
40182
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40183
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd900011b", "client_secret"=>"59875a237456dae9d37474cf1585e868edcbfb7097d2bf88c3bb1a69dd8b1760", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40184
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd900011b&client_secret=59875a237456dae9d37474cf1585e868edcbfb7097d2bf88c3bb1a69dd8b1760&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40185
|
+
|
40186
|
+
|
40187
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40188
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40189
|
+
Request 4cd093c43321e86cd900011c: Client 4cd093c43321e86cd900011b granted access token 7b5a4acf23118eac0bb8f20dd64827b734bbd4d4cce3a45e71b9fcac2fd8625a
|
40190
|
+
Request 4cd093c43321e86cd900011e: Client UberClient requested token with scope read write
|
40191
|
+
|
40192
|
+
|
40193
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40194
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd900011d", "client_secret"=>"9fa60b391b5c3b92aae1b522e77720cd40da69471d3443dfb284da980bbb8d04", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40195
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd900011d&client_secret=9fa60b391b5c3b92aae1b522e77720cd40da69471d3443dfb284da980bbb8d04&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40196
|
+
|
40197
|
+
|
40198
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40199
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40200
|
+
Request 4cd093c43321e86cd900011e: Client 4cd093c43321e86cd900011d granted access token fa00b310fb0750a7154a36bf34284592637ebdff3a08f13bd8ec2188659be7a0
|
40201
|
+
Request 4cd093c43321e86cd9000120: Client UberClient requested token with scope read write
|
40202
|
+
|
40203
|
+
|
40204
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40205
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd900011f", "client_secret"=>"32252fbac866fa819e7c58e33f4b196564ef02ccdf96d5a4a4bbe6385138af91", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40206
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd900011f&client_secret=32252fbac866fa819e7c58e33f4b196564ef02ccdf96d5a4a4bbe6385138af91&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40207
|
+
|
40208
|
+
|
40209
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40210
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40211
|
+
Request 4cd093c43321e86cd9000120: Client 4cd093c43321e86cd900011f granted access token ae15fbfda148722399b2b75b0fc5a1c7f4755e51a68e3ae174e6f25d9b216ed3
|
40212
|
+
Request 4cd093c43321e86cd9000122: Client UberClient requested token with scope read write
|
40213
|
+
|
40214
|
+
|
40215
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40216
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000121", "client_secret"=>"64366d77a2ea614f40b49fd95a9c80221061a87d5e08c61f73999c6bcde0c920", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40217
|
+
Completed in 3ms (View: 2 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000121&client_secret=64366d77a2ea614f40b49fd95a9c80221061a87d5e08c61f73999c6bcde0c920&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40218
|
+
Request 4cd093c43321e86cd9000124: Client UberClient requested token with scope read write
|
40219
|
+
|
40220
|
+
|
40221
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40222
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd093c43321e86cd9000123", "client_secret"=>"ae4c7b35b71d701ea72592624a99a781839a89234d746b2f8c73fc751413293e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40223
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd093c43321e86cd9000123&client_secret=ae4c7b35b71d701ea72592624a99a781839a89234d746b2f8c73fc751413293e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40224
|
+
Request 4cd093c43321e86cd9000126: Client UberClient requested code with scope read write
|
40225
|
+
|
40226
|
+
|
40227
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40228
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000125", "client_secret"=>"a0603a3bd3280f12376ac9e8d585322a7bb33154142d801857fa4860c4a381f9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40229
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000125&client_secret=a0603a3bd3280f12376ac9e8d585322a7bb33154142d801857fa4860c4a381f9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40230
|
+
|
40231
|
+
|
40232
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40233
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40234
|
+
Request 4cd093c43321e86cd9000126: Client 4cd093c43321e86cd9000125 denied authorization
|
40235
|
+
Request 4cd093c43321e86cd9000128: Client UberClient requested code with scope read write
|
40236
|
+
|
40237
|
+
|
40238
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40239
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000127", "client_secret"=>"ef7e2725d8a3650ba37f359eed165e4f0dd26c7232543db035f9a5f5b721ae61", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40240
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000127&client_secret=ef7e2725d8a3650ba37f359eed165e4f0dd26c7232543db035f9a5f5b721ae61&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40241
|
+
|
40242
|
+
|
40243
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40244
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40245
|
+
Request 4cd093c43321e86cd9000128: Client 4cd093c43321e86cd9000127 denied authorization
|
40246
|
+
Request 4cd093c43321e86cd900012a: Client UberClient requested code with scope read write
|
40247
|
+
|
40248
|
+
|
40249
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40250
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000129", "client_secret"=>"cc6051a13fa1a174d20f9501c6e3ef666a74b26170c1e7359aefea78251e9124", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40251
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000129&client_secret=cc6051a13fa1a174d20f9501c6e3ef666a74b26170c1e7359aefea78251e9124&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40252
|
+
|
40253
|
+
|
40254
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40255
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40256
|
+
Request 4cd093c43321e86cd900012a: Client 4cd093c43321e86cd9000129 denied authorization
|
40257
|
+
Request 4cd093c43321e86cd900012c: Client UberClient requested code with scope read write
|
40258
|
+
|
40259
|
+
|
40260
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40261
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900012b", "client_secret"=>"70fd6254f704a0c06cf85bfd7b562b83f2a167f9b4ec4185b83aa384f83f355f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40262
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900012b&client_secret=70fd6254f704a0c06cf85bfd7b562b83f2a167f9b4ec4185b83aa384f83f355f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40263
|
+
|
40264
|
+
|
40265
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40266
|
+
Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40267
|
+
Request 4cd093c43321e86cd900012c: Client 4cd093c43321e86cd900012b denied authorization
|
40268
|
+
Request 4cd093c43321e86cd900012e: Client UberClient requested code with scope read write
|
40269
|
+
|
40270
|
+
|
40271
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40272
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900012d", "client_secret"=>"c7a971e79eb82858554e6e47ce0b6f737f5df17a58ac8a987ba8453121acf801", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40273
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900012d&client_secret=c7a971e79eb82858554e6e47ce0b6f737f5df17a58ac8a987ba8453121acf801&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40274
|
+
|
40275
|
+
|
40276
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40277
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
40278
|
+
Request 4cd093c43321e86cd900012e: Client 4cd093c43321e86cd900012d denied authorization
|
40279
|
+
Request 4cd093c43321e86cd9000130: Client UberClient requested code with scope read write
|
40280
|
+
|
40281
|
+
|
40282
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40283
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900012f", "client_secret"=>"801e24963a85d0a67512c03e593b547c9d16349325188d82d6664562c8b03609", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40284
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900012f&client_secret=801e24963a85d0a67512c03e593b547c9d16349325188d82d6664562c8b03609&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40285
|
+
|
40286
|
+
|
40287
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40288
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40289
|
+
Request 4cd093c43321e86cd9000130: Client 4cd093c43321e86cd900012f granted access code d7289431e6a250c55896e9906180d9e6322c2f64d0ce35142a886f876a427a61
|
40290
|
+
Request 4cd093c43321e86cd9000132: Client UberClient requested code with scope read write
|
40291
|
+
|
40292
|
+
|
40293
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40294
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000131", "client_secret"=>"682edb640745b03cbee7d55499b5b5e86f3f7f00389bdbf372fa4cee3d8e22c8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40295
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000131&client_secret=682edb640745b03cbee7d55499b5b5e86f3f7f00389bdbf372fa4cee3d8e22c8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40296
|
+
|
40297
|
+
|
40298
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40299
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40300
|
+
Request 4cd093c43321e86cd9000132: Client 4cd093c43321e86cd9000131 granted access code 0751f8eecc7b67f4ff9f6609c6ca96a5bcbf899624834f68a67feee70c79962a
|
40301
|
+
Request 4cd093c43321e86cd9000134: Client UberClient requested code with scope read write
|
40302
|
+
|
40303
|
+
|
40304
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40305
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000133", "client_secret"=>"9bc254667a6ff1c67cf527af1af40c25ece815110161c8b653ea5d7530e4aed5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40306
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000133&client_secret=9bc254667a6ff1c67cf527af1af40c25ece815110161c8b653ea5d7530e4aed5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40307
|
+
|
40308
|
+
|
40309
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40310
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40311
|
+
Request 4cd093c43321e86cd9000134: Client 4cd093c43321e86cd9000133 granted access code 19d18ac310e3e1fc4c5dfb568c55ece2e3792ec9012bd9da1eba22523e4de900
|
40312
|
+
Request 4cd093c43321e86cd9000136: Client UberClient requested code with scope read write
|
40313
|
+
|
40314
|
+
|
40315
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40316
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000135", "client_secret"=>"809fb142b5d77c5689ff046086bc4a9f72b1898c7a15795d520646739273c622", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40317
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000135&client_secret=809fb142b5d77c5689ff046086bc4a9f72b1898c7a15795d520646739273c622&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40318
|
+
|
40319
|
+
|
40320
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40321
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40322
|
+
Request 4cd093c43321e86cd9000136: Client 4cd093c43321e86cd9000135 granted access code 472953d6cf7ae70900e84e94e1b80a85e7b1e6f33f342f1faafdfd79b5f7024b
|
40323
|
+
Request 4cd093c43321e86cd9000138: Client UberClient requested code with scope read write
|
40324
|
+
|
40325
|
+
|
40326
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40327
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000137", "client_secret"=>"3f375f3864adf88205ecbba61ce27c08b7c93bce0fc3c7c5359397581da24c0b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40328
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000137&client_secret=3f375f3864adf88205ecbba61ce27c08b7c93bce0fc3c7c5359397581da24c0b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40329
|
+
|
40330
|
+
|
40331
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:42:12) [POST]
|
40332
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40333
|
+
Request 4cd093c43321e86cd9000138: Client 4cd093c43321e86cd9000137 granted access code 31f399227d52400fd5cd7a37f39516fb7e9435dcee2abed00c09295ee11fa526
|
40334
|
+
Request 4cd093c43321e86cd900013a: Client UberClient requested code with scope read write
|
40335
|
+
|
40336
|
+
|
40337
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40338
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd9000139", "client_secret"=>"a0724bef00d84faa2621635ad29361713c8044c48a7ec32b4d0d50140d663962", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40339
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd9000139&client_secret=a0724bef00d84faa2621635ad29361713c8044c48a7ec32b4d0d50140d663962&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40340
|
+
Request 4cd093c43321e86cd900013c: Client UberClient requested code with scope read write
|
40341
|
+
|
40342
|
+
|
40343
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40344
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900013b", "client_secret"=>"6dd7f9a34779784e3650a1c5a9931ba14055d4fa72c43e87e7e676b8a548d070", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40345
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900013b&client_secret=6dd7f9a34779784e3650a1c5a9931ba14055d4fa72c43e87e7e676b8a548d070&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40346
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40347
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40348
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40349
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40350
|
+
Authorization request with invalid redirect_uri: http:not-valid Redirect URL looks fishy to me
|
40351
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
40352
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
40353
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
40354
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
40355
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40356
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40357
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40358
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40359
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40360
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40361
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40362
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40363
|
+
Authorization request with invalid redirect_uri: Redirect URL looks fishy to me
|
40364
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40365
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40366
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40367
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40368
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40369
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40370
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40371
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40372
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40373
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40374
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40375
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
40376
|
+
Request 4cd093c43321e86cd900015c: Client UberClient requested code with scope read write
|
40377
|
+
|
40378
|
+
|
40379
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40380
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900015b", "client_secret"=>"c5f5dd63f4dc87f5a71f82081fa69778ca1d77644bcc347c1207df132eaeaf6f", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
40381
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900015b&client_secret=c5f5dd63f4dc87f5a71f82081fa69778ca1d77644bcc347c1207df132eaeaf6f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
40382
|
+
Request 4cd093c43321e86cd900015e: Client UberClient requested code with scope read write
|
40383
|
+
|
40384
|
+
|
40385
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:42:12) [GET]
|
40386
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd093c43321e86cd900015d", "client_secret"=>"9105fef3d86f765e58ff678e70098b4407d0481b6d70a119ff975526509b0a96", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
40387
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd093c43321e86cd900015d&client_secret=9105fef3d86f765e58ff678e70098b4407d0481b6d70a119ff975526509b0a96&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
40388
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
40389
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
40390
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
40391
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
40392
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40393
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40394
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40395
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
40396
|
+
Request 4cd096663321e87af4000002: Client UberClient requested code with scope read write
|
40397
|
+
|
40398
|
+
|
40399
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40400
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000001", "client_secret"=>"0aa5bbefaedc44733f8eee95244443c44692130e23843702d27096aa3be2fd95", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40401
|
+
Completed in 6ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000001&client_secret=0aa5bbefaedc44733f8eee95244443c44692130e23843702d27096aa3be2fd95&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40402
|
+
|
40403
|
+
|
40404
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40405
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40406
|
+
Request 4cd096663321e87af4000002: Client 4cd096663321e87af4000001 granted access code cf2fe98560397abdad3915c0b8be60da8df35be528a8d966002c7d8bb9c31ea5
|
40407
|
+
Request 4cd096663321e87af4000004: Client UberClient requested code with scope read write
|
40408
|
+
|
40409
|
+
|
40410
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40411
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000003", "client_secret"=>"52050a091a1ace07f03cd959297b587072698d22e6e0cf3cf6aa593fe7914b26", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40412
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000003&client_secret=52050a091a1ace07f03cd959297b587072698d22e6e0cf3cf6aa593fe7914b26&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40413
|
+
|
40414
|
+
|
40415
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40416
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40417
|
+
Request 4cd096663321e87af4000004: Client 4cd096663321e87af4000003 granted access code 1bd60fc0a14e051f583b1043908be8c4b44bd1fc834804b912a5187275293af5
|
40418
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40419
|
+
Request 4cd096663321e87af4000006: Client UberClient requested code with scope read write
|
40420
|
+
|
40421
|
+
|
40422
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40423
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000005", "client_secret"=>"db179b052e437066caa0ccce008246b95d507e4c07b7b87307928faa7283fdab", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40424
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000005&client_secret=db179b052e437066caa0ccce008246b95d507e4c07b7b87307928faa7283fdab&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40425
|
+
|
40426
|
+
|
40427
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40428
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40429
|
+
Request 4cd096663321e87af4000006: Client 4cd096663321e87af4000005 granted access code 4fcea6f2276165df811ea4808dc861a92d4250072e295110b6c5b00f9c6eaacc
|
40430
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40431
|
+
Request 4cd096663321e87af4000008: Client UberClient requested code with scope read write
|
40432
|
+
|
40433
|
+
|
40434
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40435
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000007", "client_secret"=>"d812073702c02a9b5b0288a858f4b93f00a89cbb52e95938a02d83966e86d9e8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40436
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000007&client_secret=d812073702c02a9b5b0288a858f4b93f00a89cbb52e95938a02d83966e86d9e8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40437
|
+
|
40438
|
+
|
40439
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40440
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40441
|
+
Request 4cd096663321e87af4000008: Client 4cd096663321e87af4000007 granted access code 0fd668733bf0af7f010cdb84e80dd2afc77b1aa7349f5cbd4cf0a6f04a7d4622
|
40442
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40443
|
+
Request 4cd096663321e87af400000a: Client UberClient requested code with scope read write
|
40444
|
+
|
40445
|
+
|
40446
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40447
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000009", "client_secret"=>"07b48f6f27ccf118cc474edf3235ec7aa7947c04200bb228c6ae037ea6471eff", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40448
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000009&client_secret=07b48f6f27ccf118cc474edf3235ec7aa7947c04200bb228c6ae037ea6471eff&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40449
|
+
|
40450
|
+
|
40451
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40452
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40453
|
+
Request 4cd096663321e87af400000a: Client 4cd096663321e87af4000009 granted access code 1d7ccabd78accf0f00f4bc5f601a1d147b2d778fcd3814882cac25a83ae43b63
|
40454
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40455
|
+
Request 4cd096663321e87af400000c: Client UberClient requested code with scope read write
|
40456
|
+
|
40457
|
+
|
40458
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40459
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400000b", "client_secret"=>"b2752d6de7a2b5d4757928aa9721cda247b2ce96cae9922ee5a0b30750edded2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40460
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400000b&client_secret=b2752d6de7a2b5d4757928aa9721cda247b2ce96cae9922ee5a0b30750edded2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40461
|
+
|
40462
|
+
|
40463
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40464
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40465
|
+
Request 4cd096663321e87af400000c: Client 4cd096663321e87af400000b granted access code 6eaa798a19a2de7974c312a5325016be5a4861df2f1b4edfdd6fcce505a61c42
|
40466
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40467
|
+
Request 4cd096663321e87af400000e: Client UberClient requested code with scope read write
|
40468
|
+
|
40469
|
+
|
40470
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40471
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400000d", "client_secret"=>"f8982c597870d64ed1345ba5c50c1a5f0e94bf24e6147fcce6b75bc504eea874", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40472
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400000d&client_secret=f8982c597870d64ed1345ba5c50c1a5f0e94bf24e6147fcce6b75bc504eea874&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40473
|
+
|
40474
|
+
|
40475
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40476
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40477
|
+
Request 4cd096663321e87af400000e: Client 4cd096663321e87af400000d granted access code 6dad5a4522ec24c41c202810663b8f827b2b0c8651a950410c5cc19b1dac5e75
|
40478
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40479
|
+
Request 4cd096663321e87af4000010: Client UberClient requested code with scope read write
|
40480
|
+
|
40481
|
+
|
40482
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40483
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400000f", "client_secret"=>"bec689225e43d06235cccd9f5cf4cae47704292f4b1fd7cbe4e325c6d1847e79", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40484
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400000f&client_secret=bec689225e43d06235cccd9f5cf4cae47704292f4b1fd7cbe4e325c6d1847e79&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40485
|
+
|
40486
|
+
|
40487
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40488
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40489
|
+
Request 4cd096663321e87af4000010: Client 4cd096663321e87af400000f granted access code 78a470ecac83f17af9a799dcccccf74d72be598952aceb2a62e492ca9b53bb2e
|
40490
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40491
|
+
Request 4cd096663321e87af4000012: Client UberClient requested code with scope read write
|
40492
|
+
|
40493
|
+
|
40494
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40495
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000011", "client_secret"=>"385cbea74a41623a75f1fff691bd8094c187c6af9275301507ef1819c19c73d6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40496
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000011&client_secret=385cbea74a41623a75f1fff691bd8094c187c6af9275301507ef1819c19c73d6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40497
|
+
|
40498
|
+
|
40499
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40500
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40501
|
+
Request 4cd096663321e87af4000012: Client 4cd096663321e87af4000011 granted access code 61b0f09f637a89128fa5663ecb4ab2a06c08f4cec068a71870f59bd0db32888a
|
40502
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40503
|
+
Request 4cd096663321e87af4000014: Client UberClient requested code with scope read write
|
40504
|
+
|
40505
|
+
|
40506
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40507
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000013", "client_secret"=>"8c6de08f9ec15350dd085d87dc364bdf846f2a95fadc766e2614e81114ee8e8c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40508
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000013&client_secret=8c6de08f9ec15350dd085d87dc364bdf846f2a95fadc766e2614e81114ee8e8c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40509
|
+
|
40510
|
+
|
40511
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40512
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40513
|
+
Request 4cd096663321e87af4000014: Client 4cd096663321e87af4000013 granted access code 97af1b4af3d41cdaedfcff558e8ca1af930ad92acbf4fc316a1045befb92ed31
|
40514
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40515
|
+
Request 4cd096663321e87af4000016: Client UberClient requested code with scope read write
|
40516
|
+
|
40517
|
+
|
40518
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40519
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000015", "client_secret"=>"b12fe93e275798a18ae9c1dc0fa621f608879b4cfed46eebd3eae64fcaef09e5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40520
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000015&client_secret=b12fe93e275798a18ae9c1dc0fa621f608879b4cfed46eebd3eae64fcaef09e5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40521
|
+
|
40522
|
+
|
40523
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40524
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40525
|
+
Request 4cd096663321e87af4000016: Client 4cd096663321e87af4000015 granted access code 19ea3cc7f3f0d5cae1f4dddc27203176ca455a396c9ace89c1a1cc555c11e5d7
|
40526
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40527
|
+
Request 4cd096663321e87af4000018: Client UberClient requested code with scope read write
|
40528
|
+
|
40529
|
+
|
40530
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40531
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000017", "client_secret"=>"e8eb48f2a0314828fc8e76d7839af1d096fc9bd91e740add91460d0f1cf6dede", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40532
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000017&client_secret=e8eb48f2a0314828fc8e76d7839af1d096fc9bd91e740add91460d0f1cf6dede&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40533
|
+
|
40534
|
+
|
40535
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40536
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40537
|
+
Request 4cd096663321e87af4000018: Client 4cd096663321e87af4000017 granted access code 783424166eddbcb363bb7561dd58583b0bdcd5668052bf903550c6cedcdcc371
|
40538
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40539
|
+
Request 4cd096663321e87af400001a: Client UberClient requested code with scope read write
|
40540
|
+
|
40541
|
+
|
40542
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40543
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000019", "client_secret"=>"57f7c0fafac35d49015a41de2572a207f990d1b809ef04c021d83567259b407a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40544
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000019&client_secret=57f7c0fafac35d49015a41de2572a207f990d1b809ef04c021d83567259b407a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40545
|
+
|
40546
|
+
|
40547
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40548
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40549
|
+
Request 4cd096663321e87af400001a: Client 4cd096663321e87af4000019 granted access code d16a019759e51e7826ebd035736690145414c4563b7efe8225d6f3f3f4896213
|
40550
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40551
|
+
Request 4cd096663321e87af400001c: Client UberClient requested code with scope read write
|
40552
|
+
|
40553
|
+
|
40554
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40555
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400001b", "client_secret"=>"c59b42acb7b66cfaaef3dc8b8e6df8a0b7a9f6ccb75774a21bcc4e46dfc3f3b5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40556
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400001b&client_secret=c59b42acb7b66cfaaef3dc8b8e6df8a0b7a9f6ccb75774a21bcc4e46dfc3f3b5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40557
|
+
|
40558
|
+
|
40559
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40560
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40561
|
+
Request 4cd096663321e87af400001c: Client 4cd096663321e87af400001b granted access code c50ab36228a40309eb7a72f8e64c13467dbe40d4afe36e1c4542ca9140e7d766
|
40562
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40563
|
+
Request 4cd096663321e87af400001e: Client UberClient requested code with scope read write
|
40564
|
+
|
40565
|
+
|
40566
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40567
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400001d", "client_secret"=>"bc0a573495f5544958a9ff3ba494124e27b71d1d3c61352738c1c683db40f42c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40568
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400001d&client_secret=bc0a573495f5544958a9ff3ba494124e27b71d1d3c61352738c1c683db40f42c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40569
|
+
|
40570
|
+
|
40571
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40572
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40573
|
+
Request 4cd096663321e87af400001e: Client 4cd096663321e87af400001d granted access code 3c91272fbb9389f2316b7dda392ddb020dc3b430c7ce2c85227d98e385160fed
|
40574
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40575
|
+
Request 4cd096663321e87af4000020: Client UberClient requested code with scope read write
|
40576
|
+
|
40577
|
+
|
40578
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40579
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af400001f", "client_secret"=>"9abb221bf1ac2142f2e0290516b68b3aa04c196536722b709a448ca85f75bc5b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40580
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af400001f&client_secret=9abb221bf1ac2142f2e0290516b68b3aa04c196536722b709a448ca85f75bc5b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40581
|
+
|
40582
|
+
|
40583
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40584
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40585
|
+
Request 4cd096663321e87af4000020: Client 4cd096663321e87af400001f granted access code efbb92334631dee1a93b3321aa8169cab236564f5942281e098fa62869e06a6c
|
40586
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40587
|
+
Request 4cd096663321e87af4000022: Client UberClient requested code with scope read write
|
40588
|
+
|
40589
|
+
|
40590
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:26) [GET]
|
40591
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096663321e87af4000021", "client_secret"=>"cae673c51f1bdfe21ce081b058e94e01f24382c201cd8a7cd75547d022aed542", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40592
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096663321e87af4000021&client_secret=cae673c51f1bdfe21ce081b058e94e01f24382c201cd8a7cd75547d022aed542&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40593
|
+
|
40594
|
+
|
40595
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:26) [POST]
|
40596
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40597
|
+
Request 4cd096663321e87af4000022: Client 4cd096663321e87af4000021 granted access code 65fd13b60c06501b617711f8b13b782a34dbbc9aa27110f0da4a05b3a99f0090
|
40598
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40599
|
+
Request 4cd096673321e87af4000024: Client UberClient requested code with scope read write
|
40600
|
+
|
40601
|
+
|
40602
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40603
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000023", "client_secret"=>"234d9888df9979a2867ca5759a4b4357e7a15efc2d6595bf1f64752e462f53ec", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40604
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000023&client_secret=234d9888df9979a2867ca5759a4b4357e7a15efc2d6595bf1f64752e462f53ec&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40605
|
+
|
40606
|
+
|
40607
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40608
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40609
|
+
Request 4cd096673321e87af4000024: Client 4cd096673321e87af4000023 granted access code 0c98c4886aeda64aa492482575e7760e7ca7837d33a378e7a63e924fb054db58
|
40610
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40611
|
+
Request 4cd096673321e87af4000026: Client UberClient requested code with scope read write
|
40612
|
+
|
40613
|
+
|
40614
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40615
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000025", "client_secret"=>"822582d4de713e489b15f2cfb6e2572e790d06c78b1f3d945205f1ad0d34f982", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40616
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000025&client_secret=822582d4de713e489b15f2cfb6e2572e790d06c78b1f3d945205f1ad0d34f982&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40617
|
+
|
40618
|
+
|
40619
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40620
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40621
|
+
Request 4cd096673321e87af4000026: Client 4cd096673321e87af4000025 granted access code 65abb935542f0c9e6ea3a374708d43d5691e518c5d208a0f38c8aee2ab0513b0
|
40622
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40623
|
+
Request 4cd096673321e87af4000028: Client UberClient requested code with scope read write
|
40624
|
+
|
40625
|
+
|
40626
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40627
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000027", "client_secret"=>"ea87f344af65b9dfdac5818154f262c302a36cc431a2683f1446064cecea403e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40628
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000027&client_secret=ea87f344af65b9dfdac5818154f262c302a36cc431a2683f1446064cecea403e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40629
|
+
|
40630
|
+
|
40631
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40632
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40633
|
+
Request 4cd096673321e87af4000028: Client 4cd096673321e87af4000027 granted access code a41a431e4afd765c528f1945527c8574533b5f68b5f9668ef6d038a72ca3d5e1
|
40634
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40635
|
+
Request 4cd096673321e87af400002a: Client UberClient requested code with scope read write
|
40636
|
+
|
40637
|
+
|
40638
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40639
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000029", "client_secret"=>"066c646d8b0c5003ed3ec92be9fc96f8c4ca94441c1174b51d604be2e740d162", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40640
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000029&client_secret=066c646d8b0c5003ed3ec92be9fc96f8c4ca94441c1174b51d604be2e740d162&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40641
|
+
|
40642
|
+
|
40643
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40644
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40645
|
+
Request 4cd096673321e87af400002a: Client 4cd096673321e87af4000029 granted access code 832ac82983bb5fc87f6cd6d60fc488ad0d052e15ba6a1d245a92c7443cc9f736
|
40646
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40647
|
+
Request 4cd096673321e87af400002c: Client UberClient requested code with scope read write
|
40648
|
+
|
40649
|
+
|
40650
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40651
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400002b", "client_secret"=>"7d52863b0bc68ac3c19b49dd963f417cc5b7c53c73c0ccbca0b85f7593f238e5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40652
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400002b&client_secret=7d52863b0bc68ac3c19b49dd963f417cc5b7c53c73c0ccbca0b85f7593f238e5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40653
|
+
|
40654
|
+
|
40655
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40656
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40657
|
+
Request 4cd096673321e87af400002c: Client 4cd096673321e87af400002b granted access code 1f8ec0d626659a7b84312974f10523495c409562be3dfd8913f534ee5c84fbfc
|
40658
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40659
|
+
Request 4cd096673321e87af400002e: Client UberClient requested code with scope read write
|
40660
|
+
|
40661
|
+
|
40662
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40663
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400002d", "client_secret"=>"465220231e09b2e6d3a1881a9d66ceefef7c8ec22fc0507930dad7978eaf62c1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40664
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400002d&client_secret=465220231e09b2e6d3a1881a9d66ceefef7c8ec22fc0507930dad7978eaf62c1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40665
|
+
|
40666
|
+
|
40667
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40668
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40669
|
+
Request 4cd096673321e87af400002e: Client 4cd096673321e87af400002d granted access code d6454f94371f9df0042942d9f04e912b48fe032fd5fc5db52eaba2bfa6bb7972
|
40670
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40671
|
+
Request 4cd096673321e87af4000030: Client UberClient requested code with scope read write
|
40672
|
+
|
40673
|
+
|
40674
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40675
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400002f", "client_secret"=>"a0d5ab928111394a7db4a8384aaf836bb9a188b5a1ddd362e0cb8d4037c7893b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40676
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400002f&client_secret=a0d5ab928111394a7db4a8384aaf836bb9a188b5a1ddd362e0cb8d4037c7893b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40677
|
+
|
40678
|
+
|
40679
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40680
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40681
|
+
Request 4cd096673321e87af4000030: Client 4cd096673321e87af400002f granted access code 38017929f2872d5730ea70e91f31c385bbb97b3fe78e89068bb2758175656dcb
|
40682
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40683
|
+
Request 4cd096673321e87af4000032: Client UberClient requested code with scope read write
|
40684
|
+
|
40685
|
+
|
40686
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40687
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000031", "client_secret"=>"09e5c9be27a257af98bdf406e34c946fc525516496508e1c9fd43f29170ec500", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40688
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000031&client_secret=09e5c9be27a257af98bdf406e34c946fc525516496508e1c9fd43f29170ec500&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40689
|
+
|
40690
|
+
|
40691
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40692
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40693
|
+
Request 4cd096673321e87af4000032: Client 4cd096673321e87af4000031 granted access code d79e9e0372600ab29562e268bb0525e6a7d91ccb9a7bc69525ca8f9a8d9b7b78
|
40694
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40695
|
+
Request 4cd096673321e87af4000034: Client UberClient requested code with scope read write
|
40696
|
+
|
40697
|
+
|
40698
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40699
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000033", "client_secret"=>"7ac650fa81e5efc5f4607e19cee227db78407ddca6b5850f5bffb6f5c1462522", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40700
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000033&client_secret=7ac650fa81e5efc5f4607e19cee227db78407ddca6b5850f5bffb6f5c1462522&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40701
|
+
|
40702
|
+
|
40703
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40704
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40705
|
+
Request 4cd096673321e87af4000034: Client 4cd096673321e87af4000033 granted access code 2669ab77e2f238d44cd6d186d935741dc184348f721734eecf4e62adc5e83dca
|
40706
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40707
|
+
Request 4cd096673321e87af4000036: Client UberClient requested code with scope read write
|
40708
|
+
|
40709
|
+
|
40710
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40711
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000035", "client_secret"=>"8dee7c306b286030a98597d71d4a0386fbe77dc9dd0dbf11f0d12b45e94ee25d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40712
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000035&client_secret=8dee7c306b286030a98597d71d4a0386fbe77dc9dd0dbf11f0d12b45e94ee25d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40713
|
+
|
40714
|
+
|
40715
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40716
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40717
|
+
Request 4cd096673321e87af4000036: Client 4cd096673321e87af4000035 granted access code 699c18533c729f404223240bf86c9c9bb6363d700f31db8ef797060c83c1f5ea
|
40718
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40719
|
+
Request 4cd096673321e87af4000038: Client UberClient requested code with scope read write
|
40720
|
+
|
40721
|
+
|
40722
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40723
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000037", "client_secret"=>"627a78e30c3090992533df9e56acff5fd5af9ff3799da3de970db810e0ea768d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40724
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000037&client_secret=627a78e30c3090992533df9e56acff5fd5af9ff3799da3de970db810e0ea768d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40725
|
+
|
40726
|
+
|
40727
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40728
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40729
|
+
Request 4cd096673321e87af4000038: Client 4cd096673321e87af4000037 granted access code 6a92a028331a713f5c7e09ae90b89774f1a37e3625a4dfeffde32d64b396cffe
|
40730
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40731
|
+
Request 4cd096673321e87af400003a: Client UberClient requested code with scope read write
|
40732
|
+
|
40733
|
+
|
40734
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40735
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000039", "client_secret"=>"73595004f3ae1770cda1b1119ef788cf44f51706428529c852eca97fc027e037", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40736
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000039&client_secret=73595004f3ae1770cda1b1119ef788cf44f51706428529c852eca97fc027e037&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40737
|
+
|
40738
|
+
|
40739
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40740
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40741
|
+
Request 4cd096673321e87af400003a: Client 4cd096673321e87af4000039 granted access code c6a9122760e4ea707f09c4f6935ed0f5231b92dee3aab74f141834988a9377fb
|
40742
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40743
|
+
Request 4cd096673321e87af400003c: Client UberClient requested code with scope read write
|
40744
|
+
|
40745
|
+
|
40746
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40747
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400003b", "client_secret"=>"82b5a7d173396583771e5e83fd590b172f7546506fd467faef490c91edf6e957", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40748
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400003b&client_secret=82b5a7d173396583771e5e83fd590b172f7546506fd467faef490c91edf6e957&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40749
|
+
|
40750
|
+
|
40751
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40752
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40753
|
+
Request 4cd096673321e87af400003c: Client 4cd096673321e87af400003b granted access code 52b0ee83616461a11a50487107c16ebac441b047290dd148380be074ac607dec
|
40754
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40755
|
+
Request 4cd096673321e87af400003e: Client UberClient requested code with scope read write
|
40756
|
+
|
40757
|
+
|
40758
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40759
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400003d", "client_secret"=>"9f70972e3832438375e949934e0edb73662dff5bac678db0aa30b93637095984", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40760
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400003d&client_secret=9f70972e3832438375e949934e0edb73662dff5bac678db0aa30b93637095984&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40761
|
+
|
40762
|
+
|
40763
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40764
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40765
|
+
Request 4cd096673321e87af400003e: Client 4cd096673321e87af400003d granted access code 874f5d1380bfb2141e2730864a309e5342bcb0d5d7a7c8efe146395e106e461e
|
40766
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40767
|
+
Request 4cd096673321e87af4000040: Client UberClient requested code with scope read write
|
40768
|
+
|
40769
|
+
|
40770
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40771
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400003f", "client_secret"=>"ce2e15f355166de001406f314308855e94495d26a7189f66990504e6b634f9d4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40772
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400003f&client_secret=ce2e15f355166de001406f314308855e94495d26a7189f66990504e6b634f9d4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40773
|
+
|
40774
|
+
|
40775
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40776
|
+
Completed in 1ms (View: 1 | 200 OK [http://example.org/oauth/grant]
|
40777
|
+
Request 4cd096673321e87af4000040: Client 4cd096673321e87af400003f granted access code 9fadaecd81a264a5dcc2f9e2e916592dd1e36292c4b24007412f74c5835caed0
|
40778
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40779
|
+
Request 4cd096673321e87af4000042: Client UberClient requested code with scope read write
|
40780
|
+
|
40781
|
+
|
40782
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40783
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000041", "client_secret"=>"d05e987e072a53704abbe75020b1cb1aba40c4b396ae8ad82a59d3a2577d28f6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40784
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000041&client_secret=d05e987e072a53704abbe75020b1cb1aba40c4b396ae8ad82a59d3a2577d28f6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40785
|
+
|
40786
|
+
|
40787
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40788
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40789
|
+
Request 4cd096673321e87af4000042: Client 4cd096673321e87af4000041 granted access code 264beb61dd0b1ac40666e103ea192b693481494f4e6ffd512435962e6186211e
|
40790
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
40791
|
+
Request 4cd096673321e87af4000044: Client UberClient requested code with scope read write
|
40792
|
+
|
40793
|
+
|
40794
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40795
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000043", "client_secret"=>"ea1bd47baca85654c0ecbee3564b1d3f3ab39ac23b15058ee442fc437c1407d0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40796
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000043&client_secret=ea1bd47baca85654c0ecbee3564b1d3f3ab39ac23b15058ee442fc437c1407d0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40797
|
+
|
40798
|
+
|
40799
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40800
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40801
|
+
Request 4cd096673321e87af4000044: Client 4cd096673321e87af4000043 granted access code 0ab08d16dbaac8c5135b17fb333c86785bb5c474590df3dc16b58289efd9bf0e
|
40802
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40803
|
+
Request 4cd096673321e87af4000046: Client UberClient requested code with scope read write
|
40804
|
+
|
40805
|
+
|
40806
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40807
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000045", "client_secret"=>"13d0c9a9593e0dc7d839777870256c9ac42644d83ac7259bed7ce25d41e5969a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40808
|
+
Completed in 8ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000045&client_secret=13d0c9a9593e0dc7d839777870256c9ac42644d83ac7259bed7ce25d41e5969a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40809
|
+
|
40810
|
+
|
40811
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40812
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40813
|
+
Request 4cd096673321e87af4000046: Client 4cd096673321e87af4000045 granted access code 951cc7540dd6c517ef88a0f7cf55b9f3871062ecdcca0fbde12db30d3573b1ea
|
40814
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40815
|
+
Request 4cd096673321e87af4000048: Client UberClient requested code with scope read write
|
40816
|
+
|
40817
|
+
|
40818
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40819
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000047", "client_secret"=>"015c9ab8d38250a7f83a1a31374398241e101a901893aeca50016408be01b736", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40820
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000047&client_secret=015c9ab8d38250a7f83a1a31374398241e101a901893aeca50016408be01b736&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40821
|
+
|
40822
|
+
|
40823
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40824
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40825
|
+
Request 4cd096673321e87af4000048: Client 4cd096673321e87af4000047 granted access code c1eefba3848aa256e375c82769181df3e7cd762a35522ee04b2ae3a67e5a81f4
|
40826
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40827
|
+
Request 4cd096673321e87af400004a: Client UberClient requested code with scope read write
|
40828
|
+
|
40829
|
+
|
40830
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40831
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000049", "client_secret"=>"2eba6b907f792aa44aee41683cce7e6114b630a24287dc06d86e9943bb15a512", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40832
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000049&client_secret=2eba6b907f792aa44aee41683cce7e6114b630a24287dc06d86e9943bb15a512&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40833
|
+
|
40834
|
+
|
40835
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40836
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40837
|
+
Request 4cd096673321e87af400004a: Client 4cd096673321e87af4000049 granted access code 01c88a961e069658229978b0820a894a5d3554571a95c4ea5a583d38b72135a6
|
40838
|
+
Access token 494c34506cacc586d2956222366f149846822222fedc54d65e6e62b7538dc491 granted to client UberClient, identity foo bar
|
40839
|
+
Request 4cd096673321e87af400004c: Client UberClient requested code with scope read write
|
40840
|
+
|
40841
|
+
|
40842
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40843
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400004b", "client_secret"=>"6a4f23dff1dc139f72c90ef90a984cae86f074f8913511d39459fab25ba885e4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40844
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400004b&client_secret=6a4f23dff1dc139f72c90ef90a984cae86f074f8913511d39459fab25ba885e4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40845
|
+
|
40846
|
+
|
40847
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40848
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40849
|
+
Request 4cd096673321e87af400004c: Client 4cd096673321e87af400004b granted access code ab4a6ad44fb36b4899fcab2be5b445d7ba6a3c7c1a7cca714496a973f40e1596
|
40850
|
+
Access token 40c061cd0f903a29cf5f60f4c481cc8db37a72feb7bf93b5e3bd5819058e1801 granted to client UberClient, identity foo bar
|
40851
|
+
Request 4cd096673321e87af400004e: Client UberClient requested code with scope read write
|
40852
|
+
|
40853
|
+
|
40854
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40855
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400004d", "client_secret"=>"f61f08dfc9a210a8d965555a17aa2a9792af2399ca98cbca1931ec4d785c0e9b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40856
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400004d&client_secret=f61f08dfc9a210a8d965555a17aa2a9792af2399ca98cbca1931ec4d785c0e9b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40857
|
+
|
40858
|
+
|
40859
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40860
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40861
|
+
Request 4cd096673321e87af400004e: Client 4cd096673321e87af400004d granted access code 0b8169407b0993514e9f0706d3c4d8b496ef28b280a7436ebbbaa656c65da67d
|
40862
|
+
Access token 7aba92d5ecb8db19181ec95acfceba9097b8c1179642ba21ce58e1602671689e granted to client UberClient, identity foo bar
|
40863
|
+
Request 4cd096673321e87af4000050: Client UberClient requested code with scope read write
|
40864
|
+
|
40865
|
+
|
40866
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40867
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400004f", "client_secret"=>"92bf59080417ef2055c32c757e7de1f2c5bf4572910faa9874e58496ed8f9cd3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40868
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400004f&client_secret=92bf59080417ef2055c32c757e7de1f2c5bf4572910faa9874e58496ed8f9cd3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40869
|
+
|
40870
|
+
|
40871
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40872
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40873
|
+
Request 4cd096673321e87af4000050: Client 4cd096673321e87af400004f granted access code ba0adedba2c34c72120258079549df19437ff3822095d60f4e39a7f532ae22d7
|
40874
|
+
Access token 17417b0a4ed778c2ee46b3dd89b84d9cffee19612143dabdb166c238a94b0593 granted to client UberClient, identity foo bar
|
40875
|
+
Request 4cd096673321e87af4000052: Client UberClient requested code with scope read write
|
40876
|
+
|
40877
|
+
|
40878
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40879
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000051", "client_secret"=>"0dc80fd04efc96de8ada206ef057a7f6b861bd094b853254ade56bcedf51dd06", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40880
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000051&client_secret=0dc80fd04efc96de8ada206ef057a7f6b861bd094b853254ade56bcedf51dd06&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40881
|
+
|
40882
|
+
|
40883
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40884
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40885
|
+
Request 4cd096673321e87af4000052: Client 4cd096673321e87af4000051 granted access code 06160750658a5547287bfd0e5663b1c641a5538c028e36f60ece95ef6b29bde8
|
40886
|
+
Access token 3e6a6d2578570e1345cfa764cd70b49a87709fd8c727b4ae3c21aa9745157164 granted to client UberClient, identity foo bar
|
40887
|
+
Request 4cd096673321e87af4000054: Client UberClient requested code with scope read write
|
40888
|
+
|
40889
|
+
|
40890
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40891
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000053", "client_secret"=>"a6be6e38648d336bcc32e8d08b0a4ee606251fbb72d3de003c8be3575e408401", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40892
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000053&client_secret=a6be6e38648d336bcc32e8d08b0a4ee606251fbb72d3de003c8be3575e408401&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40893
|
+
|
40894
|
+
|
40895
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40896
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40897
|
+
Request 4cd096673321e87af4000054: Client 4cd096673321e87af4000053 granted access code 83fa326281f461368c6cde6efdb30d6ad93a601742757da3f0193edc7eb40dfb
|
40898
|
+
Access token cb779029fce40e7b61b40e3f9b8c3d47aa87ad90ebb1c1411b0bf307fb642fa8 granted to client UberClient, identity foo bar
|
40899
|
+
Request 4cd096673321e87af4000056: Client UberClient requested code with scope read write
|
40900
|
+
|
40901
|
+
|
40902
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40903
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000055", "client_secret"=>"f617878b02159bf3be2e6e624cc13dae834a42e26c61f1394c2329a084e40a93", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40904
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000055&client_secret=f617878b02159bf3be2e6e624cc13dae834a42e26c61f1394c2329a084e40a93&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40905
|
+
|
40906
|
+
|
40907
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40908
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40909
|
+
Request 4cd096673321e87af4000056: Client 4cd096673321e87af4000055 granted access code 7117732c87423cff23492113e807762cd457ee86ae774af54faf5436fc2d3bf7
|
40910
|
+
Access token aba7619a281e477c29d876622f21f3fa876376c2492d1c2cbe7901083d96df98 granted to client UberClient, identity Superman
|
40911
|
+
Request 4cd096673321e87af4000058: Client UberClient requested code with scope read write
|
40912
|
+
|
40913
|
+
|
40914
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40915
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000057", "client_secret"=>"083ab0bd2006bcc6a914173d63e988a932517f3ae69e252eb99ff2a96372f46c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40916
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000057&client_secret=083ab0bd2006bcc6a914173d63e988a932517f3ae69e252eb99ff2a96372f46c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40917
|
+
|
40918
|
+
|
40919
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40920
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40921
|
+
Request 4cd096673321e87af4000058: Client 4cd096673321e87af4000057 granted access code 66a7c4a1e913281b628f08ed150bcfc7d277e948004f9f31bfea7a4d76d3e9ca
|
40922
|
+
Access token f523e7471a1e1d2a77d710ca7939af66308f88363ffd1b40881f190924e089fa granted to client UberClient, identity Superman
|
40923
|
+
Request 4cd096673321e87af400005a: Client UberClient requested code with scope read write
|
40924
|
+
|
40925
|
+
|
40926
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40927
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000059", "client_secret"=>"7af811f29e597d22a643dac0fce696e41216bcea89f021e29f7563a34e374a40", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40928
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000059&client_secret=7af811f29e597d22a643dac0fce696e41216bcea89f021e29f7563a34e374a40&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40929
|
+
|
40930
|
+
|
40931
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40932
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40933
|
+
Request 4cd096673321e87af400005a: Client 4cd096673321e87af4000059 granted access code 916c37d6d4b3db857b253e173e2a01fa0aaea60ccdc950f590b211e51d91f880
|
40934
|
+
Access token de4ec09aecd73b5d93b35235887e2e6ec7bb4d426e9c6c6189ac4973ed5e9e63 granted to client UberClient, identity Superman
|
40935
|
+
Request 4cd096673321e87af400005c: Client UberClient requested code with scope read write
|
40936
|
+
|
40937
|
+
|
40938
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40939
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400005b", "client_secret"=>"3f086482b023721ed57e0c44e2a9310a6afecbad3102421e6fbeed59559c5c70", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40940
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400005b&client_secret=3f086482b023721ed57e0c44e2a9310a6afecbad3102421e6fbeed59559c5c70&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40941
|
+
|
40942
|
+
|
40943
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40944
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40945
|
+
Request 4cd096673321e87af400005c: Client 4cd096673321e87af400005b granted access code 2b6fba7290149175e107c80d63e5fa25774cfda859eb3640ad55dc71d4891e90
|
40946
|
+
Access token 6cab55452a9c03c2f30d34f39515f67867c60419d975796fb4ff594049b66a7a granted to client UberClient, identity Superman
|
40947
|
+
Request 4cd096673321e87af400005e: Client UberClient requested code with scope read write
|
40948
|
+
|
40949
|
+
|
40950
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40951
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400005d", "client_secret"=>"01f8b75847d18b07e851a75ecccde05816357d5657bf8d279d2ada43a0563dee", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40952
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400005d&client_secret=01f8b75847d18b07e851a75ecccde05816357d5657bf8d279d2ada43a0563dee&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40953
|
+
|
40954
|
+
|
40955
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40956
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40957
|
+
Request 4cd096673321e87af400005e: Client 4cd096673321e87af400005d granted access code 97b70ff9aadaa5d12595a527990d9c0b9580b67cb1c920c4346bcf11275889cb
|
40958
|
+
Access token 9a3a6dc9dcacdce8fcb816b6a872176658cccd5ac4a92540700dd2b951d047eb granted to client UberClient, identity Superman
|
40959
|
+
Request 4cd096673321e87af4000060: Client UberClient requested code with scope read write
|
40960
|
+
|
40961
|
+
|
40962
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40963
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400005f", "client_secret"=>"8e9d5b3ee0e6afe6431d28eca97aa97be71999401e0398f3d984989433c7029e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40964
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400005f&client_secret=8e9d5b3ee0e6afe6431d28eca97aa97be71999401e0398f3d984989433c7029e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40965
|
+
|
40966
|
+
|
40967
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40968
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40969
|
+
Request 4cd096673321e87af4000060: Client 4cd096673321e87af400005f granted access code a24cabe5fc73e270381acdb5030dc0f1ea5482ec8b72b68be790fb13bac992c5
|
40970
|
+
Access token ea47722049b8145e25dd50e6ea70b5ccc862fe1c92f285f1dbba5976226983ec granted to client UberClient, identity Superman
|
40971
|
+
Request 4cd096673321e87af4000062: Client UberClient requested code with scope read write
|
40972
|
+
|
40973
|
+
|
40974
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40975
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000061", "client_secret"=>"f1728eca1d5ffd1523c15478f2bb30bdd1dc702c3aea7aec6d422573775b85aa", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40976
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000061&client_secret=f1728eca1d5ffd1523c15478f2bb30bdd1dc702c3aea7aec6d422573775b85aa&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40977
|
+
|
40978
|
+
|
40979
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40980
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40981
|
+
Request 4cd096673321e87af4000062: Client 4cd096673321e87af4000061 granted access code 922aae0bebbfdfda6471def2384c8eada71a30e3be1518f0725fe118b0145d3f
|
40982
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40983
|
+
Request 4cd096673321e87af4000064: Client UberClient requested code with scope read write
|
40984
|
+
|
40985
|
+
|
40986
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40987
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000063", "client_secret"=>"8cb236a63ca3bade59152932e26aa3c19cac2362bcdb15688b78da2eb55732dc", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
40988
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000063&client_secret=8cb236a63ca3bade59152932e26aa3c19cac2362bcdb15688b78da2eb55732dc&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
40989
|
+
|
40990
|
+
|
40991
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
40992
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
40993
|
+
Request 4cd096673321e87af4000064: Client 4cd096673321e87af4000063 granted access code d00271c0a2075d0d7011ed743b22a21d5d885a27153d0669cb963221687ea8b8
|
40994
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
40995
|
+
Request 4cd096673321e87af4000066: Client UberClient requested code with scope read write
|
40996
|
+
|
40997
|
+
|
40998
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
40999
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000065", "client_secret"=>"898ff02e300d37b5ccd4933e76a08537cf1c5fbdee8ef163eb53ffd4355b6e78", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41000
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000065&client_secret=898ff02e300d37b5ccd4933e76a08537cf1c5fbdee8ef163eb53ffd4355b6e78&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41001
|
+
|
41002
|
+
|
41003
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41004
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41005
|
+
Request 4cd096673321e87af4000066: Client 4cd096673321e87af4000065 granted access code 30b27338fe140bb359294c0a089d1250095dc02fb8b3232f35117b24de86d13b
|
41006
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41007
|
+
Request 4cd096673321e87af4000068: Client UberClient requested code with scope read write
|
41008
|
+
|
41009
|
+
|
41010
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41011
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000067", "client_secret"=>"011a49d04ff146102b50d45cf2b2eae5fad86f79dc4cdb5e47f43af7fbdcd39f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41012
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000067&client_secret=011a49d04ff146102b50d45cf2b2eae5fad86f79dc4cdb5e47f43af7fbdcd39f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41013
|
+
|
41014
|
+
|
41015
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41016
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41017
|
+
Request 4cd096673321e87af4000068: Client 4cd096673321e87af4000067 granted access code 0ad0152e509b3b68140cdcd73124ca68eddd514676d44aa6c012069547188186
|
41018
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41019
|
+
Request 4cd096673321e87af400006a: Client UberClient requested code with scope read write
|
41020
|
+
|
41021
|
+
|
41022
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41023
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000069", "client_secret"=>"5edc52647e7d71ea4056a986e408e7ef2f56c436d64e54c747d484be03234d26", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41024
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000069&client_secret=5edc52647e7d71ea4056a986e408e7ef2f56c436d64e54c747d484be03234d26&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41025
|
+
|
41026
|
+
|
41027
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41028
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41029
|
+
Request 4cd096673321e87af400006a: Client 4cd096673321e87af4000069 granted access code b77acb047ce53c9e888add501340c80f69ad2fa226bd1563e1aec4c121578659
|
41030
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41031
|
+
Request 4cd096673321e87af400006c: Client UberClient requested code with scope read write
|
41032
|
+
|
41033
|
+
|
41034
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41035
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400006b", "client_secret"=>"af2d8e31558e1f0a9f25683d9935ec4f934432a5a4a0506fbaf275455c27a164", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41036
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400006b&client_secret=af2d8e31558e1f0a9f25683d9935ec4f934432a5a4a0506fbaf275455c27a164&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41037
|
+
|
41038
|
+
|
41039
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41040
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41041
|
+
Request 4cd096673321e87af400006c: Client 4cd096673321e87af400006b granted access code b03aebdc172c1ea088e3ca11c48480754acfab958e70d843928e808e1a403488
|
41042
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41043
|
+
Request 4cd096673321e87af400006e: Client UberClient requested code with scope read write
|
41044
|
+
|
41045
|
+
|
41046
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41047
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400006d", "client_secret"=>"6af481e89969affcb7f5fa18211d9d348d1bedc3d892775af3bf005a2783d1ea", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41048
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400006d&client_secret=6af481e89969affcb7f5fa18211d9d348d1bedc3d892775af3bf005a2783d1ea&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41049
|
+
|
41050
|
+
|
41051
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41052
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41053
|
+
Request 4cd096673321e87af400006e: Client 4cd096673321e87af400006d granted access code a86c3386208a462812d3c8039d08634d5358f7fba62330c0937c03022ceffddb
|
41054
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41055
|
+
Request 4cd096673321e87af4000070: Client UberClient requested code with scope read write
|
41056
|
+
|
41057
|
+
|
41058
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41059
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400006f", "client_secret"=>"ddbb6a536ace9fd48c20b66e357c314d2d3b501a95cd93bff36656f1f0441d05", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41060
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400006f&client_secret=ddbb6a536ace9fd48c20b66e357c314d2d3b501a95cd93bff36656f1f0441d05&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41061
|
+
|
41062
|
+
|
41063
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41064
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41065
|
+
Request 4cd096673321e87af4000070: Client 4cd096673321e87af400006f granted access code 5f645875aa0d6dcecd9ad3760e343caf9a8b3e7da323f90932096c4ddcb7035b
|
41066
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41067
|
+
Request 4cd096673321e87af4000072: Client UberClient requested code with scope read write
|
41068
|
+
|
41069
|
+
|
41070
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41071
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000071", "client_secret"=>"836c0c1bcc8379829332ab6fe20d302934352b459b9ee47a83bac3eff3c770da", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41072
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000071&client_secret=836c0c1bcc8379829332ab6fe20d302934352b459b9ee47a83bac3eff3c770da&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41073
|
+
|
41074
|
+
|
41075
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41076
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41077
|
+
Request 4cd096673321e87af4000072: Client 4cd096673321e87af4000071 granted access code 9698a23d7a575debdc8931262dc22122e9d60cda1c0b6bfebfbddff0bf3b1743
|
41078
|
+
Access token request error: invalid_grant This access grant is no longer valid.
|
41079
|
+
Request 4cd096673321e87af4000074: Client UberClient requested code with scope read write
|
41080
|
+
|
41081
|
+
|
41082
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41083
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000073", "client_secret"=>"5df71a430638c71827a9ffbc1fc35ca8fc09884d3f405ee3b8768ed6cb9c6b8f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41084
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000073&client_secret=5df71a430638c71827a9ffbc1fc35ca8fc09884d3f405ee3b8768ed6cb9c6b8f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41085
|
+
|
41086
|
+
|
41087
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41088
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41089
|
+
Request 4cd096673321e87af4000074: Client 4cd096673321e87af4000073 granted access code d389a015eff2f5381a429164d22e80fc3558b54b10e2055506fc9be750bf24ee
|
41090
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
41091
|
+
Request 4cd096673321e87af4000076: Client UberClient requested code with scope read write
|
41092
|
+
|
41093
|
+
|
41094
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41095
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000075", "client_secret"=>"9461c365cea213b8132ca9b251f7047efb59653c23282e4873c7ec8775e157e3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41096
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000075&client_secret=9461c365cea213b8132ca9b251f7047efb59653c23282e4873c7ec8775e157e3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41097
|
+
|
41098
|
+
|
41099
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41100
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41101
|
+
Request 4cd096673321e87af4000076: Client 4cd096673321e87af4000075 granted access code 38a8eb1e5a9d7f38b02cbdd5965fcad11f26a6f44bba63c713fdcd409ea71085
|
41102
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
41103
|
+
Request 4cd096673321e87af4000078: Client UberClient requested code with scope read write
|
41104
|
+
|
41105
|
+
|
41106
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41107
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000077", "client_secret"=>"b6cf64aad88596166e8417beb83808adbee5c7307955db877537811f9d0ef880", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41108
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000077&client_secret=b6cf64aad88596166e8417beb83808adbee5c7307955db877537811f9d0ef880&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41109
|
+
|
41110
|
+
|
41111
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41112
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41113
|
+
Request 4cd096673321e87af4000078: Client 4cd096673321e87af4000077 granted access code 794928f7ad18e3d9b1f61301720de26195b0c0f3aa51ed41a45cdc8240a19a17
|
41114
|
+
Access token request error: unsupported_grant_type This access grant type is not supported by this server.
|
41115
|
+
Request 4cd096673321e87af400007a: Client UberClient requested code with scope read write
|
41116
|
+
|
41117
|
+
|
41118
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41119
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000079", "client_secret"=>"a952d6e8c2eb6225d201ed3a42420b2eed7c799430d23a4957b2248e6e1842e3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41120
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000079&client_secret=a952d6e8c2eb6225d201ed3a42420b2eed7c799430d23a4957b2248e6e1842e3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41121
|
+
|
41122
|
+
|
41123
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41124
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41125
|
+
Request 4cd096673321e87af400007a: Client 4cd096673321e87af4000079 granted access code bafd59c9cdd6f00bc7b8c7aa9ee03a5c95e0d4e85a41b96cd71787fa067bda2b
|
41126
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
41127
|
+
Request 4cd096673321e87af400007c: Client UberClient requested code with scope read write
|
41128
|
+
|
41129
|
+
|
41130
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41131
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400007b", "client_secret"=>"6b1063f4c0a1e89fe4d4d8321acd38f0c1a911095dddaf2892ef82dfd436f340", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41132
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400007b&client_secret=6b1063f4c0a1e89fe4d4d8321acd38f0c1a911095dddaf2892ef82dfd436f340&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41133
|
+
|
41134
|
+
|
41135
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41136
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41137
|
+
Request 4cd096673321e87af400007c: Client 4cd096673321e87af400007b granted access code 75d9613c1c5ddb6d93f1ece47da005a383fa49d088aef6371b771e251ca6c7b1
|
41138
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
41139
|
+
Request 4cd096673321e87af400007e: Client UberClient requested code with scope read write
|
41140
|
+
|
41141
|
+
|
41142
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41143
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400007d", "client_secret"=>"0535162f494e8e36b3ac0f54b51a72697b45a2a6e83873c2c01bc4dea8d44702", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41144
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400007d&client_secret=0535162f494e8e36b3ac0f54b51a72697b45a2a6e83873c2c01bc4dea8d44702&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41145
|
+
|
41146
|
+
|
41147
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41148
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41149
|
+
Request 4cd096673321e87af400007e: Client 4cd096673321e87af400007d granted access code 7a8beb11c54821dc9ab70c7ef1c42ecc9d47be0d8f789c168f64f997277b05e6
|
41150
|
+
Access token request error: invalid_scope The requested scope is not supported.
|
41151
|
+
Request 4cd096673321e87af4000080: Client UberClient requested code with scope read write
|
41152
|
+
|
41153
|
+
|
41154
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41155
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af400007f", "client_secret"=>"d71680462af855880c6097e41f144e58e54c1352cb597e73cbc2636212ce3007", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41156
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af400007f&client_secret=d71680462af855880c6097e41f144e58e54c1352cb597e73cbc2636212ce3007&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41157
|
+
|
41158
|
+
|
41159
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41160
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41161
|
+
Request 4cd096673321e87af4000080: Client 4cd096673321e87af400007f granted access code 0165c155097aa0cd5142b83744e2d8db800ca6dd5a300aad5008c3f43cc15966
|
41162
|
+
Access token bcc86b47df2b0a6c93d520a6219a8ca93ca27df0d20f2c183563bb273c291248 granted to client UberClient, identity Superman
|
41163
|
+
Request 4cd096673321e87af4000082: Client UberClient requested code with scope read write
|
41164
|
+
|
41165
|
+
|
41166
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41167
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000081", "client_secret"=>"4f3835dc6defc3a7317464c4abe20edb0733977e27bb6eb2f7f77ca10c9f36f7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41168
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000081&client_secret=4f3835dc6defc3a7317464c4abe20edb0733977e27bb6eb2f7f77ca10c9f36f7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41169
|
+
|
41170
|
+
|
41171
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41172
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41173
|
+
Request 4cd096673321e87af4000082: Client 4cd096673321e87af4000081 granted access code 06e653be23cfab1df3568576819df259c43d6e4f4dda2179be5f591abb709735
|
41174
|
+
Access token 2f864f476e75a2be893ab50cdf7414afb712d31d36b6bd0629e79d9479817c59 granted to client UberClient, identity Superman
|
41175
|
+
Request 4cd096673321e87af4000084: Client UberClient requested code with scope read write
|
41176
|
+
|
41177
|
+
|
41178
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41179
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000083", "client_secret"=>"91941b454c286e0e317aea5c8785668bb84a38d4957ccd5eb92d2598020be9bd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41180
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000083&client_secret=91941b454c286e0e317aea5c8785668bb84a38d4957ccd5eb92d2598020be9bd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41181
|
+
|
41182
|
+
|
41183
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41184
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41185
|
+
Request 4cd096673321e87af4000084: Client 4cd096673321e87af4000083 granted access code 52c34d0f84744f2f01259dc683937cef723daf35dfcd9f304a78074d5e9fd385
|
41186
|
+
Access token d1f36adf966c50feb907361172fa80387ea1a9ac82997788f19a5681cc8e2ec7 granted to client UberClient, identity Superman
|
41187
|
+
Request 4cd096673321e87af4000086: Client UberClient requested code with scope read write
|
41188
|
+
|
41189
|
+
|
41190
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41191
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000085", "client_secret"=>"c84a742f642328a21070ed378d936cb5d8161998ba68ed8580ffc4062edba179", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41192
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000085&client_secret=c84a742f642328a21070ed378d936cb5d8161998ba68ed8580ffc4062edba179&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41193
|
+
|
41194
|
+
|
41195
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41196
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41197
|
+
Request 4cd096673321e87af4000086: Client 4cd096673321e87af4000085 granted access code dee452a0b576f3ac3e8056afb9a0dd67038041dd10b3c23fd0e600331dcc85a8
|
41198
|
+
Access token 56ca6bfbe0ba0fa4042f1365774b8598914b781f55c36561d1a4ce0cd397826c granted to client UberClient, identity Superman
|
41199
|
+
Request 4cd096673321e87af4000088: Client UberClient requested code with scope read write
|
41200
|
+
|
41201
|
+
|
41202
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41203
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000087", "client_secret"=>"5f3cc4f39ffe0cabff4311fb2fa9148f7b0d38b20db61b229845d79eb0fb21a3", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41204
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000087&client_secret=5f3cc4f39ffe0cabff4311fb2fa9148f7b0d38b20db61b229845d79eb0fb21a3&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41205
|
+
|
41206
|
+
|
41207
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:27) [POST]
|
41208
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41209
|
+
Request 4cd096673321e87af4000088: Client 4cd096673321e87af4000087 granted access code c910deebc89c4c8ffb3c4dd7736c6f9c4b84a9b4f6f82a835757029267aafe82
|
41210
|
+
Access token 8c56cbf9c040a92b0b08256c3a63a1ab4b0d81b398215615d9ef2f8999d90ca0 granted to client UberClient, identity Superman
|
41211
|
+
Request 4cd096673321e87af400008a: Client UberClient requested code with scope read write
|
41212
|
+
|
41213
|
+
|
41214
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:27) [GET]
|
41215
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096673321e87af4000089", "client_secret"=>"2d40eade0393217bac9b267dfd719cb0210c49db66f0c5e2341b27c2cf2b8767", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41216
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096673321e87af4000089&client_secret=2d40eade0393217bac9b267dfd719cb0210c49db66f0c5e2341b27c2cf2b8767&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41217
|
+
|
41218
|
+
|
41219
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41220
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41221
|
+
Request 4cd096673321e87af400008a: Client 4cd096673321e87af4000089 granted access code eeff3d324c72a0fb84843adf5b02f7befd9afc1420ac33fd5e1fff60e5aaba43
|
41222
|
+
Access token 86d9ba281b903ce371e1d5f7e9148f99e56b1713873b6fce760aea807f39c442 granted to client UberClient, identity Superman
|
41223
|
+
Request 4cd096683321e87af400008c: Client UberClient requested code with scope read write
|
41224
|
+
|
41225
|
+
|
41226
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41227
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400008b", "client_secret"=>"9d2978ba3f61f50e45f0edbc991f47a3b6be2eb4c8a7f3370cfd3d144ac69112", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41228
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400008b&client_secret=9d2978ba3f61f50e45f0edbc991f47a3b6be2eb4c8a7f3370cfd3d144ac69112&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41229
|
+
|
41230
|
+
|
41231
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41232
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41233
|
+
Request 4cd096683321e87af400008c: Client 4cd096683321e87af400008b granted access code 23f043f1a19fa5fe7c949bc5f8a0520fe7bc8c73b335b688557d97a1bbb81bb2
|
41234
|
+
Access token 706ad50c8ee42f160436f5923ac79dc48e623e255197a9bcae81ba3479f64ef8 granted to client UberClient, identity Superman
|
41235
|
+
Request 4cd096683321e87af400008e: Client UberClient requested code with scope read write
|
41236
|
+
|
41237
|
+
|
41238
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41239
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400008d", "client_secret"=>"f62f776277bd4cae2f77434039185b31907c52c122e7631b681e32041fa6133f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41240
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400008d&client_secret=f62f776277bd4cae2f77434039185b31907c52c122e7631b681e32041fa6133f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41241
|
+
|
41242
|
+
|
41243
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41244
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41245
|
+
Request 4cd096683321e87af400008e: Client 4cd096683321e87af400008d granted access code aa3b9ffde88db7a06ff6c155d59ebd341e9d2244d67f5415864c0d27d755a8bc
|
41246
|
+
Access token 6ee70667c8c7056af34278bdb41b9c05c83aacd0b02f396f516afd551493e606 granted to client UberClient, identity Superman
|
41247
|
+
Request 4cd096683321e87af4000090: Client UberClient requested code with scope read write
|
41248
|
+
|
41249
|
+
|
41250
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41251
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400008f", "client_secret"=>"51445573610124576fc795bc76b924cc3c21fdfb53b7544f5f7a5aa58852ac4d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41252
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400008f&client_secret=51445573610124576fc795bc76b924cc3c21fdfb53b7544f5f7a5aa58852ac4d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41253
|
+
|
41254
|
+
|
41255
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41256
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41257
|
+
Request 4cd096683321e87af4000090: Client 4cd096683321e87af400008f granted access code d6ac0759db7c2f18d8095adf2ff50139052a9dbd0e1800a58d3ca01a75e8d66a
|
41258
|
+
Access token 232337374160e9f227300dbcc1a43c0a792f6ac5c7512d6ae6a93c0f66715f89 granted to client UberClient, identity Superman
|
41259
|
+
Request 4cd096683321e87af4000092: Client UberClient requested code with scope read write
|
41260
|
+
|
41261
|
+
|
41262
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41263
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af4000091", "client_secret"=>"080093ec2352b1cae690e46180559e80eafd5297423989807173fd58b5e841b0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41264
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af4000091&client_secret=080093ec2352b1cae690e46180559e80eafd5297423989807173fd58b5e841b0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41265
|
+
|
41266
|
+
|
41267
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41268
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41269
|
+
Request 4cd096683321e87af4000092: Client 4cd096683321e87af4000091 granted access code 7ab85bfa255937806250a4a055cc5fd6be72ca375ff141e8b607663707102517
|
41270
|
+
Access token 6d42960444459d2827fe92241a86c5e2b54b9bec491afd435c2e7f71e1660c89 granted to client UberClient, identity Superman
|
41271
|
+
Request 4cd096683321e87af4000094: Client UberClient requested code with scope read write
|
41272
|
+
|
41273
|
+
|
41274
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41275
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af4000093", "client_secret"=>"85cdaf7cc0611e3c1f242911e9e899918a9845944ea964109d9bd2731d8d5028", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41276
|
+
Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af4000093&client_secret=85cdaf7cc0611e3c1f242911e9e899918a9845944ea964109d9bd2731d8d5028&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41277
|
+
|
41278
|
+
|
41279
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41280
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41281
|
+
Request 4cd096683321e87af4000094: Client 4cd096683321e87af4000093 granted access code 633b21c4e56aee1a870518522dedd5ef057f73552ecb658006c0296bdfc0d3ce
|
41282
|
+
Access token 2bf6d7ef110f95a9e18935b0d2a36ae70cd2108f1fdf01b1caf3c0d48f83bac1 granted to client UberClient, identity Superman
|
41283
|
+
Request 4cd096683321e87af4000096: Client UberClient requested code with scope read write
|
41284
|
+
|
41285
|
+
|
41286
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41287
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af4000095", "client_secret"=>"21071440e67ac701ec954931bbab162271b32d603d419829e532f629bec71ec8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41288
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af4000095&client_secret=21071440e67ac701ec954931bbab162271b32d603d419829e532f629bec71ec8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41289
|
+
|
41290
|
+
|
41291
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41292
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41293
|
+
Request 4cd096683321e87af4000096: Client 4cd096683321e87af4000095 granted access code ed7b5d57fb5ee7d3202d8a0a86757787ac5cce00ca979201b528f83b051257a1
|
41294
|
+
Access token 3b1e02f9e3ab907bbab79a2642bddbf977114468316d31b6fdcc0aabbc18dd3f granted to client UberClient, identity Superman
|
41295
|
+
Request 4cd096683321e87af4000098: Client UberClient requested code with scope read write
|
41296
|
+
|
41297
|
+
|
41298
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41299
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af4000097", "client_secret"=>"bc5173fa8756c3f38ed96ed33af27b88ca9e471a5868a67353cf4a1e7f7e4d05", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41300
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af4000097&client_secret=bc5173fa8756c3f38ed96ed33af27b88ca9e471a5868a67353cf4a1e7f7e4d05&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41301
|
+
|
41302
|
+
|
41303
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41304
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41305
|
+
Request 4cd096683321e87af4000098: Client 4cd096683321e87af4000097 granted access code 55f5713d7817d222e3100d8752edfeb58849c786de556e9cd9529d23925121f1
|
41306
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
41307
|
+
Request 4cd096683321e87af400009a: Client UberClient requested code with scope read write
|
41308
|
+
|
41309
|
+
|
41310
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41311
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af4000099", "client_secret"=>"0e45a8a8fbcc721b89ef7f44e30001fbbcfedcffd8e904a2fbfebbb37e2462cb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41312
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af4000099&client_secret=0e45a8a8fbcc721b89ef7f44e30001fbbcfedcffd8e904a2fbfebbb37e2462cb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41313
|
+
|
41314
|
+
|
41315
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41316
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41317
|
+
Request 4cd096683321e87af400009a: Client 4cd096683321e87af4000099 granted access code cb5357a15099ffd10a0c57370fe7a86f9c41fb6bd7f260c396b0e1f31e179463
|
41318
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
41319
|
+
Request 4cd096683321e87af400009c: Client UberClient requested code with scope read write
|
41320
|
+
|
41321
|
+
|
41322
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41323
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400009b", "client_secret"=>"d18222d8a4ed8e5c869370811a00cac4958204a80b40b1ae1d6081820633225a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41324
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400009b&client_secret=d18222d8a4ed8e5c869370811a00cac4958204a80b40b1ae1d6081820633225a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41325
|
+
|
41326
|
+
|
41327
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41328
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41329
|
+
Request 4cd096683321e87af400009c: Client 4cd096683321e87af400009b granted access code dff142c5bcc34df9e4d0f3e4170f67db34e1dff534834357626aff04c0e91f09
|
41330
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
41331
|
+
Request 4cd096683321e87af400009e: Client UberClient requested code with scope read write
|
41332
|
+
|
41333
|
+
|
41334
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41335
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400009d", "client_secret"=>"394c5710925f89b8a736192531cf9dad1272989cd39b3a95cbe58818ca61c9f9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41336
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400009d&client_secret=394c5710925f89b8a736192531cf9dad1272989cd39b3a95cbe58818ca61c9f9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41337
|
+
|
41338
|
+
|
41339
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41340
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41341
|
+
Request 4cd096683321e87af400009e: Client 4cd096683321e87af400009d granted access code 6b2f040e427cce51101e212eb87fb3892c76236c18f4d280474a951293c17f47
|
41342
|
+
Access token request error: invalid_client Client ID and client secret do not match.
|
41343
|
+
Request 4cd096683321e87af40000a0: Client UberClient requested code with scope read write
|
41344
|
+
|
41345
|
+
|
41346
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41347
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af400009f", "client_secret"=>"2468dd3691fef70cfaa671fc9bb935933ae666e18eb46a86aad2c0739b9ef238", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41348
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af400009f&client_secret=2468dd3691fef70cfaa671fc9bb935933ae666e18eb46a86aad2c0739b9ef238&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41349
|
+
|
41350
|
+
|
41351
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41352
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41353
|
+
Request 4cd096683321e87af40000a0: Client 4cd096683321e87af400009f granted access code 71b628484a92f5fb5c2c49bf690a23e602bf8454c35428efca82524a220f14ac
|
41354
|
+
Access token 90f832e44a2b8f7193f12e08012567ab8fdff1f52284fee4a90cc46eb7c8d5a8 granted to client UberClient, identity Superman
|
41355
|
+
HTTP authorization failed invalid_token
|
41356
|
+
Request 4cd096683321e87af40000a2: Client UberClient requested code with scope read write
|
41357
|
+
|
41358
|
+
|
41359
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41360
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000a1", "client_secret"=>"552f7af9ebca21c502f70822f647d87a9cc904e7ac24a78a7d1c0d7b9a11fb16", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41361
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000a1&client_secret=552f7af9ebca21c502f70822f647d87a9cc904e7ac24a78a7d1c0d7b9a11fb16&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41362
|
+
|
41363
|
+
|
41364
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41365
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41366
|
+
Request 4cd096683321e87af40000a2: Client 4cd096683321e87af40000a1 granted access code 094408239aaf2cd9fd7bdab93ee3b95dd164b01118351d115f0f0c66b7353530
|
41367
|
+
Access token 193b4585f5e637a5ae2615d1c18645e382a1de2b287c4e33c93bff21b78591e7 granted to client UberClient, identity Superman
|
41368
|
+
HTTP authorization failed invalid_token
|
41369
|
+
Request 4cd096683321e87af40000a4: Client UberClient requested code with scope read write
|
41370
|
+
|
41371
|
+
|
41372
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41373
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000a3", "client_secret"=>"37242e6f63cdf1357d337df52770c0be4e93cd11f8556d3894cb78999b7f537a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41374
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000a3&client_secret=37242e6f63cdf1357d337df52770c0be4e93cd11f8556d3894cb78999b7f537a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41375
|
+
|
41376
|
+
|
41377
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41378
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41379
|
+
Request 4cd096683321e87af40000a4: Client 4cd096683321e87af40000a3 granted access code 442a68b45cb7b53973b10de2be8b92317ac38e3beaa68e5ea05fe4c7133a5090
|
41380
|
+
Access token b58f031fe848335c4c6b9f6e371df0eebbf20c8b99e37d0a5d0deaea46bd2905 granted to client UberClient, identity Superman
|
41381
|
+
HTTP authorization failed invalid_token
|
41382
|
+
Request 4cd096683321e87af40000a6: Client UberClient requested code with scope read write
|
41383
|
+
|
41384
|
+
|
41385
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41386
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000a5", "client_secret"=>"1acc26009a081a5625de4f81729de18850e7661afb2adbaae2bc732f1535a438", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41387
|
+
Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000a5&client_secret=1acc26009a081a5625de4f81729de18850e7661afb2adbaae2bc732f1535a438&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41388
|
+
|
41389
|
+
|
41390
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41391
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41392
|
+
Request 4cd096683321e87af40000a6: Client 4cd096683321e87af40000a5 granted access code 422451d897d19810f639424830efb726f0aa75fda808249e204c86a866fd98e9
|
41393
|
+
Access token d32111e8180fa5e6deaaed07fc55c05a2b09af3cadaf3ccfd97b92746e9464fe granted to client UberClient, identity Superman
|
41394
|
+
HTTP authorization failed invalid_token
|
41395
|
+
Request 4cd096683321e87af40000a8: Client UberClient requested code with scope read write
|
41396
|
+
|
41397
|
+
|
41398
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41399
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000a7", "client_secret"=>"30378321a89521a21e3d8504c56907bca1bbcbe9a193720da7cfefb7f3dda9c4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41400
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000a7&client_secret=30378321a89521a21e3d8504c56907bca1bbcbe9a193720da7cfefb7f3dda9c4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41401
|
+
|
41402
|
+
|
41403
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41404
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41405
|
+
Request 4cd096683321e87af40000a8: Client 4cd096683321e87af40000a7 granted access code acbfce2c054c7413eddfb1badeb988943e7acc75928da2ab738b684f772a5623
|
41406
|
+
Access token 5449e9dd7a6dfa4a2eb52a21aea02c3e85c04309727fcb58e90d8128e559a37e granted to client UberClient, identity Superman
|
41407
|
+
Authorized Superman
|
41408
|
+
|
41409
|
+
|
41410
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41411
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/change]
|
41412
|
+
Request 4cd096683321e87af40000aa: Client UberClient requested code with scope read write
|
41413
|
+
|
41414
|
+
|
41415
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41416
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000a9", "client_secret"=>"4692242f2870d2e63cfd645772f01976183a178149125253afc3807463705c99", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41417
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000a9&client_secret=4692242f2870d2e63cfd645772f01976183a178149125253afc3807463705c99&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41418
|
+
|
41419
|
+
|
41420
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41421
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41422
|
+
Request 4cd096683321e87af40000aa: Client 4cd096683321e87af40000a9 granted access code e9224c0047dd6007e75cf086f5c47cab93fb7a5fd3f572510994d72d30b028a2
|
41423
|
+
Access token 2d9b73eda3d0d826872dd8617b6a07cc9e59bf5e09759519980546ac2de5e93f granted to client UberClient, identity Superman
|
41424
|
+
Authorized Superman
|
41425
|
+
|
41426
|
+
|
41427
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41428
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
41429
|
+
Request 4cd096683321e87af40000ac: Client UberClient requested code with scope read write
|
41430
|
+
|
41431
|
+
|
41432
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41433
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000ab", "client_secret"=>"f029b5efe0e1923a0d5de342577b8d30b4a233a9c465047c98574124926f69d0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41434
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000ab&client_secret=f029b5efe0e1923a0d5de342577b8d30b4a233a9c465047c98574124926f69d0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41435
|
+
|
41436
|
+
|
41437
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41438
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41439
|
+
Request 4cd096683321e87af40000ac: Client 4cd096683321e87af40000ab granted access code 2b826508f377e91c17a27c0f2facaff76d576eb66e6d91428ebc21d7cfc6c72a
|
41440
|
+
Access token 35daef18de91e81da2dd96f5836a3f85865ab2e7bdb9b68ddb35b41512fec722 granted to client UberClient, identity Superman
|
41441
|
+
HTTP authorization failed invalid_token
|
41442
|
+
Request 4cd096683321e87af40000ae: Client UberClient requested code with scope read write
|
41443
|
+
|
41444
|
+
|
41445
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41446
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000ad", "client_secret"=>"ac5035cb6a798d3c52d05403ef327c16a0d8b617a76131341b0c5c39b92e9762", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41447
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000ad&client_secret=ac5035cb6a798d3c52d05403ef327c16a0d8b617a76131341b0c5c39b92e9762&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41448
|
+
|
41449
|
+
|
41450
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41451
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41452
|
+
Request 4cd096683321e87af40000ae: Client 4cd096683321e87af40000ad granted access code 38df8a7b7ebc6309bd7ea17bb22c4a2b6418ac8dc7084ec18cbd0d2b3293faee
|
41453
|
+
Access token d0f1266bd6bdde574d6ae7e1ce2938a1c18912b570ed25ebc62abd8aaa8df2b6 granted to client UberClient, identity Superman
|
41454
|
+
HTTP authorization failed invalid_token
|
41455
|
+
Request 4cd096683321e87af40000b0: Client UberClient requested code with scope read write
|
41456
|
+
|
41457
|
+
|
41458
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41459
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000af", "client_secret"=>"6ff7581c3f51f983329bae0da3685c58ebf7d285b08beeabd3951053b5ec0d2e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41460
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000af&client_secret=6ff7581c3f51f983329bae0da3685c58ebf7d285b08beeabd3951053b5ec0d2e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41461
|
+
|
41462
|
+
|
41463
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41464
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41465
|
+
Request 4cd096683321e87af40000b0: Client 4cd096683321e87af40000af granted access code dd4454bb924b32962b40943ea1b9f28bf69548a457e2a89f1a3c232a61d8af55
|
41466
|
+
Access token f229a7686124186c9f654e315edeb4eb08a489bbdcf962cb59d480bc76525675 granted to client UberClient, identity Superman
|
41467
|
+
HTTP authorization failed invalid_token
|
41468
|
+
Request 4cd096683321e87af40000b2: Client UberClient requested code with scope read write
|
41469
|
+
|
41470
|
+
|
41471
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41472
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000b1", "client_secret"=>"647b752288b1e137890c7673230466dc4a298ee6314a183c2a7c39b23d7968dd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41473
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000b1&client_secret=647b752288b1e137890c7673230466dc4a298ee6314a183c2a7c39b23d7968dd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41474
|
+
|
41475
|
+
|
41476
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41477
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41478
|
+
Request 4cd096683321e87af40000b2: Client 4cd096683321e87af40000b1 granted access code b33491966e994e76cfc43eb80797913ce140970fbea88d5857898bcad2fdf10f
|
41479
|
+
Access token b35f9f0ea6c4b25daa1bb8af0b1e54ca42482f3b85d0f9715e8d72973eb5eeec granted to client UberClient, identity Superman
|
41480
|
+
HTTP authorization failed invalid_token
|
41481
|
+
Request 4cd096683321e87af40000b4: Client UberClient requested code with scope read write
|
41482
|
+
|
41483
|
+
|
41484
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41485
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000b3", "client_secret"=>"22456b62e61ff0dfbef94ce993a86a18323361225ac9ce76e4b9456eca755ce2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41486
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000b3&client_secret=22456b62e61ff0dfbef94ce993a86a18323361225ac9ce76e4b9456eca755ce2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41487
|
+
|
41488
|
+
|
41489
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41490
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41491
|
+
Request 4cd096683321e87af40000b4: Client 4cd096683321e87af40000b3 granted access code b3b694d6c6de2687702c2c503ffae5160205f28856098a5ef4cd5f452773a5ba
|
41492
|
+
Access token ecfe406fd15532288c6b71ef9afee4520afad723944e3ab47fc672ee206b3437 granted to client UberClient, identity Superman
|
41493
|
+
Authorized Superman
|
41494
|
+
|
41495
|
+
|
41496
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41497
|
+
Parameters: {"oauth_token"=>"ecfe406fd15532288c6b71ef9afee4520afad723944e3ab47fc672ee206b3437"}
|
41498
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
41499
|
+
Request 4cd096683321e87af40000b6: Client UberClient requested code with scope read write
|
41500
|
+
|
41501
|
+
|
41502
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41503
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000b5", "client_secret"=>"4377b314b3d5883250631a1268d869725463ebbb2b8f84882b9e138b1af71b5e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41504
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000b5&client_secret=4377b314b3d5883250631a1268d869725463ebbb2b8f84882b9e138b1af71b5e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41505
|
+
|
41506
|
+
|
41507
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41508
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41509
|
+
Request 4cd096683321e87af40000b6: Client 4cd096683321e87af40000b5 granted access code 572338086c96b8e48919a05cd0e2167cfeb97e21a7541504c3cb6088c89ae9c3
|
41510
|
+
Access token a2a9404361f5a20f4eec839d41e1f058863ad737c3eda6ad963fce40c9746850 granted to client UberClient, identity Superman
|
41511
|
+
Authorized Superman
|
41512
|
+
|
41513
|
+
|
41514
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41515
|
+
Parameters: {"oauth_token"=>"a2a9404361f5a20f4eec839d41e1f058863ad737c3eda6ad963fce40c9746850"}
|
41516
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
|
41517
|
+
Request 4cd096683321e87af40000b8: Client UberClient requested code with scope read write
|
41518
|
+
|
41519
|
+
|
41520
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41521
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000b7", "client_secret"=>"c272ea4ab4d4c90d4341d21fc19cf4ea28628ea5630270595aa7c7c604ecb260", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41522
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000b7&client_secret=c272ea4ab4d4c90d4341d21fc19cf4ea28628ea5630270595aa7c7c604ecb260&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41523
|
+
|
41524
|
+
|
41525
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41526
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41527
|
+
Request 4cd096683321e87af40000b8: Client 4cd096683321e87af40000b7 granted access code 0f635bf04f5aae0c006aeff89a52036cc47e50a007c791c99d08278add0482b3
|
41528
|
+
Access token ac0fb0ea34c0648da30fad3286c1bdd74d816f9222d186b03f1a24de9b9d1e63 granted to client UberClient, identity Superman
|
41529
|
+
|
41530
|
+
|
41531
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41532
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41533
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
41534
|
+
Request 4cd096683321e87af40000ba: Client UberClient requested code with scope read write
|
41535
|
+
|
41536
|
+
|
41537
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41538
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000b9", "client_secret"=>"cdbb892324ed0b5abc09ac55d090cc0195e804827c4b14ba7bd324da9f17d355", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41539
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000b9&client_secret=cdbb892324ed0b5abc09ac55d090cc0195e804827c4b14ba7bd324da9f17d355&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41540
|
+
|
41541
|
+
|
41542
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41543
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41544
|
+
Request 4cd096683321e87af40000ba: Client 4cd096683321e87af40000b9 granted access code f749ffb7b5493ad2ad15c97f7f9ba80e24d9f01ffd36340ff0388b5663e3bd80
|
41545
|
+
Access token ea2c4fabb103cb1b5d6b74df6316f0e8bd654f5847677f7688be8e847eb31e90 granted to client UberClient, identity Superman
|
41546
|
+
|
41547
|
+
|
41548
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41549
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41550
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
41551
|
+
Request 4cd096683321e87af40000bc: Client UberClient requested code with scope read write
|
41552
|
+
|
41553
|
+
|
41554
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41555
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000bb", "client_secret"=>"65c0bf7d3101f6dbd031860c3d48ad8547a5d6e2b8bb0a93c76ea147e7656ffd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41556
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000bb&client_secret=65c0bf7d3101f6dbd031860c3d48ad8547a5d6e2b8bb0a93c76ea147e7656ffd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41557
|
+
|
41558
|
+
|
41559
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41560
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41561
|
+
Request 4cd096683321e87af40000bc: Client 4cd096683321e87af40000bb granted access code c88c9bf631bbb194d9ab0a5449b5d3da685b5599cad1b7a2a942f2a265a572f1
|
41562
|
+
Access token 3c9dc855174cc2e3f8575b02ede6315872a342a395a4a0604277c281effa2a0a granted to client UberClient, identity Superman
|
41563
|
+
|
41564
|
+
|
41565
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41566
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41567
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
41568
|
+
Request 4cd096683321e87af40000be: Client UberClient requested code with scope read write
|
41569
|
+
|
41570
|
+
|
41571
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41572
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000bd", "client_secret"=>"e98851e1532b2f7eb5918513e68b2df109ec9fc329b45a13f80a80086b883462", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41573
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000bd&client_secret=e98851e1532b2f7eb5918513e68b2df109ec9fc329b45a13f80a80086b883462&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41574
|
+
|
41575
|
+
|
41576
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41577
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41578
|
+
Request 4cd096683321e87af40000be: Client 4cd096683321e87af40000bd granted access code 48ecc44fe392c571e14dad84ec665f2a5b3e2adbba04a02427e0665070957c9b
|
41579
|
+
Access token fc80a705d510a0bda2552e70a6b9d53133080c4410878fc954448f6a954468e6 granted to client UberClient, identity Superman
|
41580
|
+
|
41581
|
+
|
41582
|
+
Processing ApiController#change (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41583
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41584
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
|
41585
|
+
Request 4cd096683321e87af40000c0: Client UberClient requested code with scope read write
|
41586
|
+
|
41587
|
+
|
41588
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41589
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000bf", "client_secret"=>"892d6ee10584dc9b6d20736e50185958b44dcca7c180b9be7218ca8b5997caf4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41590
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000bf&client_secret=892d6ee10584dc9b6d20736e50185958b44dcca7c180b9be7218ca8b5997caf4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41591
|
+
|
41592
|
+
|
41593
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41594
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41595
|
+
Request 4cd096683321e87af40000c0: Client 4cd096683321e87af40000bf granted access code 06def6d82a8462fd0aae7856d49be983e54198d0f2e21155b6f0db4ad4d00d3c
|
41596
|
+
Access token e761af92d99bff51dc08298e593fcfbe580e9c659b60396535944d2ec0a74190 granted to client UberClient, identity Superman
|
41597
|
+
Authorized Superman
|
41598
|
+
|
41599
|
+
|
41600
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41601
|
+
Parameters: {"oauth_token"=>"e761af92d99bff51dc08298e593fcfbe580e9c659b60396535944d2ec0a74190"}
|
41602
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41603
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=e761af92d99bff51dc08298e593fcfbe580e9c659b60396535944d2ec0a74190]
|
41604
|
+
Request 4cd096683321e87af40000c2: Client UberClient requested code with scope read write
|
41605
|
+
|
41606
|
+
|
41607
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41608
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000c1", "client_secret"=>"91f755e0516fd0d41bca93ca8dfa6e10876fdd88a1b1473d2ea48572e19a5a7d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41609
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000c1&client_secret=91f755e0516fd0d41bca93ca8dfa6e10876fdd88a1b1473d2ea48572e19a5a7d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41610
|
+
|
41611
|
+
|
41612
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41613
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41614
|
+
Request 4cd096683321e87af40000c2: Client 4cd096683321e87af40000c1 granted access code e55aeb3746eead4b9c2650b317e71e0fa2e25575134e8293cd426162d0f42a12
|
41615
|
+
Access token f67bb1523e1b09f6ad6c1db25aa8e22350064fa5556d21347d7ff132186be4a1 granted to client UberClient, identity Superman
|
41616
|
+
Authorized Superman
|
41617
|
+
|
41618
|
+
|
41619
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41620
|
+
Parameters: {"oauth_token"=>"f67bb1523e1b09f6ad6c1db25aa8e22350064fa5556d21347d7ff132186be4a1"}
|
41621
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41622
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=f67bb1523e1b09f6ad6c1db25aa8e22350064fa5556d21347d7ff132186be4a1]
|
41623
|
+
Request 4cd096683321e87af40000c4: Client UberClient requested code with scope read write
|
41624
|
+
|
41625
|
+
|
41626
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41627
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000c3", "client_secret"=>"6ec9d4b2e9622aa4211034f661cbe5c4c461063823c8fc8823fbbd034e09ece9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41628
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000c3&client_secret=6ec9d4b2e9622aa4211034f661cbe5c4c461063823c8fc8823fbbd034e09ece9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41629
|
+
|
41630
|
+
|
41631
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41632
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41633
|
+
Request 4cd096683321e87af40000c4: Client 4cd096683321e87af40000c3 granted access code dbf1aa8dcd46c5f1229c49c1ea0e13b53969b4d22f78781e9936fee483a63f70
|
41634
|
+
Access token bfbed661118ffe0db3398219e8d504bf6a44b2b905a8d070d621faf554c8fc92 granted to client UberClient, identity Superman
|
41635
|
+
Authorized Superman
|
41636
|
+
|
41637
|
+
|
41638
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41639
|
+
Parameters: {"oauth_token"=>"bfbed661118ffe0db3398219e8d504bf6a44b2b905a8d070d621faf554c8fc92"}
|
41640
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41641
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=bfbed661118ffe0db3398219e8d504bf6a44b2b905a8d070d621faf554c8fc92]
|
41642
|
+
Request 4cd096683321e87af40000c6: Client UberClient requested code with scope read write
|
41643
|
+
|
41644
|
+
|
41645
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41646
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000c5", "client_secret"=>"97237e7d6194c77893e2fc35774abef23643e7373f9aa211e646e24dfe65c707", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41647
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000c5&client_secret=97237e7d6194c77893e2fc35774abef23643e7373f9aa211e646e24dfe65c707&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41648
|
+
|
41649
|
+
|
41650
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41651
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41652
|
+
Request 4cd096683321e87af40000c6: Client 4cd096683321e87af40000c5 granted access code b7e01d3e3f7a5c78acbd0f79615cb686b3674ff6354a286f4a3ab04876f3fe7c
|
41653
|
+
Access token d1e9a518c7e69a7ce40eb4c2dd0450e325a8cf3a866ff416fcdfeff310b76184 granted to client UberClient, identity Superman
|
41654
|
+
Authorized Superman
|
41655
|
+
|
41656
|
+
|
41657
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41658
|
+
Parameters: {"oauth_token"=>"d1e9a518c7e69a7ce40eb4c2dd0450e325a8cf3a866ff416fcdfeff310b76184"}
|
41659
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41660
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=d1e9a518c7e69a7ce40eb4c2dd0450e325a8cf3a866ff416fcdfeff310b76184]
|
41661
|
+
Request 4cd096683321e87af40000c8: Client UberClient requested code with scope read write
|
41662
|
+
|
41663
|
+
|
41664
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41665
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000c7", "client_secret"=>"41ba1f96cc6bb5cd3a01167a324c669df440c1d615413630906b45a9f3632a86", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41666
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000c7&client_secret=41ba1f96cc6bb5cd3a01167a324c669df440c1d615413630906b45a9f3632a86&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41667
|
+
|
41668
|
+
|
41669
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41670
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41671
|
+
Request 4cd096683321e87af40000c8: Client 4cd096683321e87af40000c7 granted access code da3b9f006b64646951113d0490661a5a99cb6ff1d7cab20eff3ec78d5fff1701
|
41672
|
+
Access token 5f9a118ed30a9150fa87966c6cd72c4af7433bb31d9b026821c3887d78952692 granted to client UberClient, identity Superman
|
41673
|
+
Authorized Superman
|
41674
|
+
|
41675
|
+
|
41676
|
+
Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41677
|
+
Parameters: {"oauth_token"=>"5f9a118ed30a9150fa87966c6cd72c4af7433bb31d9b026821c3887d78952692"}
|
41678
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41679
|
+
Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=5f9a118ed30a9150fa87966c6cd72c4af7433bb31d9b026821c3887d78952692]
|
41680
|
+
Request 4cd096683321e87af40000ca: Client UberClient requested code with scope read write
|
41681
|
+
|
41682
|
+
|
41683
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41684
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000c9", "client_secret"=>"c7b33eab72033c928f0f593a3f126061ce66566d722824fa1d4fc56322765dc9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41685
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000c9&client_secret=c7b33eab72033c928f0f593a3f126061ce66566d722824fa1d4fc56322765dc9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41686
|
+
|
41687
|
+
|
41688
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41689
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41690
|
+
Request 4cd096683321e87af40000ca: Client 4cd096683321e87af40000c9 granted access code ed836eab55f44704827b9e1cb2b4542379d5cef0e891ba0b3ab31a9a672d73ea
|
41691
|
+
Access token aa7c2d4b1ef33e3309369a5f99f6dbd45b1b827dc43548ecd211b6487a2f3231 granted to client UberClient, identity Superman
|
41692
|
+
|
41693
|
+
|
41694
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41695
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
41696
|
+
Request 4cd096683321e87af40000cc: Client UberClient requested code with scope read write
|
41697
|
+
|
41698
|
+
|
41699
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41700
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000cb", "client_secret"=>"3a93d8ac6826e009f37d5982f2154770b9d955ad2657b8c2df1b87608d47de45", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41701
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000cb&client_secret=3a93d8ac6826e009f37d5982f2154770b9d955ad2657b8c2df1b87608d47de45&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41702
|
+
|
41703
|
+
|
41704
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41705
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41706
|
+
Request 4cd096683321e87af40000cc: Client 4cd096683321e87af40000cb granted access code 380cc21a652a57373a71706fd4f830bb1b53fd26a1ce6e3d3d333ee52839f04e
|
41707
|
+
Access token 8e302762ffd0e17c295cc9f5d8e41ca255f2681ca7936b8b67cf52c964880d43 granted to client UberClient, identity Superman
|
41708
|
+
|
41709
|
+
|
41710
|
+
Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41711
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
|
41712
|
+
Request 4cd096683321e87af40000ce: Client UberClient requested code with scope read write
|
41713
|
+
|
41714
|
+
|
41715
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41716
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000cd", "client_secret"=>"ce07c726156196f86ac4e4f9b8a65e65aebd5ab196df402648cd93e96c4f92f6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41717
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000cd&client_secret=ce07c726156196f86ac4e4f9b8a65e65aebd5ab196df402648cd93e96c4f92f6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41718
|
+
|
41719
|
+
|
41720
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41721
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41722
|
+
Request 4cd096683321e87af40000ce: Client 4cd096683321e87af40000cd granted access code f0acdd6be2e70e4e52c1d6f320ac4a607fccf4d133141712e4fa5592b4d07b98
|
41723
|
+
Access token b85e036c8e4ebee229a50b6f9a1e4bfe8b96ccde75a488fa27fb546d7516b81d granted to client UberClient, identity Superman
|
41724
|
+
HTTP authorization failed invalid_token
|
41725
|
+
Request 4cd096683321e87af40000d0: Client UberClient requested code with scope read write
|
41726
|
+
|
41727
|
+
|
41728
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41729
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000cf", "client_secret"=>"f13efc7d73bf3ed92e593150593fbf94547dcdb9d55a8c4cfd1bc34b12b73d19", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41730
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000cf&client_secret=f13efc7d73bf3ed92e593150593fbf94547dcdb9d55a8c4cfd1bc34b12b73d19&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41731
|
+
|
41732
|
+
|
41733
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41734
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41735
|
+
Request 4cd096683321e87af40000d0: Client 4cd096683321e87af40000cf granted access code c006f1ae8d83b223ef7c3a622a9d3ac1d6f5d21c89ae0c0b96ae2b82a1759dc1
|
41736
|
+
Access token e8c2b0f61d8518ebc3b311a0c9e3caa195d36e75ce7fbd1a27df8986ab6bfe98 granted to client UberClient, identity Superman
|
41737
|
+
HTTP authorization failed invalid_token
|
41738
|
+
Request 4cd096683321e87af40000d2: Client UberClient requested code with scope read write
|
41739
|
+
|
41740
|
+
|
41741
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41742
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000d1", "client_secret"=>"6b5eff280e18281f81c4878f3e46f38331458fe183a49129c8a4ce722b689e50", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41743
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000d1&client_secret=6b5eff280e18281f81c4878f3e46f38331458fe183a49129c8a4ce722b689e50&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41744
|
+
|
41745
|
+
|
41746
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41747
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41748
|
+
Request 4cd096683321e87af40000d2: Client 4cd096683321e87af40000d1 granted access code 2c1867f9748f7e0c15c4b1996063180f4d7123770bbd0e5a1a0e82334fcf5bb3
|
41749
|
+
Access token f605c80cdd36cd2c548ca745f80c1114c32d3d7a8bd44a7bb16c9342ac0c54c1 granted to client UberClient, identity Superman
|
41750
|
+
HTTP authorization failed invalid_token
|
41751
|
+
Request 4cd096683321e87af40000d4: Client UberClient requested code with scope read write
|
41752
|
+
|
41753
|
+
|
41754
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41755
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000d3", "client_secret"=>"d2fada687200037b36f3cc44cf1a6b96090776bc37a063c09bad7319f590b18e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41756
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000d3&client_secret=d2fada687200037b36f3cc44cf1a6b96090776bc37a063c09bad7319f590b18e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41757
|
+
|
41758
|
+
|
41759
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41760
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41761
|
+
Request 4cd096683321e87af40000d4: Client 4cd096683321e87af40000d3 granted access code 10808330f91b4fddd7f912b17062bbe7334b9edadc90376b88d75a2a02e22913
|
41762
|
+
Access token 8cf00fd530da4994ba7d7108251f21c2492120c166880aac60293407b6cf3af8 granted to client UberClient, identity Superman
|
41763
|
+
HTTP authorization failed invalid_token
|
41764
|
+
Request 4cd096683321e87af40000d6: Client UberClient requested code with scope read write
|
41765
|
+
|
41766
|
+
|
41767
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41768
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000d5", "client_secret"=>"74451ee1426cc99da1e3f094769d185b0a335a9869e024013a5243180c3305c7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41769
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000d5&client_secret=74451ee1426cc99da1e3f094769d185b0a335a9869e024013a5243180c3305c7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41770
|
+
|
41771
|
+
|
41772
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41773
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41774
|
+
Request 4cd096683321e87af40000d6: Client 4cd096683321e87af40000d5 granted access code 918458b5861c619478f7953fc1bd91ea8e9d786eecf1ed8e1cb67d3988459fc6
|
41775
|
+
Access token ab3491e80fd1d8c280327f2bd258c90a4436857309e6ea186909dc07696f5f28 granted to client UberClient, identity Superman
|
41776
|
+
HTTP authorization failed invalid_token
|
41777
|
+
Request 4cd096683321e87af40000d8: Client UberClient requested code with scope read write
|
41778
|
+
|
41779
|
+
|
41780
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41781
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000d7", "client_secret"=>"097054128e090178a77029c3de68c2b3a34e91f773176648b2df5cf4900b4c6a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41782
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000d7&client_secret=097054128e090178a77029c3de68c2b3a34e91f773176648b2df5cf4900b4c6a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41783
|
+
|
41784
|
+
|
41785
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41786
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41787
|
+
Request 4cd096683321e87af40000d8: Client 4cd096683321e87af40000d7 granted access code e5a84b896d01815b203c6382c41e8b4984ceef37d2769ff797c32b257741aede
|
41788
|
+
Access token 4df2ee447b62eeec4e2c621e8592ad2191981e926b16251d7d1e26a1796bacb9 granted to client UberClient, identity Superman
|
41789
|
+
HTTP authorization failed invalid_token
|
41790
|
+
Request 4cd096683321e87af40000da: Client UberClient requested code with scope read write
|
41791
|
+
|
41792
|
+
|
41793
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:28) [GET]
|
41794
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096683321e87af40000d9", "client_secret"=>"2c9ecfbd7c75a777035142b97cd536479a56428f664401094e4c1c5b1565fcb1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41795
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096683321e87af40000d9&client_secret=2c9ecfbd7c75a777035142b97cd536479a56428f664401094e4c1c5b1565fcb1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41796
|
+
|
41797
|
+
|
41798
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:28) [POST]
|
41799
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41800
|
+
Request 4cd096683321e87af40000da: Client 4cd096683321e87af40000d9 granted access code 294dc101192eba3f3294c17ce5cd29c9da41e7b53421277cfce1957e9fd2f7d2
|
41801
|
+
Access token 20589867880b97b738a01ff8fe27ec1589c9497053f2f9272bd6f5eccaa7bfb4 granted to client UberClient, identity Superman
|
41802
|
+
HTTP authorization failed invalid_token
|
41803
|
+
Request 4cd096693321e87af40000dc: Client UberClient requested code with scope read write
|
41804
|
+
|
41805
|
+
|
41806
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41807
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000db", "client_secret"=>"66640f4ec3060cbcfb362fcfa94080f0749595af13fb07cc54511fa391a29a74", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41808
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000db&client_secret=66640f4ec3060cbcfb362fcfa94080f0749595af13fb07cc54511fa391a29a74&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41809
|
+
|
41810
|
+
|
41811
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41812
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41813
|
+
Request 4cd096693321e87af40000dc: Client 4cd096693321e87af40000db granted access code 8426b9118fdd76a7719d0364c68b3f63a2a11e8a27335ee8f2f84fa6e3bf1167
|
41814
|
+
Access token a65409a3598cb194efb5f0f0c039da68c0adc1af4a6560ba4aca001c4b8a8f71 granted to client UberClient, identity Superman
|
41815
|
+
HTTP authorization failed invalid_token
|
41816
|
+
Request 4cd096693321e87af40000de: Client UberClient requested code with scope read write
|
41817
|
+
|
41818
|
+
|
41819
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41820
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000dd", "client_secret"=>"c7c0102a8cc638643ea06aa18bef2a890ab80f7acc9ebe355e7aa773209ca940", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41821
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000dd&client_secret=c7c0102a8cc638643ea06aa18bef2a890ab80f7acc9ebe355e7aa773209ca940&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41822
|
+
|
41823
|
+
|
41824
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41825
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41826
|
+
Request 4cd096693321e87af40000de: Client 4cd096693321e87af40000dd granted access code 0059363a5c17d36753741f6200eed3f26228a9b43bf72afa2196e0d835bda486
|
41827
|
+
Access token e7d25b4656b42c7e3bcc056d34125df655ce645f8825f7c95ad1bd663ca215a8 granted to client UberClient, identity Superman
|
41828
|
+
HTTP authorization failed invalid_token
|
41829
|
+
Request 4cd096693321e87af40000e0: Client UberClient requested code with scope read write
|
41830
|
+
|
41831
|
+
|
41832
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41833
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000df", "client_secret"=>"c13bd33510cdef29496b95bfb42860bc2550ebbc9c7b09de7a7f76c92a5bc8f0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41834
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000df&client_secret=c13bd33510cdef29496b95bfb42860bc2550ebbc9c7b09de7a7f76c92a5bc8f0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41835
|
+
|
41836
|
+
|
41837
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41838
|
+
Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41839
|
+
Request 4cd096693321e87af40000e0: Client 4cd096693321e87af40000df granted access code b494e38b4dc8a4921422a9cbaa3275b23a9cdb8d37ffc2f0b2de85d70d00b739
|
41840
|
+
Access token 09a6c74cd05e5077fc156deb1cb02a681985121f1817a1a85d2e9c2fe21561fc granted to client UberClient, identity Superman
|
41841
|
+
HTTP authorization failed invalid_token
|
41842
|
+
Request 4cd096693321e87af40000e2: Client UberClient requested code with scope read write
|
41843
|
+
|
41844
|
+
|
41845
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41846
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000e1", "client_secret"=>"8c59deab987a5fae7900920c1df79569e053a7436cbbc548c543c2ad5389f087", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41847
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000e1&client_secret=8c59deab987a5fae7900920c1df79569e053a7436cbbc548c543c2ad5389f087&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41848
|
+
|
41849
|
+
|
41850
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41851
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41852
|
+
Request 4cd096693321e87af40000e2: Client 4cd096693321e87af40000e1 granted access code a9fc57c5d08cd1a03c922abcdb1a2f6e68fd167b9bb6bf2cf84a071d19dd24ed
|
41853
|
+
Access token c482d78c911f0faa5e94df33e2b09212c593a543beeec72e2a0793ee969efffd granted to client UberClient, identity Superman
|
41854
|
+
HTTP authorization failed invalid_token
|
41855
|
+
Request 4cd096693321e87af40000e4: Client UberClient requested code with scope read write
|
41856
|
+
|
41857
|
+
|
41858
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41859
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000e3", "client_secret"=>"c9011434741cc9bab24cf3ceda73e341bf7291b75cbeea7f1f22fc009494e927", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41860
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000e3&client_secret=c9011434741cc9bab24cf3ceda73e341bf7291b75cbeea7f1f22fc009494e927&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41861
|
+
|
41862
|
+
|
41863
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41864
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41865
|
+
Request 4cd096693321e87af40000e4: Client 4cd096693321e87af40000e3 granted access code 01a043f318fce79e36a47ca2c1fd61d8240041cbd41fbc5b25dd63b82411415a
|
41866
|
+
Access token 996217fe3d38a06b9a8a4f72099d29d276adaf919331f1add7be862fe1e5cccb granted to client UberClient, identity Superman
|
41867
|
+
HTTP authorization failed invalid_token
|
41868
|
+
Request 4cd096693321e87af40000e6: Client UberClient requested code with scope read write
|
41869
|
+
|
41870
|
+
|
41871
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41872
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000e5", "client_secret"=>"08f5c3c52317b9bdc0343cda27114b0e40f0c5c2c7febe4fad5efe59714d459a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41873
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000e5&client_secret=08f5c3c52317b9bdc0343cda27114b0e40f0c5c2c7febe4fad5efe59714d459a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41874
|
+
|
41875
|
+
|
41876
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41877
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41878
|
+
Request 4cd096693321e87af40000e6: Client 4cd096693321e87af40000e5 granted access code 91676d0ecc08043ea8416b4537218dfb6cce404c5ad673a9fec3939e54bcf8d5
|
41879
|
+
Access token 323fe1d9ca139ba5a868ef0a24abc51ef7c44ad3e247c2086e5a48692657f02f granted to client UberClient, identity Superman
|
41880
|
+
Authorized Superman
|
41881
|
+
|
41882
|
+
|
41883
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41884
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
41885
|
+
Request 4cd096693321e87af40000e8: Client UberClient requested code with scope read write
|
41886
|
+
|
41887
|
+
|
41888
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41889
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000e7", "client_secret"=>"5695f1d7c65601389f8cf4f841c122bde3f90477f2d97fa4c8bec98ef2395ef8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41890
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000e7&client_secret=5695f1d7c65601389f8cf4f841c122bde3f90477f2d97fa4c8bec98ef2395ef8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41891
|
+
|
41892
|
+
|
41893
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41894
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41895
|
+
Request 4cd096693321e87af40000e8: Client 4cd096693321e87af40000e7 granted access code 3877ed5f78836038fa1d6aa95b2723d59140bfe075c8f6decbafd38a83fc1aaf
|
41896
|
+
Access token eef1764eff92a5cc34e80316f7adc33bda2fcf53ae468eae47ecf2b3b37b071b granted to client UberClient, identity Superman
|
41897
|
+
Authorized Superman
|
41898
|
+
|
41899
|
+
|
41900
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41901
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
|
41902
|
+
Request 4cd096693321e87af40000ea: Client UberClient requested code with scope read write
|
41903
|
+
|
41904
|
+
|
41905
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41906
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000e9", "client_secret"=>"7b9ebb71173197c579ef5285acddcec63bbbb646893af5f6107953568bb16894", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41907
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000e9&client_secret=7b9ebb71173197c579ef5285acddcec63bbbb646893af5f6107953568bb16894&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41908
|
+
|
41909
|
+
|
41910
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41911
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41912
|
+
Request 4cd096693321e87af40000ea: Client 4cd096693321e87af40000e9 granted access code 412554ad86c1e16a812029ca7c7bde94b2f2822c9dde06152b7f1ada69084114
|
41913
|
+
Access token c89e7679d84e539430863dddee5d0c8f4d7af3c076ed0503bd6d4542957c96cc granted to client UberClient, identity Superman
|
41914
|
+
|
41915
|
+
|
41916
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41917
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41918
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
41919
|
+
Request 4cd096693321e87af40000ec: Client UberClient requested code with scope read write
|
41920
|
+
|
41921
|
+
|
41922
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41923
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000eb", "client_secret"=>"f6781715fad87d4f1338264a837d95cc53430282127d4a691b05fa63d8ea78aa", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41924
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000eb&client_secret=f6781715fad87d4f1338264a837d95cc53430282127d4a691b05fa63d8ea78aa&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41925
|
+
|
41926
|
+
|
41927
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41928
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41929
|
+
Request 4cd096693321e87af40000ec: Client 4cd096693321e87af40000eb granted access code 3c095c34062636ed6c28f17e04a5792046a567653f5ae6c958b20bc829eaef89
|
41930
|
+
Access token 862064b64cdd930122e301ec18d402fea52801150295407916246d907a255847 granted to client UberClient, identity Superman
|
41931
|
+
|
41932
|
+
|
41933
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41934
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41935
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
41936
|
+
Request 4cd096693321e87af40000ee: Client UberClient requested code with scope read write
|
41937
|
+
|
41938
|
+
|
41939
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41940
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000ed", "client_secret"=>"cf9f8e7e3ed7c83080a4ca7c68cff7084c636690b5d524b74374e0dba30efe9b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41941
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000ed&client_secret=cf9f8e7e3ed7c83080a4ca7c68cff7084c636690b5d524b74374e0dba30efe9b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41942
|
+
|
41943
|
+
|
41944
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41945
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41946
|
+
Request 4cd096693321e87af40000ee: Client 4cd096693321e87af40000ed granted access code 265f4ba0fb995f5c766376b656e27df054b3bc323b88cc66efe6948a2ce26c0a
|
41947
|
+
Access token 130c7abb133ca28264679c1360cb9adb06c2f9276cd86dcd1faeeaccf189d142 granted to client UberClient, identity Superman
|
41948
|
+
|
41949
|
+
|
41950
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41951
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41952
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
41953
|
+
Request 4cd096693321e87af40000f0: Client UberClient requested code with scope read write
|
41954
|
+
|
41955
|
+
|
41956
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41957
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000ef", "client_secret"=>"bf14844d7657d11193ed35ab395b9291e8d130e27a242722d0bafaa1a142f55a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41958
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000ef&client_secret=bf14844d7657d11193ed35ab395b9291e8d130e27a242722d0bafaa1a142f55a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41959
|
+
|
41960
|
+
|
41961
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41962
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41963
|
+
Request 4cd096693321e87af40000f0: Client 4cd096693321e87af40000ef granted access code bd9a7cd754a1867809fd19e4f328509364de073fe1a86aa8cdf1d42d2db8e7aa
|
41964
|
+
Access token cc86bf57bd8389b65d538105ae0e6aeee0c23b12084b85c2fd82496e8d17c98c granted to client UberClient, identity Superman
|
41965
|
+
|
41966
|
+
|
41967
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41968
|
+
Filter chain halted as [#<Proc:0x00000001024fc038@/Users/assaf/projects/rack-oauth2-server/lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
|
41969
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
|
41970
|
+
Request 4cd096693321e87af40000f2: Client UberClient requested code with scope read write
|
41971
|
+
|
41972
|
+
|
41973
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41974
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000f1", "client_secret"=>"8fe3e52b37bfca843cfab56c2ca31ba9c4249e24a4dc4cca71009d7a466334d1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41975
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000f1&client_secret=8fe3e52b37bfca843cfab56c2ca31ba9c4249e24a4dc4cca71009d7a466334d1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41976
|
+
|
41977
|
+
|
41978
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41979
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41980
|
+
Request 4cd096693321e87af40000f2: Client 4cd096693321e87af40000f1 granted access code 1095b9a6a7e3d22ad64455aa4ce893b981da9c7c6bdcfc199f2c570cf45489de
|
41981
|
+
Access token e95a5e8b41f747ce8b6a40fd472656c99a435d5e6ca44228cb3af8166743af85 granted to client UberClient, identity Superman
|
41982
|
+
HTTP authorization failed invalid_token
|
41983
|
+
Request 4cd096693321e87af40000f4: Client UberClient requested code with scope read write
|
41984
|
+
|
41985
|
+
|
41986
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
41987
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000f3", "client_secret"=>"c2476ba666f3266ec1c1b28c6de2f0f774bf920b8d067e09977afd400dfc10c5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
41988
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000f3&client_secret=c2476ba666f3266ec1c1b28c6de2f0f774bf920b8d067e09977afd400dfc10c5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
41989
|
+
|
41990
|
+
|
41991
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
41992
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
41993
|
+
Request 4cd096693321e87af40000f4: Client 4cd096693321e87af40000f3 granted access code 3579f2e18bd77faadfa94d2260b437bb8ba4d58c0118f8c80dccb47ae83fe9e3
|
41994
|
+
Access token 57f20accb24293463d1c2f49da3a79fdd0af2163dd59c7cff0b64374536ed5a1 granted to client UberClient, identity Superman
|
41995
|
+
HTTP authorization failed invalid_token
|
41996
|
+
Request 4cd096693321e87af40000f6: Client UberClient requested code with scope read write
|
41997
|
+
|
41998
|
+
|
41999
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42000
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000f5", "client_secret"=>"4fa848c6ec39c6033e57ef1984455445b98b0665229084d5e2409a3e6259be66", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42001
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000f5&client_secret=4fa848c6ec39c6033e57ef1984455445b98b0665229084d5e2409a3e6259be66&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42002
|
+
|
42003
|
+
|
42004
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42005
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42006
|
+
Request 4cd096693321e87af40000f6: Client 4cd096693321e87af40000f5 granted access code 4bb0e20712e7cb86729b74fd5ce2e42308d2b9480ed7b3d3ce7cf841eada5868
|
42007
|
+
Access token 83017b011b5806f89e482c687c9cc7ba4670c8bb4638f4ec41b0d9c6c1b7ef0a granted to client UberClient, identity Superman
|
42008
|
+
HTTP authorization failed invalid_token
|
42009
|
+
Request 4cd096693321e87af40000f8: Client UberClient requested code with scope read write
|
42010
|
+
|
42011
|
+
|
42012
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42013
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000f7", "client_secret"=>"34b5f0b897e8125ad5b2460b8c78f96ecda50a8f193abcb723036dd9a4e4c0ad", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42014
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000f7&client_secret=34b5f0b897e8125ad5b2460b8c78f96ecda50a8f193abcb723036dd9a4e4c0ad&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42015
|
+
|
42016
|
+
|
42017
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42018
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42019
|
+
Request 4cd096693321e87af40000f8: Client 4cd096693321e87af40000f7 granted access code 623a2cd8f5e8789b07cb5165f5679cd921426049f9ee04b5dd89dbeeb63c0ccb
|
42020
|
+
Access token e154ef77a2ea59d2d98739d4d6811226fa49b0c47ddc4718bf34a56532fccfcb granted to client UberClient, identity Superman
|
42021
|
+
HTTP authorization failed invalid_token
|
42022
|
+
Request 4cd096693321e87af40000fa: Client UberClient requested code with scope read write
|
42023
|
+
|
42024
|
+
|
42025
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42026
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000f9", "client_secret"=>"24ef4b0752abd1e63fdeac77937008f351b424be2b55e62251f130b13157e94c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42027
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000f9&client_secret=24ef4b0752abd1e63fdeac77937008f351b424be2b55e62251f130b13157e94c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42028
|
+
|
42029
|
+
|
42030
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42031
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42032
|
+
Request 4cd096693321e87af40000fa: Client 4cd096693321e87af40000f9 granted access code 416554d82daf66b68efc1889060130fb064f748e54a652d48cc931386a256ef7
|
42033
|
+
Access token cd5f3938436d39a7962248231f239c48e7d36a2b93ca50124e02852d18926193 granted to client UberClient, identity Superman
|
42034
|
+
Authorized Superman
|
42035
|
+
|
42036
|
+
|
42037
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42038
|
+
Parameters: {"oauth_token"=>"cd5f3938436d39a7962248231f239c48e7d36a2b93ca50124e02852d18926193"}
|
42039
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=cd5f3938436d39a7962248231f239c48e7d36a2b93ca50124e02852d18926193]
|
42040
|
+
Request 4cd096693321e87af40000fc: Client UberClient requested code with scope read write
|
42041
|
+
|
42042
|
+
|
42043
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42044
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000fb", "client_secret"=>"dd68c9ad43d69f5963caddf1f445f07230e696c6f8c0d896824810c8258f7426", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42045
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000fb&client_secret=dd68c9ad43d69f5963caddf1f445f07230e696c6f8c0d896824810c8258f7426&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42046
|
+
|
42047
|
+
|
42048
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42049
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42050
|
+
Request 4cd096693321e87af40000fc: Client 4cd096693321e87af40000fb granted access code 16044bbeaec7bb08315d8d340b56c3405ef27e8934e3e17b4e8b114289ce8358
|
42051
|
+
Access token 87bdb6058af3c3bd648f68dc946355f9b3fc44dde13f3b34d650825c9d5020e1 granted to client UberClient, identity Superman
|
42052
|
+
Authorized Superman
|
42053
|
+
|
42054
|
+
|
42055
|
+
Processing ApiController#private (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42056
|
+
Parameters: {"oauth_token"=>"87bdb6058af3c3bd648f68dc946355f9b3fc44dde13f3b34d650825c9d5020e1"}
|
42057
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=87bdb6058af3c3bd648f68dc946355f9b3fc44dde13f3b34d650825c9d5020e1]
|
42058
|
+
Request 4cd096693321e87af40000fe: Client UberClient requested code with scope read write
|
42059
|
+
|
42060
|
+
|
42061
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42062
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000fd", "client_secret"=>"5f8ae635296afa5b03bc8097d6abae59f5c6cb8b5460ca16879dac913aff986d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42063
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000fd&client_secret=5f8ae635296afa5b03bc8097d6abae59f5c6cb8b5460ca16879dac913aff986d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42064
|
+
|
42065
|
+
|
42066
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42067
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42068
|
+
Request 4cd096693321e87af40000fe: Client 4cd096693321e87af40000fd granted access code 4404074defa9d9249ad4b5613fed3c78aaa6bc5381cd8023c0e3155f404ce0bf
|
42069
|
+
Access token a9bf5c5eec2c0bbdc0b878354caf063c28a1bc4747c6b64e3cccc2f7f7ea62aa granted to client UberClient, identity Superman
|
42070
|
+
|
42071
|
+
|
42072
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42073
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
42074
|
+
Request 4cd096693321e87af4000100: Client UberClient requested code with scope read write
|
42075
|
+
|
42076
|
+
|
42077
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42078
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af40000ff", "client_secret"=>"c2d32b4298c015d6dbc744b10c6bae78bd8a55fc3a1e0a3c217ac8e3d39ccb12", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42079
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af40000ff&client_secret=c2d32b4298c015d6dbc744b10c6bae78bd8a55fc3a1e0a3c217ac8e3d39ccb12&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42080
|
+
|
42081
|
+
|
42082
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42083
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42084
|
+
Request 4cd096693321e87af4000100: Client 4cd096693321e87af40000ff granted access code 5c5fb7e9779c41bd46b45581ebb106c052d8c759a933526b4b11aea7ebb36446
|
42085
|
+
Access token 50368f7df2a767704a5dcb1a86251887939def5a168f3f126cb4d516801e04b1 granted to client UberClient, identity Superman
|
42086
|
+
|
42087
|
+
|
42088
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42089
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
42090
|
+
Request 4cd096693321e87af4000102: Client UberClient requested code with scope read write
|
42091
|
+
|
42092
|
+
|
42093
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42094
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000101", "client_secret"=>"01fe6a3f0dbfcb151f8809d60f5955abc1bc3a251cf23e18bd07d4f475f7ab43", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42095
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000101&client_secret=01fe6a3f0dbfcb151f8809d60f5955abc1bc3a251cf23e18bd07d4f475f7ab43&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42096
|
+
|
42097
|
+
|
42098
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42099
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42100
|
+
Request 4cd096693321e87af4000102: Client 4cd096693321e87af4000101 granted access code 6c50f76b11a3ab3d00bb72213cedf067e7a8a5e26a71d63baf601e989b9b09b9
|
42101
|
+
Access token 48f43953d2169e67d15263b75c362e81e69762dc08cbebec343f83b4b3908fc0 granted to client UberClient, identity Superman
|
42102
|
+
Authorized Superman
|
42103
|
+
|
42104
|
+
|
42105
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42106
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
42107
|
+
Request 4cd096693321e87af4000104: Client UberClient requested code with scope read write
|
42108
|
+
|
42109
|
+
|
42110
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42111
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000103", "client_secret"=>"112f0326a58b8efeb6b4e4c3e256c135aefc42599ac1afec81850cd4180a6099", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42112
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000103&client_secret=112f0326a58b8efeb6b4e4c3e256c135aefc42599ac1afec81850cd4180a6099&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42113
|
+
|
42114
|
+
|
42115
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42116
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42117
|
+
Request 4cd096693321e87af4000104: Client 4cd096693321e87af4000103 granted access code 836eb7a944c2fba156ac797ff02f87963bbd2de19ab382637a649b45e5260967
|
42118
|
+
Access token cdec526272f8ad285240babb0e442bd0cf180adebfdb9c5d1ae6c22e13bc7bdb granted to client UberClient, identity Superman
|
42119
|
+
Authorized Superman
|
42120
|
+
|
42121
|
+
|
42122
|
+
Processing ApiController#public (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42123
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
|
42124
|
+
Request 4cd096693321e87af4000106: Client UberClient requested code with scope read write
|
42125
|
+
|
42126
|
+
|
42127
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42128
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000105", "client_secret"=>"822276803956e330a50e35f9675f231671cc4b9353cbea4f384ce2db593a84eb", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42129
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000105&client_secret=822276803956e330a50e35f9675f231671cc4b9353cbea4f384ce2db593a84eb&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42130
|
+
|
42131
|
+
|
42132
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42133
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42134
|
+
Request 4cd096693321e87af4000106: Client 4cd096693321e87af4000105 granted access code 6c87fa6e1f109ba0f967f4c7439dccc7e418a6b09a1c33d71b167431c4f07f91
|
42135
|
+
Access token 66772eab73b03f9501d7301f026ff5f6086945a7e36b79f63213db4aaee4497c granted to client UberClient, identity Superman
|
42136
|
+
Authorized Superman
|
42137
|
+
|
42138
|
+
|
42139
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42140
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
42141
|
+
Request 4cd096693321e87af4000108: Client UberClient requested code with scope read write
|
42142
|
+
|
42143
|
+
|
42144
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42145
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000107", "client_secret"=>"5bf846a52098328d2ceb14a0c11dd9febd80e04fb0a3214c278ffc2a9df36a03", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42146
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000107&client_secret=5bf846a52098328d2ceb14a0c11dd9febd80e04fb0a3214c278ffc2a9df36a03&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42147
|
+
|
42148
|
+
|
42149
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42150
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42151
|
+
Request 4cd096693321e87af4000108: Client 4cd096693321e87af4000107 granted access code f93ec6d477950ac710e7e6b82712c62b2a6300b63cefc9317a365705b356693c
|
42152
|
+
Access token 7089a72c4e8103106ff06568764204abf5ccfd713ef6b47631b5b283d79ec1b0 granted to client UberClient, identity Superman
|
42153
|
+
|
42154
|
+
|
42155
|
+
Processing ApiController#user (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42156
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
|
42157
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42158
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42159
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42160
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42161
|
+
Request 4cd096693321e87af400010e: Client UberClient requested token with scope read write
|
42162
|
+
|
42163
|
+
|
42164
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42165
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af400010d", "client_secret"=>"65bf86323623e867c8a557201eb6d3707708a4c43680e0ba3aa2b0a3b4454998", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42166
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af400010d&client_secret=65bf86323623e867c8a557201eb6d3707708a4c43680e0ba3aa2b0a3b4454998&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42167
|
+
|
42168
|
+
|
42169
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42170
|
+
Completed in 1ms (View: 1 | 401 Unauthorized [http://example.org/oauth/deny]
|
42171
|
+
Request 4cd096693321e87af400010e: Client 4cd096693321e87af400010d denied authorization
|
42172
|
+
Request 4cd096693321e87af4000110: Client UberClient requested token with scope read write
|
42173
|
+
|
42174
|
+
|
42175
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42176
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af400010f", "client_secret"=>"19a6e82f9e75d9f2df3af9ff6ece27c29ea8b5c51345a251d41f1230fa849672", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42177
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af400010f&client_secret=19a6e82f9e75d9f2df3af9ff6ece27c29ea8b5c51345a251d41f1230fa849672&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42178
|
+
|
42179
|
+
|
42180
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42181
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42182
|
+
Request 4cd096693321e87af4000110: Client 4cd096693321e87af400010f denied authorization
|
42183
|
+
Request 4cd096693321e87af4000112: Client UberClient requested token with scope read write
|
42184
|
+
|
42185
|
+
|
42186
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42187
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000111", "client_secret"=>"e3377e5105b8fde36ec3da82d7ce050694103fb7fa5d06789ecb7bdee76bdfdd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42188
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000111&client_secret=e3377e5105b8fde36ec3da82d7ce050694103fb7fa5d06789ecb7bdee76bdfdd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42189
|
+
|
42190
|
+
|
42191
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42192
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42193
|
+
Request 4cd096693321e87af4000112: Client 4cd096693321e87af4000111 denied authorization
|
42194
|
+
Request 4cd096693321e87af4000114: Client UberClient requested token with scope read write
|
42195
|
+
|
42196
|
+
|
42197
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42198
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000113", "client_secret"=>"6df12c21f620afa0de47238f118c2fd84d789458bb521806b10ac8ee40200e32", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42199
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000113&client_secret=6df12c21f620afa0de47238f118c2fd84d789458bb521806b10ac8ee40200e32&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42200
|
+
|
42201
|
+
|
42202
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42203
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42204
|
+
Request 4cd096693321e87af4000114: Client 4cd096693321e87af4000113 denied authorization
|
42205
|
+
Request 4cd096693321e87af4000116: Client UberClient requested token with scope read write
|
42206
|
+
|
42207
|
+
|
42208
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42209
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000115", "client_secret"=>"c8761af313d4886fb4c76c719a3855cfc5d8bb331bda3ec167ee2bbeec3e3b91", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42210
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000115&client_secret=c8761af313d4886fb4c76c719a3855cfc5d8bb331bda3ec167ee2bbeec3e3b91&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42211
|
+
|
42212
|
+
|
42213
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42214
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42215
|
+
Request 4cd096693321e87af4000116: Client 4cd096693321e87af4000115 denied authorization
|
42216
|
+
Request 4cd096693321e87af4000118: Client UberClient requested token with scope read write
|
42217
|
+
|
42218
|
+
|
42219
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42220
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000117", "client_secret"=>"d1146d5a54304772f611c7548a1cb66440ab6faf8635534829b05c163d12588b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42221
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000117&client_secret=d1146d5a54304772f611c7548a1cb66440ab6faf8635534829b05c163d12588b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42222
|
+
|
42223
|
+
|
42224
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42225
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42226
|
+
Request 4cd096693321e87af4000118: Client 4cd096693321e87af4000117 granted access token 8c96fef977b9b96fb769bb6b1f1bc8cf110e063f1b910a4166a8ca0dfad2f18a
|
42227
|
+
Request 4cd096693321e87af400011a: Client UberClient requested token with scope read write
|
42228
|
+
|
42229
|
+
|
42230
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42231
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000119", "client_secret"=>"3fe7734f148e4836f699ae8206f38a560f0ec37ca74ceae40c913f55d65629db", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42232
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000119&client_secret=3fe7734f148e4836f699ae8206f38a560f0ec37ca74ceae40c913f55d65629db&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42233
|
+
|
42234
|
+
|
42235
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42236
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42237
|
+
Request 4cd096693321e87af400011a: Client 4cd096693321e87af4000119 granted access token 14daf29f89f5d3dc7ce4685820b25a21af81af455ca19fa40cea5c58f8469021
|
42238
|
+
Request 4cd096693321e87af400011c: Client UberClient requested token with scope read write
|
42239
|
+
|
42240
|
+
|
42241
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42242
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af400011b", "client_secret"=>"a75e513108d55e8e845380d5a26a241b39ff5d6e43c3c424e2ffbad9bc49ce46", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42243
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af400011b&client_secret=a75e513108d55e8e845380d5a26a241b39ff5d6e43c3c424e2ffbad9bc49ce46&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42244
|
+
|
42245
|
+
|
42246
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42247
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42248
|
+
Request 4cd096693321e87af400011c: Client 4cd096693321e87af400011b granted access token af4e9520c341cdb4cffd16c61e9ea20922ce9168cadf366276a429577891b022
|
42249
|
+
Request 4cd096693321e87af400011e: Client UberClient requested token with scope read write
|
42250
|
+
|
42251
|
+
|
42252
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42253
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af400011d", "client_secret"=>"d953d7be618975e03920c25fb226c39a0ae2ff5815f852e86ff3c98190897885", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42254
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af400011d&client_secret=d953d7be618975e03920c25fb226c39a0ae2ff5815f852e86ff3c98190897885&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42255
|
+
|
42256
|
+
|
42257
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42258
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42259
|
+
Request 4cd096693321e87af400011e: Client 4cd096693321e87af400011d granted access token a8809af7d48e32527d8d49d822eacef12a72c93e03345fdc956ebb659f5e5e89
|
42260
|
+
Request 4cd096693321e87af4000120: Client UberClient requested token with scope read write
|
42261
|
+
|
42262
|
+
|
42263
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42264
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af400011f", "client_secret"=>"dab9934557e25b2a1b5647ec6434b5d55d64a81ed2d68f971cee4b854c8f6205", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42265
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af400011f&client_secret=dab9934557e25b2a1b5647ec6434b5d55d64a81ed2d68f971cee4b854c8f6205&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42266
|
+
|
42267
|
+
|
42268
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42269
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42270
|
+
Request 4cd096693321e87af4000120: Client 4cd096693321e87af400011f granted access token 68f7393ab934e94f62048706eea3031e800837b8d4021ef9a569653868bb788e
|
42271
|
+
Request 4cd096693321e87af4000122: Client UberClient requested token with scope read write
|
42272
|
+
|
42273
|
+
|
42274
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42275
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000121", "client_secret"=>"96d29b3a5188b9ead5d9b36d526aa753850f14a0c9d6df8783ca6be07ab9c4c5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42276
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000121&client_secret=96d29b3a5188b9ead5d9b36d526aa753850f14a0c9d6df8783ca6be07ab9c4c5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42277
|
+
Request 4cd096693321e87af4000124: Client UberClient requested token with scope read write
|
42278
|
+
|
42279
|
+
|
42280
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42281
|
+
Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4cd096693321e87af4000123", "client_secret"=>"c68b5a1e25db720f298b2319a0ba4ae2c64a18ac2e44da97dfe6970160964c0c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42282
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4cd096693321e87af4000123&client_secret=c68b5a1e25db720f298b2319a0ba4ae2c64a18ac2e44da97dfe6970160964c0c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42283
|
+
Request 4cd096693321e87af4000126: Client UberClient requested code with scope read write
|
42284
|
+
|
42285
|
+
|
42286
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42287
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000125", "client_secret"=>"df549eac2eda8967b9ee310ba7583035af930279290150a4d2ef8f5fba0c7626", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42288
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000125&client_secret=df549eac2eda8967b9ee310ba7583035af930279290150a4d2ef8f5fba0c7626&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42289
|
+
|
42290
|
+
|
42291
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42292
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42293
|
+
Request 4cd096693321e87af4000126: Client 4cd096693321e87af4000125 denied authorization
|
42294
|
+
Request 4cd096693321e87af4000128: Client UberClient requested code with scope read write
|
42295
|
+
|
42296
|
+
|
42297
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42298
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000127", "client_secret"=>"78ea6e8dce1cfd7102aa6fb020c0976b0a6980c1e92ce8c0fe63ff01071a0ab8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42299
|
+
Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000127&client_secret=78ea6e8dce1cfd7102aa6fb020c0976b0a6980c1e92ce8c0fe63ff01071a0ab8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42300
|
+
|
42301
|
+
|
42302
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42303
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42304
|
+
Request 4cd096693321e87af4000128: Client 4cd096693321e87af4000127 denied authorization
|
42305
|
+
Request 4cd096693321e87af400012a: Client UberClient requested code with scope read write
|
42306
|
+
|
42307
|
+
|
42308
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42309
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000129", "client_secret"=>"68fe7c1d61aff422b86c70617e373e844f18867793a2e57d341c6d46dfa53757", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42310
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000129&client_secret=68fe7c1d61aff422b86c70617e373e844f18867793a2e57d341c6d46dfa53757&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42311
|
+
|
42312
|
+
|
42313
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42314
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42315
|
+
Request 4cd096693321e87af400012a: Client 4cd096693321e87af4000129 denied authorization
|
42316
|
+
Request 4cd096693321e87af400012c: Client UberClient requested code with scope read write
|
42317
|
+
|
42318
|
+
|
42319
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42320
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af400012b", "client_secret"=>"c4888affca9c55cd459bbdcf4b9ed45af5ac36e8469a7f1891965b44f3630c90", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42321
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af400012b&client_secret=c4888affca9c55cd459bbdcf4b9ed45af5ac36e8469a7f1891965b44f3630c90&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42322
|
+
|
42323
|
+
|
42324
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42325
|
+
Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42326
|
+
Request 4cd096693321e87af400012c: Client 4cd096693321e87af400012b denied authorization
|
42327
|
+
Request 4cd096693321e87af400012e: Client UberClient requested code with scope read write
|
42328
|
+
|
42329
|
+
|
42330
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42331
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af400012d", "client_secret"=>"b8e5bcb17efd41279fe8f26719c48277decb90c14f9ab830749a541f7dd2974c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42332
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af400012d&client_secret=b8e5bcb17efd41279fe8f26719c48277decb90c14f9ab830749a541f7dd2974c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42333
|
+
|
42334
|
+
|
42335
|
+
Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42336
|
+
Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
|
42337
|
+
Request 4cd096693321e87af400012e: Client 4cd096693321e87af400012d denied authorization
|
42338
|
+
Request 4cd096693321e87af4000130: Client UberClient requested code with scope read write
|
42339
|
+
|
42340
|
+
|
42341
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42342
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af400012f", "client_secret"=>"7eb40474d7a6ba31ece98bda6ac726dc5c2bdecf556a12745117231720092e58", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42343
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af400012f&client_secret=7eb40474d7a6ba31ece98bda6ac726dc5c2bdecf556a12745117231720092e58&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42344
|
+
|
42345
|
+
|
42346
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42347
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42348
|
+
Request 4cd096693321e87af4000130: Client 4cd096693321e87af400012f granted access code d275b170269e659ef1b704d2ed7a1e1dbe4cae0d2a242ebf8b603ee56352a70e
|
42349
|
+
Request 4cd096693321e87af4000132: Client UberClient requested code with scope read write
|
42350
|
+
|
42351
|
+
|
42352
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42353
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000131", "client_secret"=>"6fa3fe9c166ca8bafa5e8af706cb35cdce392a24b2e68c6886522cf5977a3a93", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42354
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000131&client_secret=6fa3fe9c166ca8bafa5e8af706cb35cdce392a24b2e68c6886522cf5977a3a93&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42355
|
+
|
42356
|
+
|
42357
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42358
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42359
|
+
Request 4cd096693321e87af4000132: Client 4cd096693321e87af4000131 granted access code 8978faf50b71587868ebb18efb56a1cc723b7f599c5fc052b2c7030aa03e5f31
|
42360
|
+
Request 4cd096693321e87af4000134: Client UberClient requested code with scope read write
|
42361
|
+
|
42362
|
+
|
42363
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:29) [GET]
|
42364
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd096693321e87af4000133", "client_secret"=>"34c5c93772558d221ea729299bf8279fe8c70437f8a2e3f02a393abae1bc11d2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42365
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd096693321e87af4000133&client_secret=34c5c93772558d221ea729299bf8279fe8c70437f8a2e3f02a393abae1bc11d2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42366
|
+
|
42367
|
+
|
42368
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:29) [POST]
|
42369
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42370
|
+
Request 4cd096693321e87af4000134: Client 4cd096693321e87af4000133 granted access code bea0bd4960c2de2fdd6f01460b64bb9decd8af1f05d08e7102d457220a8f70ba
|
42371
|
+
Request 4cd0966a3321e87af4000136: Client UberClient requested code with scope read write
|
42372
|
+
|
42373
|
+
|
42374
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42375
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af4000135", "client_secret"=>"4cc297bbc481c8fc16240c17d5cdb949454fa1b50bef2955e17bb1b247195674", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42376
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af4000135&client_secret=4cc297bbc481c8fc16240c17d5cdb949454fa1b50bef2955e17bb1b247195674&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42377
|
+
|
42378
|
+
|
42379
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:30) [POST]
|
42380
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42381
|
+
Request 4cd0966a3321e87af4000136: Client 4cd0966a3321e87af4000135 granted access code ed90d81030ad807b69d441ae2059e9f48a6d822a4127dfba0aa6cf3c0f04a6ad
|
42382
|
+
Request 4cd0966a3321e87af4000138: Client UberClient requested code with scope read write
|
42383
|
+
|
42384
|
+
|
42385
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42386
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af4000137", "client_secret"=>"06ec9852b6a47bc40f3c7a24b21065621f7dbdcd7a9e7a03ceb4253adc9c2acf", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42387
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af4000137&client_secret=06ec9852b6a47bc40f3c7a24b21065621f7dbdcd7a9e7a03ceb4253adc9c2acf&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42388
|
+
|
42389
|
+
|
42390
|
+
Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 15:53:30) [POST]
|
42391
|
+
Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
|
42392
|
+
Request 4cd0966a3321e87af4000138: Client 4cd0966a3321e87af4000137 granted access code 835b422b3f88b7e47fe5ba7ea6fa70adefba39c0c36b77230f4111cda0d3e20f
|
42393
|
+
Request 4cd0966a3321e87af400013a: Client UberClient requested code with scope read write
|
42394
|
+
|
42395
|
+
|
42396
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42397
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af4000139", "client_secret"=>"04e56fe78a8f23d830fbbd3f464dd0dd8c6b25552fc4e98c21a339da613dca1a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42398
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af4000139&client_secret=04e56fe78a8f23d830fbbd3f464dd0dd8c6b25552fc4e98c21a339da613dca1a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42399
|
+
Request 4cd0966a3321e87af400013c: Client UberClient requested code with scope read write
|
42400
|
+
|
42401
|
+
|
42402
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42403
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af400013b", "client_secret"=>"1b589ed4bb03d3113faa5751e75900c11da3200a0cb8c5e25b9b4a6bde1f4946", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
|
42404
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af400013b&client_secret=1b589ed4bb03d3113faa5751e75900c11da3200a0cb8c5e25b9b4a6bde1f4946&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
|
42405
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42406
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42407
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42408
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42409
|
+
Authorization request with invalid redirect_uri: http:not-valid Redirect URL looks fishy to me
|
42410
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
42411
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
42412
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
42413
|
+
Authorization request error: redirect_uri_mismatch Must use the same redirect URI you registered with us.
|
42414
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42415
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42416
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42417
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42418
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42419
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42420
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42421
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42422
|
+
Authorization request with invalid redirect_uri: Redirect URL looks fishy to me
|
42423
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42424
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42425
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42426
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42427
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42428
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42429
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42430
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42431
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42432
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42433
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42434
|
+
Authorization request error: unsupported_response_type The requested response type is not supported.
|
42435
|
+
Request 4cd0966a3321e87af400015c: Client UberClient requested code with scope read write
|
42436
|
+
|
42437
|
+
|
42438
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42439
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af400015b", "client_secret"=>"2f7a7b99f02d7f3e3b1c7acf2218b3ac0a49057a960b3e84f834430d1a6ee5b6", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
42440
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af400015b&client_secret=2f7a7b99f02d7f3e3b1c7acf2218b3ac0a49057a960b3e84f834430d1a6ee5b6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
42441
|
+
Request 4cd0966a3321e87af400015e: Client UberClient requested code with scope read write
|
42442
|
+
|
42443
|
+
|
42444
|
+
Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 15:53:30) [GET]
|
42445
|
+
Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4cd0966a3321e87af400015d", "client_secret"=>"9c570c704b5f16bb4b5e629def3e27e268abfddbb0a2d196b9a6227e300cc522", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
|
42446
|
+
Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4cd0966a3321e87af400015d&client_secret=9c570c704b5f16bb4b5e629def3e27e268abfddbb0a2d196b9a6227e300cc522&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
|
42447
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
42448
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
42449
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
42450
|
+
Authorization request error: invalid_scope The requested scope is not supported.
|
42451
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42452
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42453
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|
42454
|
+
Authorization request error: invalid_client Client ID and client secret do not match.
|