rack-oauth2-server 1.0.beta → 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
data/CHANGELOG CHANGED
@@ -1,3 +1,3 @@
1
- 2010-11-02 1.0.0.beta
1
+ 2010-11-02 1.0.0
2
2
 
3
3
  World premiere.
@@ -2,7 +2,7 @@ module Rack
2
2
  module OAuth2
3
3
  class Server
4
4
 
5
- VERSION = "1.0.beta"
5
+ VERSION = "1.0.0"
6
6
 
7
7
  end
8
8
  end
@@ -14708,3 +14708,1539 @@ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=rea
14708
14708
  Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:43:33) [GET]
14709
14709
  Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfcf353321e8544200015d", "client_secret"=>"fcf77dace7676f435c1eb56b71d1a2f3a3fbc4da0890af9b9847bd6f5a645a9f", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
14710
14710
  Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfcf353321e8544200015d&client_secret=fcf77dace7676f435c1eb56b71d1a2f3a3fbc4da0890af9b9847bd6f5a645a9f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
14711
+
14712
+
14713
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14714
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000001", "client_secret"=>"de5ab4174e491376128647846fbfac05f18dec51aba608ed21b280d761367149", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14715
+ Completed in 6ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000001&client_secret=de5ab4174e491376128647846fbfac05f18dec51aba608ed21b280d761367149&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14716
+
14717
+
14718
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14719
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14720
+
14721
+
14722
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14723
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000003", "client_secret"=>"a99505a96bdcd71aee906526da47044346deafc1217771de885d88ece915e0b1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14724
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000003&client_secret=a99505a96bdcd71aee906526da47044346deafc1217771de885d88ece915e0b1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14725
+
14726
+
14727
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14728
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14729
+
14730
+
14731
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14732
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000005", "client_secret"=>"96c532b76d86eff921b0e6ddd5b2968fb0b42f54f4bd8ee885dc63893bf7b513", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14733
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000005&client_secret=96c532b76d86eff921b0e6ddd5b2968fb0b42f54f4bd8ee885dc63893bf7b513&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14734
+
14735
+
14736
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14737
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14738
+
14739
+
14740
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14741
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000007", "client_secret"=>"3575cd9f7b3abc7be533885c643664cc613002e4244462f3d7e4d49957eb965b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14742
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000007&client_secret=3575cd9f7b3abc7be533885c643664cc613002e4244462f3d7e4d49957eb965b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14743
+
14744
+
14745
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14746
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14747
+
14748
+
14749
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14750
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000009", "client_secret"=>"b170abf0f9ae33939f164671684b62a3046299a06dab1befc1f1dc2b93a6a508", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14751
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000009&client_secret=b170abf0f9ae33939f164671684b62a3046299a06dab1befc1f1dc2b93a6a508&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14752
+
14753
+
14754
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14755
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14756
+
14757
+
14758
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14759
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00000b", "client_secret"=>"308c45ba051f10261fb53756226b0ddcf334173a3df919383787d911b9e1ec76", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14760
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00000b&client_secret=308c45ba051f10261fb53756226b0ddcf334173a3df919383787d911b9e1ec76&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14761
+
14762
+
14763
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14764
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14765
+
14766
+
14767
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14768
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00000d", "client_secret"=>"56def8f697b0c1e4208b99722414ee49e07f81022b2447bab65608cbf95a027e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14769
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00000d&client_secret=56def8f697b0c1e4208b99722414ee49e07f81022b2447bab65608cbf95a027e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14770
+
14771
+
14772
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14773
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14774
+
14775
+
14776
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14777
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00000f", "client_secret"=>"6ba3c7a78ed0149507bf60732fcfa3fdd9266704d9a9217343bbc922a85328f6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14778
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00000f&client_secret=6ba3c7a78ed0149507bf60732fcfa3fdd9266704d9a9217343bbc922a85328f6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14779
+
14780
+
14781
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14782
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14783
+
14784
+
14785
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14786
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000011", "client_secret"=>"42ca092c99906e2ffe468484be3c5c69217af2db8d25355de8ee0b86a45d8ab4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14787
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000011&client_secret=42ca092c99906e2ffe468484be3c5c69217af2db8d25355de8ee0b86a45d8ab4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14788
+
14789
+
14790
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14791
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14792
+
14793
+
14794
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14795
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000013", "client_secret"=>"3f9b1fb6e83f03b648f033aede8ba79d6b4c4432ca94388db0f32ac5065ebb69", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14796
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000013&client_secret=3f9b1fb6e83f03b648f033aede8ba79d6b4c4432ca94388db0f32ac5065ebb69&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14797
+
14798
+
14799
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14800
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14801
+
14802
+
14803
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14804
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000015", "client_secret"=>"3d99d49135d626e0f876c8eb4bb9152918ae4d2726ebbbb2e6ca36cd02bb4233", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14805
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000015&client_secret=3d99d49135d626e0f876c8eb4bb9152918ae4d2726ebbbb2e6ca36cd02bb4233&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14806
+
14807
+
14808
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14809
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14810
+
14811
+
14812
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14813
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000017", "client_secret"=>"ace1ff899837b4b1eaf15b69b3ddafd3a4466540692f379bd461af4b546495c7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14814
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000017&client_secret=ace1ff899837b4b1eaf15b69b3ddafd3a4466540692f379bd461af4b546495c7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14815
+
14816
+
14817
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14818
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14819
+
14820
+
14821
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14822
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000019", "client_secret"=>"a52854f96d807bfe2c7d5d74e4798121de2dd88bc19b642234f19ee0d8e411ff", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14823
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000019&client_secret=a52854f96d807bfe2c7d5d74e4798121de2dd88bc19b642234f19ee0d8e411ff&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14824
+
14825
+
14826
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14827
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14828
+
14829
+
14830
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14831
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00001b", "client_secret"=>"55427078622e0e90d1da838b91bbc04a9daed802d5595f00459b4b97ed497ed9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14832
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00001b&client_secret=55427078622e0e90d1da838b91bbc04a9daed802d5595f00459b4b97ed497ed9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14833
+
14834
+
14835
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14836
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14837
+
14838
+
14839
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14840
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00001d", "client_secret"=>"962750e737bf1bf3e8cbba0174cb893a9420ab872a4ad3c38113cee0f125c061", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14841
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00001d&client_secret=962750e737bf1bf3e8cbba0174cb893a9420ab872a4ad3c38113cee0f125c061&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14842
+
14843
+
14844
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14845
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14846
+
14847
+
14848
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14849
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00001f", "client_secret"=>"daacc75c577df8edd26202a23ac99a1cebae307beb8c42e51c396415fafbcc03", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14850
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00001f&client_secret=daacc75c577df8edd26202a23ac99a1cebae307beb8c42e51c396415fafbcc03&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14851
+
14852
+
14853
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14854
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14855
+
14856
+
14857
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14858
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000021", "client_secret"=>"b50a3f4b7ad59b7b4eb748cf37047a818f37aaa8e3e9cccaeeac9848a4b8838f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14859
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000021&client_secret=b50a3f4b7ad59b7b4eb748cf37047a818f37aaa8e3e9cccaeeac9848a4b8838f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14860
+
14861
+
14862
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14863
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14864
+
14865
+
14866
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14867
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000023", "client_secret"=>"931122587e0876b3ea7ec345c2161db0137f836317824fb319ab99b5436545f7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14868
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000023&client_secret=931122587e0876b3ea7ec345c2161db0137f836317824fb319ab99b5436545f7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14869
+
14870
+
14871
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14872
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14873
+
14874
+
14875
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14876
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000025", "client_secret"=>"7691244a1c547d2be6558dd06948b2e607e0112294bea6add17b5a64fb59279b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14877
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000025&client_secret=7691244a1c547d2be6558dd06948b2e607e0112294bea6add17b5a64fb59279b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14878
+
14879
+
14880
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14881
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14882
+
14883
+
14884
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14885
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000027", "client_secret"=>"47f372ea6169b18d08530c862a9713fff0f48aac8f196b611626c87a7ef44700", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14886
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000027&client_secret=47f372ea6169b18d08530c862a9713fff0f48aac8f196b611626c87a7ef44700&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14887
+
14888
+
14889
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14890
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14891
+
14892
+
14893
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14894
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000029", "client_secret"=>"2b3adac0f716c9372aaca5c2551e21b1b96aec05b6ac3895d90b4507aab999e7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14895
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000029&client_secret=2b3adac0f716c9372aaca5c2551e21b1b96aec05b6ac3895d90b4507aab999e7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14896
+
14897
+
14898
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14899
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14900
+
14901
+
14902
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14903
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00002b", "client_secret"=>"7277b57d195ba9bb924251af55136b9196bf58e8aa46de839ffde8df2dbb23b0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14904
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00002b&client_secret=7277b57d195ba9bb924251af55136b9196bf58e8aa46de839ffde8df2dbb23b0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14905
+
14906
+
14907
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14908
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14909
+
14910
+
14911
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14912
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00002d", "client_secret"=>"4604b93637a749bfd88ae0409981ca1212cb9e60dea41a2f63981eff637b2e1c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14913
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00002d&client_secret=4604b93637a749bfd88ae0409981ca1212cb9e60dea41a2f63981eff637b2e1c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14914
+
14915
+
14916
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14917
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14918
+
14919
+
14920
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14921
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00002f", "client_secret"=>"7f883a3bf00927a02646bbeb8fbec74ff242578c11d814603bd3e387ba00793c", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14922
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00002f&client_secret=7f883a3bf00927a02646bbeb8fbec74ff242578c11d814603bd3e387ba00793c&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14923
+
14924
+
14925
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14926
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14927
+
14928
+
14929
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14930
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000031", "client_secret"=>"a0b2898f6bc779ebe69df941f48f1a68bf021717c52d1b7d45a3c445e56c1825", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14931
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000031&client_secret=a0b2898f6bc779ebe69df941f48f1a68bf021717c52d1b7d45a3c445e56c1825&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14932
+
14933
+
14934
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14935
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14936
+
14937
+
14938
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14939
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000033", "client_secret"=>"fd28c510ad460d6afcbe8034873a70b3dd1de7a8d378c49ae0fd73533cd42de9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14940
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000033&client_secret=fd28c510ad460d6afcbe8034873a70b3dd1de7a8d378c49ae0fd73533cd42de9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14941
+
14942
+
14943
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14944
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14945
+
14946
+
14947
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14948
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000035", "client_secret"=>"2215bc490e133f6bde6fdac0f23abee3bdf5dfda8ed701ee0393de359dd3a554", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14949
+ Completed in 4ms (View: 2 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000035&client_secret=2215bc490e133f6bde6fdac0f23abee3bdf5dfda8ed701ee0393de359dd3a554&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14950
+
14951
+
14952
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14953
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14954
+
14955
+
14956
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14957
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000037", "client_secret"=>"e7587d47b8ab6dfc10dcc58caec34837b18244b13baa02ec2af3a7aa1ac9b896", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14958
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000037&client_secret=e7587d47b8ab6dfc10dcc58caec34837b18244b13baa02ec2af3a7aa1ac9b896&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14959
+
14960
+
14961
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14962
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14963
+
14964
+
14965
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14966
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000039", "client_secret"=>"771ce2578b3288c991c4ecd13d3a532a473593a169534cc0af14cd294ae6b493", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14967
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000039&client_secret=771ce2578b3288c991c4ecd13d3a532a473593a169534cc0af14cd294ae6b493&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14968
+
14969
+
14970
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14971
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14972
+
14973
+
14974
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14975
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00003b", "client_secret"=>"10945d303f1d8e46af1e035ae352aef554d4a56fa3bf764d9da12bec1509bd62", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14976
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00003b&client_secret=10945d303f1d8e46af1e035ae352aef554d4a56fa3bf764d9da12bec1509bd62&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14977
+
14978
+
14979
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14980
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14981
+
14982
+
14983
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14984
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00003d", "client_secret"=>"998832ecbe9acbb8783f9f5a22e1e49db0e4234cd530da2ba00c38d4da63774e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14985
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00003d&client_secret=998832ecbe9acbb8783f9f5a22e1e49db0e4234cd530da2ba00c38d4da63774e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14986
+
14987
+
14988
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14989
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14990
+
14991
+
14992
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
14993
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00003f", "client_secret"=>"c391f4ec4489fa85d4812703b0a4554db461ce3faa958c8e9ba5e5715c88b7c8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
14994
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00003f&client_secret=c391f4ec4489fa85d4812703b0a4554db461ce3faa958c8e9ba5e5715c88b7c8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
14995
+
14996
+
14997
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
14998
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
14999
+
15000
+
15001
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15002
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000041", "client_secret"=>"d6c97e09dfc3364f7b72ad80d36e0195ce8cd254711c7979aee24488758412b8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15003
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000041&client_secret=d6c97e09dfc3364f7b72ad80d36e0195ce8cd254711c7979aee24488758412b8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15004
+
15005
+
15006
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15007
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15008
+
15009
+
15010
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15011
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000043", "client_secret"=>"07696f99d1c81dda0876d5b567ed9d940b1c56fa4e5b2939d5feede5ba83f587", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15012
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000043&client_secret=07696f99d1c81dda0876d5b567ed9d940b1c56fa4e5b2939d5feede5ba83f587&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15013
+
15014
+
15015
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15016
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15017
+
15018
+
15019
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15020
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000045", "client_secret"=>"50c469c786d41a2bd4fd1bb5259c2ad9fa9bb4b596743fd78049031ba594a333", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15021
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000045&client_secret=50c469c786d41a2bd4fd1bb5259c2ad9fa9bb4b596743fd78049031ba594a333&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15022
+
15023
+
15024
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15025
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15026
+
15027
+
15028
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15029
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000047", "client_secret"=>"3a012a21cef48659b3ed99d671baa5215768b68838875a653cf8e96903c1ebe9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15030
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000047&client_secret=3a012a21cef48659b3ed99d671baa5215768b68838875a653cf8e96903c1ebe9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15031
+
15032
+
15033
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15034
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15035
+
15036
+
15037
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15038
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e000049", "client_secret"=>"fe1c77ece492c96a55e0b061f47fae22666e7e4a877c1d98e71f7d1b964d18a8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15039
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e000049&client_secret=fe1c77ece492c96a55e0b061f47fae22666e7e4a877c1d98e71f7d1b964d18a8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15040
+
15041
+
15042
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15043
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15044
+
15045
+
15046
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:09) [GET]
15047
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fd3321e8565e00004b", "client_secret"=>"efb39a5230d41ca93d7be5665db2694475f11bb19a6c75d0f75a5edb21539401", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15048
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fd3321e8565e00004b&client_secret=efb39a5230d41ca93d7be5665db2694475f11bb19a6c75d0f75a5edb21539401&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15049
+
15050
+
15051
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:09) [POST]
15052
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15053
+
15054
+
15055
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15056
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00004d", "client_secret"=>"9d86b0aa5a24f4241be7e70cfd012f3b38545f37dffa8a869f199cc803a5667d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15057
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00004d&client_secret=9d86b0aa5a24f4241be7e70cfd012f3b38545f37dffa8a869f199cc803a5667d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15058
+
15059
+
15060
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15061
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15062
+
15063
+
15064
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15065
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00004f", "client_secret"=>"ae5f28ec9ae92b120a3d052a9a9110b261d2900d1b230e1dac722520155061d9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15066
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00004f&client_secret=ae5f28ec9ae92b120a3d052a9a9110b261d2900d1b230e1dac722520155061d9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15067
+
15068
+
15069
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15070
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15071
+
15072
+
15073
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15074
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000051", "client_secret"=>"d5268e4ea817f8cde304d42897dab721fed10b938ca07c6a8a9a771ca27390a2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15075
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000051&client_secret=d5268e4ea817f8cde304d42897dab721fed10b938ca07c6a8a9a771ca27390a2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15076
+
15077
+
15078
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15079
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15080
+
15081
+
15082
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15083
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000053", "client_secret"=>"579301754ff04903753da8c7a774a308fbd69e834a65f246d6ea3bf264fc7a95", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15084
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000053&client_secret=579301754ff04903753da8c7a774a308fbd69e834a65f246d6ea3bf264fc7a95&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15085
+
15086
+
15087
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15088
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15089
+
15090
+
15091
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15092
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000055", "client_secret"=>"ea4e8809a72154f9da9e8a9565bafde2b76d8f260fec2fdb645cab24aa31f43e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15093
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000055&client_secret=ea4e8809a72154f9da9e8a9565bafde2b76d8f260fec2fdb645cab24aa31f43e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15094
+
15095
+
15096
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15097
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15098
+
15099
+
15100
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15101
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000057", "client_secret"=>"aba5a14ac985bbb7da42c0d3a054da6043eac897eebf7c4bb44c3a2e350b71a2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15102
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000057&client_secret=aba5a14ac985bbb7da42c0d3a054da6043eac897eebf7c4bb44c3a2e350b71a2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15103
+
15104
+
15105
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15106
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15107
+
15108
+
15109
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15110
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000059", "client_secret"=>"f01cb9691dcb7395c98752f3ec66b8782105d3fee16012a58cc7f864755a0233", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15111
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000059&client_secret=f01cb9691dcb7395c98752f3ec66b8782105d3fee16012a58cc7f864755a0233&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15112
+
15113
+
15114
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15115
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15116
+
15117
+
15118
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15119
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00005b", "client_secret"=>"176b3caf075a5a84e2e388dcf4949e3a22e6590cb237543564984b2bb8c4ce6a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15120
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00005b&client_secret=176b3caf075a5a84e2e388dcf4949e3a22e6590cb237543564984b2bb8c4ce6a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15121
+
15122
+
15123
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15124
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15125
+
15126
+
15127
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15128
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00005d", "client_secret"=>"f3f48c3cb8e0b98fa46b53c3e3619e123979f7ff41a50cef47e5de65d0d70313", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15129
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00005d&client_secret=f3f48c3cb8e0b98fa46b53c3e3619e123979f7ff41a50cef47e5de65d0d70313&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15130
+
15131
+
15132
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15133
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15134
+
15135
+
15136
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15137
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00005f", "client_secret"=>"01242edb9c5e951f0150008fafa678cd4f5527e829f3161e53048e387098f342", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15138
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00005f&client_secret=01242edb9c5e951f0150008fafa678cd4f5527e829f3161e53048e387098f342&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15139
+
15140
+
15141
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15142
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15143
+
15144
+
15145
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15146
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000061", "client_secret"=>"878804659ed71176506c6761283821ca6ad3b7d931119d08ab2eb3e4f90aa080", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15147
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000061&client_secret=878804659ed71176506c6761283821ca6ad3b7d931119d08ab2eb3e4f90aa080&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15148
+
15149
+
15150
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15151
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15152
+
15153
+
15154
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15155
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000063", "client_secret"=>"5d77b4a47eb8b4e507b02187154b6448cbbd9dec8019b0602f33e2bca900ece5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15156
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000063&client_secret=5d77b4a47eb8b4e507b02187154b6448cbbd9dec8019b0602f33e2bca900ece5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15157
+
15158
+
15159
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15160
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15161
+
15162
+
15163
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15164
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000065", "client_secret"=>"a9ba2d713df672d92782bec743101c2500dd8a1c790ba97424eb676338310ce7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15165
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000065&client_secret=a9ba2d713df672d92782bec743101c2500dd8a1c790ba97424eb676338310ce7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15166
+
15167
+
15168
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15169
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15170
+
15171
+
15172
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15173
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000067", "client_secret"=>"6dcbfeb3d012e5dd00668952ee2086c94c727b206f54a32c6792ab325f5cddf1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15174
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000067&client_secret=6dcbfeb3d012e5dd00668952ee2086c94c727b206f54a32c6792ab325f5cddf1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15175
+
15176
+
15177
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15178
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15179
+
15180
+
15181
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15182
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000069", "client_secret"=>"4275d14ec87ffee2eb99aac7e4432eb2d5498eabbe1f2ab1dad001ec9cddbb48", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15183
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000069&client_secret=4275d14ec87ffee2eb99aac7e4432eb2d5498eabbe1f2ab1dad001ec9cddbb48&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15184
+
15185
+
15186
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15187
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15188
+
15189
+
15190
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15191
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00006b", "client_secret"=>"8fa9e17349b4790848499d36bd792b2b1ed7b461517d8758ad7a0862e6fc0dc1", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15192
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00006b&client_secret=8fa9e17349b4790848499d36bd792b2b1ed7b461517d8758ad7a0862e6fc0dc1&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15193
+
15194
+
15195
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15196
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15197
+
15198
+
15199
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15200
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00006d", "client_secret"=>"c9251208acf65cd32be21f309a33717325a09403478da32638b783f44e632413", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15201
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00006d&client_secret=c9251208acf65cd32be21f309a33717325a09403478da32638b783f44e632413&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15202
+
15203
+
15204
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15205
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15206
+
15207
+
15208
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15209
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00006f", "client_secret"=>"c2fce59936148bd8317bb0cfeec25a80ec70fb98304d0bdef8cc7862f8f8dfc6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15210
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00006f&client_secret=c2fce59936148bd8317bb0cfeec25a80ec70fb98304d0bdef8cc7862f8f8dfc6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15211
+
15212
+
15213
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15214
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15215
+
15216
+
15217
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15218
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000071", "client_secret"=>"b1972e2b967dc347fac6bbd2695cbf5a96bbca05b3e171d9addf2f2bbd409578", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15219
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000071&client_secret=b1972e2b967dc347fac6bbd2695cbf5a96bbca05b3e171d9addf2f2bbd409578&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15220
+
15221
+
15222
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15223
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15224
+
15225
+
15226
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15227
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000073", "client_secret"=>"738cf5c5348bccca41889f6a367747c08611fbfe39f8aea686c19faf807c7cd6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15228
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000073&client_secret=738cf5c5348bccca41889f6a367747c08611fbfe39f8aea686c19faf807c7cd6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15229
+
15230
+
15231
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15232
+ Completed in 2ms (View: 1 | 200 OK [http://example.org/oauth/grant]
15233
+
15234
+
15235
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15236
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000075", "client_secret"=>"e0efe56675ba1f113c1a051340d95b687c920afb5c7929683aef8dcd5c01913f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15237
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000075&client_secret=e0efe56675ba1f113c1a051340d95b687c920afb5c7929683aef8dcd5c01913f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15238
+
15239
+
15240
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15241
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15242
+
15243
+
15244
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15245
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000077", "client_secret"=>"9342f4902d150f41044045ac2216b895804ec77a68f44b2639d3b8e89acb0e52", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15246
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000077&client_secret=9342f4902d150f41044045ac2216b895804ec77a68f44b2639d3b8e89acb0e52&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15247
+
15248
+
15249
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15250
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15251
+
15252
+
15253
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15254
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000079", "client_secret"=>"7ade538b1859c684b3de160146e533079691a48fa4303c98fe0768e71c28f129", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15255
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000079&client_secret=7ade538b1859c684b3de160146e533079691a48fa4303c98fe0768e71c28f129&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15256
+
15257
+
15258
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15259
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15260
+
15261
+
15262
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15263
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00007b", "client_secret"=>"e5b0f6c808a69df8653db904e0bebb7f289feb3a1fb8e74cd222c81969398d15", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15264
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00007b&client_secret=e5b0f6c808a69df8653db904e0bebb7f289feb3a1fb8e74cd222c81969398d15&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15265
+
15266
+
15267
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15268
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15269
+
15270
+
15271
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15272
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00007d", "client_secret"=>"b244fd07ca8d7635f3e581905853c0c5fe0e54d282e5a402371cc03a4cd9bdcf", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15273
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00007d&client_secret=b244fd07ca8d7635f3e581905853c0c5fe0e54d282e5a402371cc03a4cd9bdcf&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15274
+
15275
+
15276
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15277
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15278
+
15279
+
15280
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15281
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00007f", "client_secret"=>"ff51aa98225386e7d824e792cf9ce7ab57a48ff842aef242080680a51319e38a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15282
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00007f&client_secret=ff51aa98225386e7d824e792cf9ce7ab57a48ff842aef242080680a51319e38a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15283
+
15284
+
15285
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15286
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15287
+
15288
+
15289
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15290
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000081", "client_secret"=>"629f310a95fbb398d5988129770c0754d53f81ffefed3e29c533111cfecaa029", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15291
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000081&client_secret=629f310a95fbb398d5988129770c0754d53f81ffefed3e29c533111cfecaa029&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15292
+
15293
+
15294
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15295
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15296
+
15297
+
15298
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15299
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000083", "client_secret"=>"51dc46e183a00fcac7ff9b25703ca22ca3681c9b9bbbeaca1b0d65e8092c7b09", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15300
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000083&client_secret=51dc46e183a00fcac7ff9b25703ca22ca3681c9b9bbbeaca1b0d65e8092c7b09&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15301
+
15302
+
15303
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15304
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15305
+
15306
+
15307
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15308
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000085", "client_secret"=>"d596a5a9373a47777955673ca2fd68805e0658579ac88dcf8dc0eedce9ee4496", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15309
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000085&client_secret=d596a5a9373a47777955673ca2fd68805e0658579ac88dcf8dc0eedce9ee4496&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15310
+
15311
+
15312
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15313
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15314
+
15315
+
15316
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15317
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000087", "client_secret"=>"ce12ecf125b7aad68d04b714c2ee5242e3beca1ed029c72ecd6bc3180f98c2a0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15318
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000087&client_secret=ce12ecf125b7aad68d04b714c2ee5242e3beca1ed029c72ecd6bc3180f98c2a0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15319
+
15320
+
15321
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15322
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15323
+
15324
+
15325
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15326
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000089", "client_secret"=>"c0bcfa36ed0e4824721cd649e91fa6fca0649a1c00e1b28c126cea0d39e34a82", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15327
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000089&client_secret=c0bcfa36ed0e4824721cd649e91fa6fca0649a1c00e1b28c126cea0d39e34a82&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15328
+
15329
+
15330
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15331
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15332
+
15333
+
15334
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15335
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00008b", "client_secret"=>"bb3ba22a826cd891da3ce97aa65dee4dcce9bddd45d113eb8cbe93b166e1ac75", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15336
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00008b&client_secret=bb3ba22a826cd891da3ce97aa65dee4dcce9bddd45d113eb8cbe93b166e1ac75&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15337
+
15338
+
15339
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15340
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15341
+
15342
+
15343
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15344
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00008d", "client_secret"=>"600d0caf9d49e215f65bc8fbef5b4d68e474a459eebfa5594a995fe70faa6e53", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15345
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00008d&client_secret=600d0caf9d49e215f65bc8fbef5b4d68e474a459eebfa5594a995fe70faa6e53&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15346
+
15347
+
15348
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15349
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15350
+
15351
+
15352
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15353
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00008f", "client_secret"=>"0d5b6d1f85ec0f0313dcb2d01a4d7e29e8030117624a97a6d0c68c2daa9c2587", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15354
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00008f&client_secret=0d5b6d1f85ec0f0313dcb2d01a4d7e29e8030117624a97a6d0c68c2daa9c2587&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15355
+
15356
+
15357
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15358
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15359
+
15360
+
15361
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15362
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000091", "client_secret"=>"2acb77fc94dd62120b3bf2059bc376d66a17363da7ec76872adb4c87b478ff78", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15363
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000091&client_secret=2acb77fc94dd62120b3bf2059bc376d66a17363da7ec76872adb4c87b478ff78&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15364
+
15365
+
15366
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15367
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15368
+
15369
+
15370
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15371
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000093", "client_secret"=>"c78c4c705edfc0b8c057d1efd889b45e024aaf6a5768420953a1197f70e0d7ab", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15372
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000093&client_secret=c78c4c705edfc0b8c057d1efd889b45e024aaf6a5768420953a1197f70e0d7ab&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15373
+
15374
+
15375
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15376
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15377
+
15378
+
15379
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15380
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000095", "client_secret"=>"f2ff375385b185a320264a1259be63f5995255d3dd193a790f633a7f6daf03ce", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15381
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000095&client_secret=f2ff375385b185a320264a1259be63f5995255d3dd193a790f633a7f6daf03ce&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15382
+
15383
+
15384
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15385
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15386
+
15387
+
15388
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15389
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000097", "client_secret"=>"376d34f3dbeebf838f4f8a33ee44a4535823b514586947f70879c0d5a781affa", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15390
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000097&client_secret=376d34f3dbeebf838f4f8a33ee44a4535823b514586947f70879c0d5a781affa&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15391
+
15392
+
15393
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15394
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15395
+
15396
+
15397
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15398
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e000099", "client_secret"=>"9260f78b3721ce6790d418969c3310b55db36720e59add4fa2ab153534af55c2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15399
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e000099&client_secret=9260f78b3721ce6790d418969c3310b55db36720e59add4fa2ab153534af55c2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15400
+
15401
+
15402
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15403
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15404
+
15405
+
15406
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15407
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00009b", "client_secret"=>"2244ec0d37a4b3670a531ddf1e61e9939f73c7e35a491518f257308d7da91cf7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15408
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00009b&client_secret=2244ec0d37a4b3670a531ddf1e61e9939f73c7e35a491518f257308d7da91cf7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15409
+
15410
+
15411
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15412
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15413
+
15414
+
15415
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15416
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00009d", "client_secret"=>"37206f0fab4e0f1087b3355739110313b2f06fe753d2fd135390b915b22b6857", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15417
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00009d&client_secret=37206f0fab4e0f1087b3355739110313b2f06fe753d2fd135390b915b22b6857&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15418
+
15419
+
15420
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15421
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15422
+
15423
+
15424
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:10) [GET]
15425
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0fe3321e8565e00009f", "client_secret"=>"09f2274f74745d35dbc98b62697959677ac69c7d4887557e42a62ef9819b242e", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15426
+ Completed in 5ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0fe3321e8565e00009f&client_secret=09f2274f74745d35dbc98b62697959677ac69c7d4887557e42a62ef9819b242e&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15427
+
15428
+
15429
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:10) [POST]
15430
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15431
+
15432
+
15433
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15434
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000a1", "client_secret"=>"30462175b2045b942f10840df8816648c2a1fc93af228169a2c83a662101c172", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15435
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000a1&client_secret=30462175b2045b942f10840df8816648c2a1fc93af228169a2c83a662101c172&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15436
+
15437
+
15438
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15439
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15440
+
15441
+
15442
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15443
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000a3", "client_secret"=>"89faf9df1acc6f8c377d362b0fb1a10f507fca095ff38b4a58d2b1c59f2ed841", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15444
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000a3&client_secret=89faf9df1acc6f8c377d362b0fb1a10f507fca095ff38b4a58d2b1c59f2ed841&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15445
+
15446
+
15447
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15448
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15449
+
15450
+
15451
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15452
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000a5", "client_secret"=>"3ead28b25e648ff94cda2859e82c646db1425685d83db51e02cb7fd81e878088", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15453
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000a5&client_secret=3ead28b25e648ff94cda2859e82c646db1425685d83db51e02cb7fd81e878088&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15454
+
15455
+
15456
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15457
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15458
+
15459
+
15460
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15461
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000a7", "client_secret"=>"47213910f3c21fb7a44891dd60b0ed19fceaeeef02befde4cd9894276ff49bbf", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15462
+ Completed in 8ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000a7&client_secret=47213910f3c21fb7a44891dd60b0ed19fceaeeef02befde4cd9894276ff49bbf&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15463
+
15464
+
15465
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15466
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15467
+
15468
+
15469
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15470
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/change]
15471
+
15472
+
15473
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15474
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000a9", "client_secret"=>"a636d0101194af295d52468e88185eb5a0db413e70e45e4828532f832c21bf50", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15475
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000a9&client_secret=a636d0101194af295d52468e88185eb5a0db413e70e45e4828532f832c21bf50&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15476
+
15477
+
15478
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15479
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15480
+
15481
+
15482
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15483
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
15484
+
15485
+
15486
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15487
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000ab", "client_secret"=>"f272af0d8b9082cfdfbb9164be8e904125e33f2e21bf8febc7c9f39b32fb07af", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15488
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000ab&client_secret=f272af0d8b9082cfdfbb9164be8e904125e33f2e21bf8febc7c9f39b32fb07af&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15489
+
15490
+
15491
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15492
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15493
+
15494
+
15495
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15496
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000ad", "client_secret"=>"eb11032a73dc9cdb8c2af9cbdf21d5999649b5fc296f3f5409551ed086dcde94", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15497
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000ad&client_secret=eb11032a73dc9cdb8c2af9cbdf21d5999649b5fc296f3f5409551ed086dcde94&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15498
+
15499
+
15500
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15501
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15502
+
15503
+
15504
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15505
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000af", "client_secret"=>"a98719b5cd2b6c73f0d236eab8b254a014a2c9c8251f538233af6ba55dc85199", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15506
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000af&client_secret=a98719b5cd2b6c73f0d236eab8b254a014a2c9c8251f538233af6ba55dc85199&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15507
+
15508
+
15509
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15510
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15511
+
15512
+
15513
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15514
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000b1", "client_secret"=>"f36fe152cd988c667bfe8db5b8fd4e92ce32010b75bad7801c6d2da4c679fe0b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15515
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000b1&client_secret=f36fe152cd988c667bfe8db5b8fd4e92ce32010b75bad7801c6d2da4c679fe0b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15516
+
15517
+
15518
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15519
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15520
+
15521
+
15522
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15523
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000b3", "client_secret"=>"452d6f36762f19e5969d714713f5339076f63788bdc42f768c8cce5ab1907c16", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15524
+ Completed in 3ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000b3&client_secret=452d6f36762f19e5969d714713f5339076f63788bdc42f768c8cce5ab1907c16&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15525
+
15526
+
15527
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15528
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15529
+
15530
+
15531
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15532
+ Parameters: {"oauth_token"=>"25112381f3113702ef6c3d7711c26ccf91e297f7d4225eef68379fd834ea797b"}
15533
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
15534
+
15535
+
15536
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15537
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000b5", "client_secret"=>"ac02b4b528ad45eb2161729ccb5dbec7e8fc6ba442f5cd06eba8d5352d620c49", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15538
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000b5&client_secret=ac02b4b528ad45eb2161729ccb5dbec7e8fc6ba442f5cd06eba8d5352d620c49&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15539
+
15540
+
15541
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15542
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15543
+
15544
+
15545
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15546
+ Parameters: {"oauth_token"=>"653e08ae448ed18f0acbe8a77dc86f65175e33c6038110eb5611c2a227960a53"}
15547
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/change]
15548
+
15549
+
15550
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15551
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000b7", "client_secret"=>"a28f4893ec0f9710211d3efa64fdd8fbb1afac6a71f99c611d6ab8fef022f738", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15552
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000b7&client_secret=a28f4893ec0f9710211d3efa64fdd8fbb1afac6a71f99c611d6ab8fef022f738&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15553
+
15554
+
15555
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15556
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15557
+
15558
+
15559
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15560
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15561
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
15562
+
15563
+
15564
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15565
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000b9", "client_secret"=>"29fc326d3fe99991d39c3c36a0ce4f23e17001229aa497468059e473021cce36", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15566
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000b9&client_secret=29fc326d3fe99991d39c3c36a0ce4f23e17001229aa497468059e473021cce36&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15567
+
15568
+
15569
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15570
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15571
+
15572
+
15573
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15574
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15575
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/change]
15576
+
15577
+
15578
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15579
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000bb", "client_secret"=>"96e34a4a916e8d6df5a4a603b287f15627ebefc3e22f9c89f4c22c40a1b38d83", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15580
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000bb&client_secret=96e34a4a916e8d6df5a4a603b287f15627ebefc3e22f9c89f4c22c40a1b38d83&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15581
+
15582
+
15583
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15584
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15585
+
15586
+
15587
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15588
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15589
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
15590
+
15591
+
15592
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15593
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000bd", "client_secret"=>"7b277764891c549ac8423886a6666200464d7c0e3dce11f47f44eceb1ecde9b9", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15594
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000bd&client_secret=7b277764891c549ac8423886a6666200464d7c0e3dce11f47f44eceb1ecde9b9&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15595
+
15596
+
15597
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15598
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15599
+
15600
+
15601
+ Processing ApiController#change (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15602
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15603
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/change]
15604
+
15605
+
15606
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15607
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000bf", "client_secret"=>"2d7655b4103ca0a4f10bad10a4b3f8bd8c3c2d863fb124750f63485fa9e6603a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15608
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000bf&client_secret=2d7655b4103ca0a4f10bad10a4b3f8bd8c3c2d863fb124750f63485fa9e6603a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15609
+
15610
+
15611
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15612
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15613
+
15614
+
15615
+ Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15616
+ Parameters: {"oauth_token"=>"21963b0aa1da28ad1a7dbf5818d4d07b672d1036508235f4e02a258c8abf6a17"}
15617
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15618
+ Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=21963b0aa1da28ad1a7dbf5818d4d07b672d1036508235f4e02a258c8abf6a17]
15619
+
15620
+
15621
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15622
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000c1", "client_secret"=>"07df75b65e91415e03f53e200adbc17cb3c339049ac4fec9b49496c67e879f38", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15623
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000c1&client_secret=07df75b65e91415e03f53e200adbc17cb3c339049ac4fec9b49496c67e879f38&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15624
+
15625
+
15626
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15627
+ Completed in 65ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15628
+
15629
+
15630
+ Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15631
+ Parameters: {"oauth_token"=>"28a464172257dc750e521c5b122495546d6a86115f6ba66c124058a4b883c112"}
15632
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15633
+ Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=28a464172257dc750e521c5b122495546d6a86115f6ba66c124058a4b883c112]
15634
+
15635
+
15636
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15637
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000c3", "client_secret"=>"ba30168d50617a9ac5836187a7cb3449160bd65cb2d5b6ad3e0f2a3d75b31451", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15638
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000c3&client_secret=ba30168d50617a9ac5836187a7cb3449160bd65cb2d5b6ad3e0f2a3d75b31451&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15639
+
15640
+
15641
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15642
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15643
+
15644
+
15645
+ Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15646
+ Parameters: {"oauth_token"=>"fd6d8182f34e8cadddb80d757cb1b84ec1cc26052b99b2e31435d192a3ab3ee8"}
15647
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15648
+ Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=fd6d8182f34e8cadddb80d757cb1b84ec1cc26052b99b2e31435d192a3ab3ee8]
15649
+
15650
+
15651
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15652
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000c5", "client_secret"=>"6a03245782a515ef3d4f096f940cf74e23ba86dd8140292d625d2eb0542a3b17", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15653
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000c5&client_secret=6a03245782a515ef3d4f096f940cf74e23ba86dd8140292d625d2eb0542a3b17&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15654
+
15655
+
15656
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15657
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15658
+
15659
+
15660
+ Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15661
+ Parameters: {"oauth_token"=>"61c74ab173abbbe7c38c5d3e58cb6e5f56cbf427fc1acc8dd576deaaa63447d0"}
15662
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15663
+ Completed in 1ms (View: 0 | 403 Forbidden [http://example.org/calc?oauth_token=61c74ab173abbbe7c38c5d3e58cb6e5f56cbf427fc1acc8dd576deaaa63447d0]
15664
+
15665
+
15666
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15667
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000c7", "client_secret"=>"6958e203af2cb3c8a108636341e631830c259535af14b7bfba323c87eff1e1f7", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15668
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000c7&client_secret=6958e203af2cb3c8a108636341e631830c259535af14b7bfba323c87eff1e1f7&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15669
+
15670
+
15671
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15672
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15673
+
15674
+
15675
+ Processing ApiController#calc (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15676
+ Parameters: {"oauth_token"=>"06c8b26c04c69e6f44b3884e2876886d1554dcf946b39877f9f34406ec446214"}
15677
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15678
+ Completed in 3ms (View: 1 | 403 Forbidden [http://example.org/calc?oauth_token=06c8b26c04c69e6f44b3884e2876886d1554dcf946b39877f9f34406ec446214]
15679
+
15680
+
15681
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15682
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000c9", "client_secret"=>"742b23c197680a1778f3380c991de2c5cad94adf25a4561d2cec75eb8327d746", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15683
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000c9&client_secret=742b23c197680a1778f3380c991de2c5cad94adf25a4561d2cec75eb8327d746&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15684
+
15685
+
15686
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15687
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15688
+
15689
+
15690
+ Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15691
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
15692
+
15693
+
15694
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15695
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000cb", "client_secret"=>"0b973c391f5c6109e396101542932bdcf12481af15c913fc15c0d477d48845cd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15696
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000cb&client_secret=0b973c391f5c6109e396101542932bdcf12481af15c913fc15c0d477d48845cd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15697
+
15698
+
15699
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15700
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15701
+
15702
+
15703
+ Processing ApiController#list_tokens (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15704
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/list_tokens]
15705
+
15706
+
15707
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15708
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000cd", "client_secret"=>"0550f31987fddd9162af7b5f25997a914fac15511784c8576d8a7006f31f5790", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15709
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000cd&client_secret=0550f31987fddd9162af7b5f25997a914fac15511784c8576d8a7006f31f5790&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15710
+
15711
+
15712
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15713
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15714
+
15715
+
15716
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15717
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000cf", "client_secret"=>"defabaacf2e37b53cb1bf03fbabf7a3d3f88f786e82b9d2aae161ed90327c866", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15718
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000cf&client_secret=defabaacf2e37b53cb1bf03fbabf7a3d3f88f786e82b9d2aae161ed90327c866&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15719
+
15720
+
15721
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15722
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15723
+
15724
+
15725
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15726
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000d1", "client_secret"=>"9e5d6b7f47e9a7e55d5826af52ce6b891f5087f1fa5118b0ed31143827fec3fc", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15727
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000d1&client_secret=9e5d6b7f47e9a7e55d5826af52ce6b891f5087f1fa5118b0ed31143827fec3fc&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15728
+
15729
+
15730
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15731
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15732
+
15733
+
15734
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15735
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000d3", "client_secret"=>"fc5e640e9a1ff3f6ac5bfabcd7d7e8db3fe5e700e33c7e79aa48aefbe02b8fa4", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15736
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000d3&client_secret=fc5e640e9a1ff3f6ac5bfabcd7d7e8db3fe5e700e33c7e79aa48aefbe02b8fa4&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15737
+
15738
+
15739
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15740
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15741
+
15742
+
15743
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15744
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000d5", "client_secret"=>"9b8af4b6a6d845e8a478d374275d3340bc7ed262c285664ee08c43a3a9058b02", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15745
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000d5&client_secret=9b8af4b6a6d845e8a478d374275d3340bc7ed262c285664ee08c43a3a9058b02&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15746
+
15747
+
15748
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15749
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15750
+
15751
+
15752
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15753
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000d7", "client_secret"=>"3c75a1390fc993b21aa5b131457e35c09a5c54873e2dcbc34ebc46a91f24f0b8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15754
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000d7&client_secret=3c75a1390fc993b21aa5b131457e35c09a5c54873e2dcbc34ebc46a91f24f0b8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15755
+
15756
+
15757
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15758
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15759
+
15760
+
15761
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15762
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000d9", "client_secret"=>"1dfadc597e74c4391b0fc4e53c2908b420ac314f4d1bc8a5a344538c3ae17834", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15763
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000d9&client_secret=1dfadc597e74c4391b0fc4e53c2908b420ac314f4d1bc8a5a344538c3ae17834&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15764
+
15765
+
15766
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15767
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15768
+
15769
+
15770
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15771
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000db", "client_secret"=>"aca33793775e45141dd99ade47ccf29e80815880b2f72e265606151cbf936b0a", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15772
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000db&client_secret=aca33793775e45141dd99ade47ccf29e80815880b2f72e265606151cbf936b0a&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15773
+
15774
+
15775
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15776
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15777
+
15778
+
15779
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15780
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000dd", "client_secret"=>"8b89888aa77352ae0b04ecd7afb95dd8027423fb0707dd833187af45f6287c55", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15781
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000dd&client_secret=8b89888aa77352ae0b04ecd7afb95dd8027423fb0707dd833187af45f6287c55&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15782
+
15783
+
15784
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15785
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15786
+
15787
+
15788
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15789
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000df", "client_secret"=>"74ffe0df1b77c39bb61be9b48ea3fdf4f459194e08bc43c95c4c15b2eccc3907", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15790
+ Completed in 5ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000df&client_secret=74ffe0df1b77c39bb61be9b48ea3fdf4f459194e08bc43c95c4c15b2eccc3907&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15791
+
15792
+
15793
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:11) [POST]
15794
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15795
+
15796
+
15797
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:11) [GET]
15798
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd0ff3321e8565e0000e1", "client_secret"=>"41bc8ac110f125f0bbab79d07643c543fe081debf9288a1bb946405dd6711d7f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15799
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd0ff3321e8565e0000e1&client_secret=41bc8ac110f125f0bbab79d07643c543fe081debf9288a1bb946405dd6711d7f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15800
+
15801
+
15802
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15803
+ Completed in 1ms (View: 1 | 200 OK [http://example.org/oauth/grant]
15804
+
15805
+
15806
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15807
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000e3", "client_secret"=>"3794a17acace7dd6238d7371ef32ad9b8de9baf2d893fe3144288e389e985bda", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15808
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000e3&client_secret=3794a17acace7dd6238d7371ef32ad9b8de9baf2d893fe3144288e389e985bda&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15809
+
15810
+
15811
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15812
+ Completed in 1ms (View: 1 | 200 OK [http://example.org/oauth/grant]
15813
+
15814
+
15815
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15816
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000e5", "client_secret"=>"4c0fbae5a89eb19844ad36d8977dfb6ea8a5e0b3416fb0b1cfbae4afd8c2ac72", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15817
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000e5&client_secret=4c0fbae5a89eb19844ad36d8977dfb6ea8a5e0b3416fb0b1cfbae4afd8c2ac72&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15818
+
15819
+
15820
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15821
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15822
+
15823
+
15824
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15825
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/private]
15826
+
15827
+
15828
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15829
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000e7", "client_secret"=>"c9323a7c85c8fb6bf44e498abb8e56ced98ddfecc1081e0d0a5326de94e50b2d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15830
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000e7&client_secret=c9323a7c85c8fb6bf44e498abb8e56ced98ddfecc1081e0d0a5326de94e50b2d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15831
+
15832
+
15833
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15834
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15835
+
15836
+
15837
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15838
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/private]
15839
+
15840
+
15841
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15842
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000e9", "client_secret"=>"d01bc4428fcf15a790dc42fcfde7789ecd82f734b6a007eebc5579b3cfbb6c74", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15843
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000e9&client_secret=d01bc4428fcf15a790dc42fcfde7789ecd82f734b6a007eebc5579b3cfbb6c74&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15844
+
15845
+
15846
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15847
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15848
+
15849
+
15850
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15851
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15852
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
15853
+
15854
+
15855
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15856
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000eb", "client_secret"=>"cc69ded195a50ee115d771ac4c138d19bf7e77d40a23243e78ed58a5afaf8a1b", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15857
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000eb&client_secret=cc69ded195a50ee115d771ac4c138d19bf7e77d40a23243e78ed58a5afaf8a1b&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15858
+
15859
+
15860
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15861
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15862
+
15863
+
15864
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15865
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15866
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
15867
+
15868
+
15869
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15870
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000ed", "client_secret"=>"549cb10a1547736e23cfbd16de0ec88706da75b5d2abf9e61566fa0dd14c993d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15871
+ Completed in 3ms (View: 1 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000ed&client_secret=549cb10a1547736e23cfbd16de0ec88706da75b5d2abf9e61566fa0dd14c993d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15872
+
15873
+
15874
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15875
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15876
+
15877
+
15878
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15879
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15880
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
15881
+
15882
+
15883
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15884
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000ef", "client_secret"=>"0356f13f3aa9d72100177ad7c542e4331ea2e5d1968fe500421da14e40cf7a45", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15885
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000ef&client_secret=0356f13f3aa9d72100177ad7c542e4331ea2e5d1968fe500421da14e40cf7a45&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15886
+
15887
+
15888
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15889
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15890
+
15891
+
15892
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15893
+ Filter chain halted as [#<Proc:0x0000000102610d48@./lib/rack/oauth2/rails.rb:68>] rendered_or_redirected.
15894
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/private]
15895
+
15896
+
15897
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15898
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000f1", "client_secret"=>"151ec8738a19606e9b90e9f278c6a6f7d4801085f750454f36fa1227a046f573", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15899
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000f1&client_secret=151ec8738a19606e9b90e9f278c6a6f7d4801085f750454f36fa1227a046f573&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15900
+
15901
+
15902
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15903
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15904
+
15905
+
15906
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15907
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000f3", "client_secret"=>"8cdeddcbd26b98149929a851a969437f120b3d4091ba2237b1676eb348d8aada", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15908
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000f3&client_secret=8cdeddcbd26b98149929a851a969437f120b3d4091ba2237b1676eb348d8aada&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15909
+
15910
+
15911
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15912
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15913
+
15914
+
15915
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15916
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000f5", "client_secret"=>"8887aacde8416a856f5af546c4c26918a20b4faf371a9bd9a43be0c967fb9c99", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15917
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000f5&client_secret=8887aacde8416a856f5af546c4c26918a20b4faf371a9bd9a43be0c967fb9c99&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15918
+
15919
+
15920
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15921
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15922
+
15923
+
15924
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15925
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000f7", "client_secret"=>"a9965c498e81f829a3a79df23022d841f62173b633b4896cd8f3d41452912ad0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15926
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000f7&client_secret=a9965c498e81f829a3a79df23022d841f62173b633b4896cd8f3d41452912ad0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15927
+
15928
+
15929
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15930
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15931
+
15932
+
15933
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15934
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000f9", "client_secret"=>"d72f70825a36c94ed21297f6abf9d955f41c68177b110a25a56aa9b575507cf5", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15935
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000f9&client_secret=d72f70825a36c94ed21297f6abf9d955f41c68177b110a25a56aa9b575507cf5&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15936
+
15937
+
15938
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15939
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15940
+
15941
+
15942
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15943
+ Parameters: {"oauth_token"=>"21d14ed92d2ef647e62b7385e6aa0523c01fbf70685031701b78de216f3783d6"}
15944
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=21d14ed92d2ef647e62b7385e6aa0523c01fbf70685031701b78de216f3783d6]
15945
+
15946
+
15947
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15948
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000fb", "client_secret"=>"3d9512c7be7e6a2a4d5783e217890f3c0365b8f20cbf5b9d52cff54929a77038", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15949
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000fb&client_secret=3d9512c7be7e6a2a4d5783e217890f3c0365b8f20cbf5b9d52cff54929a77038&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15950
+
15951
+
15952
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15953
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15954
+
15955
+
15956
+ Processing ApiController#private (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15957
+ Parameters: {"oauth_token"=>"9ab00ad34a26e291c4300bb50b424ea841220260db8f626f1bd86ea76b2d5306"}
15958
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/private?oauth_token=9ab00ad34a26e291c4300bb50b424ea841220260db8f626f1bd86ea76b2d5306]
15959
+
15960
+
15961
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15962
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000fd", "client_secret"=>"54c5d9d0122a422df09f8b3209e1cab7c07b32c444273275020e2ba9b9db4907", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15963
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000fd&client_secret=54c5d9d0122a422df09f8b3209e1cab7c07b32c444273275020e2ba9b9db4907&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15964
+
15965
+
15966
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15967
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15968
+
15969
+
15970
+ Processing ApiController#public (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15971
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
15972
+
15973
+
15974
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15975
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e0000ff", "client_secret"=>"c1cd90c0e52d8e27160841163206e6d47722bac7a5c3a0c5510128bfc8c6e3d8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15976
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e0000ff&client_secret=c1cd90c0e52d8e27160841163206e6d47722bac7a5c3a0c5510128bfc8c6e3d8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15977
+
15978
+
15979
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15980
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15981
+
15982
+
15983
+ Processing ApiController#public (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15984
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
15985
+
15986
+
15987
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15988
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e000101", "client_secret"=>"6281826180020a6211e8580ef9db59bdb1d6e8b81ebb200c094a4d6673280791", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
15989
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e000101&client_secret=6281826180020a6211e8580ef9db59bdb1d6e8b81ebb200c094a4d6673280791&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
15990
+
15991
+
15992
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
15993
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
15994
+
15995
+
15996
+ Processing ApiController#public (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
15997
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/public]
15998
+
15999
+
16000
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16001
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e000103", "client_secret"=>"ebb77648257dad7fcbf3976f93a5baf67fedcc93f717b3e756840001a221f68f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16002
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e000103&client_secret=ebb77648257dad7fcbf3976f93a5baf67fedcc93f717b3e756840001a221f68f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16003
+
16004
+
16005
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16006
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16007
+
16008
+
16009
+ Processing ApiController#public (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16010
+ Completed in 86ms (View: 0 | 200 OK [http://example.org/public]
16011
+
16012
+
16013
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16014
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e000105", "client_secret"=>"4b1bd8b99a04a2974f99e94ec37d7b9269d531b295176f8e19e8a20750ef7533", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16015
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e000105&client_secret=4b1bd8b99a04a2974f99e94ec37d7b9269d531b295176f8e19e8a20750ef7533&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16016
+
16017
+
16018
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16019
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16020
+
16021
+
16022
+ Processing ApiController#user (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16023
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
16024
+
16025
+
16026
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16027
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1003321e8565e000107", "client_secret"=>"fe4ddf0ff95bfd434b8e92ca24201884fdcbfbfca8ecaecfb40e0f936768e6e6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16028
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1003321e8565e000107&client_secret=fe4ddf0ff95bfd434b8e92ca24201884fdcbfbfca8ecaecfb40e0f936768e6e6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16029
+
16030
+
16031
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16032
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16033
+
16034
+
16035
+ Processing ApiController#user (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16036
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/user]
16037
+
16038
+
16039
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16040
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e00010d", "client_secret"=>"e83b71f832e03be1a84173272e6535bff43ff5b7d123eab2655ef06279b2336f", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16041
+ Completed in 11ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e00010d&client_secret=e83b71f832e03be1a84173272e6535bff43ff5b7d123eab2655ef06279b2336f&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16042
+
16043
+
16044
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16045
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16046
+
16047
+
16048
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16049
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e00010f", "client_secret"=>"20524231de7a0bf8b2eec42f210c384feb6da5b297f1972a158bdf99587e5cb2", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16050
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e00010f&client_secret=20524231de7a0bf8b2eec42f210c384feb6da5b297f1972a158bdf99587e5cb2&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16051
+
16052
+
16053
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16054
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16055
+
16056
+
16057
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16058
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e000111", "client_secret"=>"fca0f97ceee2e7af17d4f15f00a80c0afd4590f8f0a9a9f330d62c91f74c444d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16059
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e000111&client_secret=fca0f97ceee2e7af17d4f15f00a80c0afd4590f8f0a9a9f330d62c91f74c444d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16060
+
16061
+
16062
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16063
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16064
+
16065
+
16066
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16067
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e000113", "client_secret"=>"8d6925d6b125b377b63e72cc04baead0f588f2626446f9350c29a97d1c286580", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16068
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e000113&client_secret=8d6925d6b125b377b63e72cc04baead0f588f2626446f9350c29a97d1c286580&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16069
+
16070
+
16071
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16072
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16073
+
16074
+
16075
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16076
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e000115", "client_secret"=>"456441530614c1edaddf023dd0bc612d3505181354db89d47f71f5c62030a306", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16077
+ Completed in 8ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e000115&client_secret=456441530614c1edaddf023dd0bc612d3505181354db89d47f71f5c62030a306&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16078
+
16079
+
16080
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16081
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16082
+
16083
+
16084
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16085
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e000117", "client_secret"=>"2ba406e02814e778bf4ccde44ba250a408e3fcd99d901249014865b9efd98300", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16086
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e000117&client_secret=2ba406e02814e778bf4ccde44ba250a408e3fcd99d901249014865b9efd98300&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16087
+
16088
+
16089
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16090
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16091
+
16092
+
16093
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16094
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e000119", "client_secret"=>"fccde6eaa526c071b8ffb667819b927ade82c0a474e2229feffdc4a5095db3ee", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16095
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e000119&client_secret=fccde6eaa526c071b8ffb667819b927ade82c0a474e2229feffdc4a5095db3ee&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16096
+
16097
+
16098
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16099
+ Completed in 0ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16100
+
16101
+
16102
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16103
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e00011b", "client_secret"=>"0e198736a0483ce51e1c9f4e5195f85a3f8992dbd3ceb6ccf163854c1612d045", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16104
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e00011b&client_secret=0e198736a0483ce51e1c9f4e5195f85a3f8992dbd3ceb6ccf163854c1612d045&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16105
+
16106
+
16107
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16108
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16109
+
16110
+
16111
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16112
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e00011d", "client_secret"=>"72335fd4a7e3598cbbd9ebae9fee1d7cb0154e5d5d429cb0c924adc87022f404", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16113
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e00011d&client_secret=72335fd4a7e3598cbbd9ebae9fee1d7cb0154e5d5d429cb0c924adc87022f404&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16114
+
16115
+
16116
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16117
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16118
+
16119
+
16120
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:12) [GET]
16121
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1003321e8565e00011f", "client_secret"=>"9a0adb5936b02fa0b7dabb3d589539b9dea1b0be3be6990ed765bf971575e049", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16122
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1003321e8565e00011f&client_secret=9a0adb5936b02fa0b7dabb3d589539b9dea1b0be3be6990ed765bf971575e049&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16123
+
16124
+
16125
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:12) [POST]
16126
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16127
+
16128
+
16129
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16130
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1013321e8565e000121", "client_secret"=>"19289454e36e51a0a28769f35731d47b1222e377ea3edc15b14661540879cca6", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16131
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1013321e8565e000121&client_secret=19289454e36e51a0a28769f35731d47b1222e377ea3edc15b14661540879cca6&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16132
+
16133
+
16134
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16135
+ Parameters: {"scope"=>"read write", "response_type"=>"token", "client_id"=>"4ccfd1013321e8565e000123", "client_secret"=>"299899b4b39b74d4840ca0db73f345981cb029db683763ba4abb941078726632", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16136
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=token&client_id=4ccfd1013321e8565e000123&client_secret=299899b4b39b74d4840ca0db73f345981cb029db683763ba4abb941078726632&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16137
+
16138
+
16139
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16140
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000125", "client_secret"=>"9820ddc6777d40e6ebc4cd9e899e31881148e0a7e75431ec71d0c355130e8960", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16141
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000125&client_secret=9820ddc6777d40e6ebc4cd9e899e31881148e0a7e75431ec71d0c355130e8960&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16142
+
16143
+
16144
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16145
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16146
+
16147
+
16148
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16149
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000127", "client_secret"=>"cd22b7ff6660b8d1265798c8d2f913e667291a5284b41f595489fb6aabbcf435", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16150
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000127&client_secret=cd22b7ff6660b8d1265798c8d2f913e667291a5284b41f595489fb6aabbcf435&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16151
+
16152
+
16153
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16154
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16155
+
16156
+
16157
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16158
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000129", "client_secret"=>"628c952f738de2fbe130136bd9d588948e4cbe24a5570fec26bb3d2cdb4a064d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16159
+ Completed in 5ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000129&client_secret=628c952f738de2fbe130136bd9d588948e4cbe24a5570fec26bb3d2cdb4a064d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16160
+
16161
+
16162
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16163
+ Completed in 1ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16164
+
16165
+
16166
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16167
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00012b", "client_secret"=>"b5cabf26222d8b77d93fff57f74f7d6ccb7840ba2840aa185314116fb21be2bd", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16168
+ Completed in 3ms (View: 2 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00012b&client_secret=b5cabf26222d8b77d93fff57f74f7d6ccb7840ba2840aa185314116fb21be2bd&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16169
+
16170
+
16171
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16172
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16173
+
16174
+
16175
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16176
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00012d", "client_secret"=>"ac4e11f101329aec48c28975a57dc13a3d96f2bda5deb6d2c2cb792fc9f68553", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16177
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00012d&client_secret=ac4e11f101329aec48c28975a57dc13a3d96f2bda5deb6d2c2cb792fc9f68553&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16178
+
16179
+
16180
+ Processing OauthController#deny (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16181
+ Completed in 0ms (View: 0 | 401 Unauthorized [http://example.org/oauth/deny]
16182
+
16183
+
16184
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16185
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00012f", "client_secret"=>"65f6f0b6fb87ee90fe786aef4ad1ab4d03839a15107a12b2c468c534096eb6ca", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16186
+ Completed in 6ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00012f&client_secret=65f6f0b6fb87ee90fe786aef4ad1ab4d03839a15107a12b2c468c534096eb6ca&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16187
+
16188
+
16189
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16190
+ Completed in 1ms (View: 1 | 200 OK [http://example.org/oauth/grant]
16191
+
16192
+
16193
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16194
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000131", "client_secret"=>"40fbfb4d067ff2092923fae8a9adfb6391584557abe8309eed2264f31246db49", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16195
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000131&client_secret=40fbfb4d067ff2092923fae8a9adfb6391584557abe8309eed2264f31246db49&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16196
+
16197
+
16198
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16199
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16200
+
16201
+
16202
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16203
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000133", "client_secret"=>"519217a261c746875b076a6778a2cbd86c4dbcf771ffcf6c74174546c30acb52", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16204
+ Completed in 4ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000133&client_secret=519217a261c746875b076a6778a2cbd86c4dbcf771ffcf6c74174546c30acb52&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16205
+
16206
+
16207
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16208
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16209
+
16210
+
16211
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16212
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000135", "client_secret"=>"966e5e4e990b86133703c7fae47cddd15f808ca87afb1edcf9b20d63aab4fa7d", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16213
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000135&client_secret=966e5e4e990b86133703c7fae47cddd15f808ca87afb1edcf9b20d63aab4fa7d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16214
+
16215
+
16216
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16217
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16218
+
16219
+
16220
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16221
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000137", "client_secret"=>"daae1cd2de4bb04e98af4ab4657986c019e2fd611723d3e4274cd8d514876fb0", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16222
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000137&client_secret=daae1cd2de4bb04e98af4ab4657986c019e2fd611723d3e4274cd8d514876fb0&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16223
+
16224
+
16225
+ Processing OauthController#grant (for 127.0.0.1 at 2010-11-02 01:51:13) [POST]
16226
+ Completed in 1ms (View: 0 | 200 OK [http://example.org/oauth/grant]
16227
+
16228
+
16229
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16230
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e000139", "client_secret"=>"665aa39a5f7cced018f733a22c1f0537ec617332fb6c952e22613b7d4203c1d8", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16231
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e000139&client_secret=665aa39a5f7cced018f733a22c1f0537ec617332fb6c952e22613b7d4203c1d8&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16232
+
16233
+
16234
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16235
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00013b", "client_secret"=>"c8e1ad504c4b1fd974fd165321ec87d307f294baafb69e13bfc1bb048403eb01", "redirect_uri"=>"http://uberclient.dot/callback", "state"=>"bring this back"}
16236
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00013b&client_secret=c8e1ad504c4b1fd974fd165321ec87d307f294baafb69e13bfc1bb048403eb01&redirect_uri=http%3A%2F%2Fuberclient.dot%2Fcallback&state=bring+this+back]
16237
+
16238
+
16239
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16240
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00015b", "client_secret"=>"28964f5efc008e855c0ad74d090e28487d970646cb3464aba266a57d9fb9877d", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
16241
+ Completed in 3ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00015b&client_secret=28964f5efc008e855c0ad74d090e28487d970646cb3464aba266a57d9fb9877d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]
16242
+
16243
+
16244
+ Processing OauthController#authorize (for 127.0.0.1 at 2010-11-02 01:51:13) [GET]
16245
+ Parameters: {"scope"=>"read write", "response_type"=>"code", "client_id"=>"4ccfd1013321e8565e00015d", "client_secret"=>"c39a4d7b763ba30b9c4d121d94bf805407410b3eb7db4a6e62635195eeebb20d", "redirect_uri"=>"http://uberclient.dot/oz", "state"=>"bring this back"}
16246
+ Completed in 2ms (View: 0 | 200 OK [http://example.org/oauth/authorize?scope=read+write&response_type=code&client_id=4ccfd1013321e8565e00015d&client_secret=c39a4d7b763ba30b9c4d121d94bf805407410b3eb7db4a6e62635195eeebb20d&redirect_uri=http%3A%2F%2Fuberclient.dot%2Foz&state=bring+this+back]