Tyler Elliott

Results 24 comments of Tyler Elliott

Yes, this was a previously working provider. Google doesn't offer any option (that I can see) to set the method that should be used during callback in the redirect_uri. There...

Are there providers that have a POST callback? Google certainly doesn’t and unless Facebook has recently changed, that is a GET as well. My suggestion is that the readme should...

There are [several options](https://guides.rubyonrails.org/routing.html#inspecting-and-testing-routes) to see what routes are available for a rails application. But in summary * visit http://localhost:3000/rails/info/routes * execute `bin/rails routes` on the terminal in your project's...

Got it, hopefully this explains it a bit better See the [Integrating omniauth into your application](https://github.com/omniauth/omniauth#integrating-omniauth-into-your-application). The route you're adding to your routes.rb is ```ruby post '/auth/:provider/callback', to: 'sessions#create' ```...

You will also run into this issue if you tried to add a smart app rather than a device handler. From the instructions: > Within the SmartThings IDE, click on...

What IDE are you using? What happens when you try the command in notepad?

I'm also using Windows 7, Python 2.7, and the en_us keyboard layout, but that code executes fine for me. Do you get similar results using ``` python (Text("Hello world ")...

The fruit toggle example works fine for me in WSR.

I believe this is because you aren't running as an administrator. You can run as an administrator or execute a shortcut to `C:\Users\Default\AppData\Roaming\Microsoft\Internet Explorer\Quick Launch` I use something like this:...