Created
February 20, 2013 15:26
-
-
Save richdownie/4996302 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Started POST "/jet_friends/" for 127.0.0.1 at 2013-02-20 10:23:41 -0500 | |
Processing by JetFriendsController#create as HTML | |
Parameters: {"signed_request"=>"mmLozOQuZKVk_IgiMXwJiTSHIfqXivzVu7aKficPuj4.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsImlzc3VlZF9hdCI6MTM2MTM3MzgyMSwidXNlciI6eyJjb3VudHJ5IjoidXMiLCJsb2NhbGUiOiJlbl9VUyIsImFnZSI6eyJtaW4iOjIxfX19"} | |
Redirected to http://localhost:3000/jet_friends | |
Completed 302 Found in 1ms (ActiveRecord: 0.0ms) | |
Started GET "/jet_friends" for 127.0.0.1 at 2013-02-20 10:23:41 -0500 | |
Processing by JetFriendsController#index as HTML | |
Redirected to https://graph.facebook.com/oauth/authorize?client_id=129345460555561&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fjet_friends%2Fcallback%2F&scope=email%2C+offline_access | |
Completed 302 Found in 1ms (ActiveRecord: 0.0ms) | |
Started POST "/destination_comfort/" for 127.0.0.1 at 2013-02-20 10:24:01 -0500 | |
Processing by DestinationComfortController#create as HTML | |
Parameters: {"signed_request"=>"6qlnjMSZOdpuLKxHK01eUaDQJj6eECNMbUaBT1UuemI.eyJhbGdvcml0aG0iOiJITUFDLVNIQTI1NiIsImlzc3VlZF9hdCI6MTM2MTM3Mzg0MSwidXNlciI6eyJjb3VudHJ5IjoidXMiLCJsb2NhbGUiOiJlbl9VUyIsImFnZSI6eyJtaW4iOjIxfX19"} | |
Redirected to http://localhost:3000/destination_comfort | |
Completed 302 Found in 0ms (ActiveRecord: 0.0ms) | |
Started GET "/destination_comfort" for 127.0.0.1 at 2013-02-20 10:24:01 -0500 | |
Processing by DestinationComfortController#index as HTML | |
Redirected to https://graph.facebook.com/oauth/authorize?client_id=136196693200505&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Fdestination_comfort%2Fcallback%2F&scope=email%2C+offline_access | |
Filter chain halted as :authenticated_for_sleep_tips rendered or redirected | |
Completed 302 Found in 1ms (ActiveRecord: 0.0ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment