Antonis Tzorvas
Antonis Tzorvas
you could integrate this with google calendar, and it sounds neat
@SleepyDeveloper `The requested URL /oauth/authorize was not found on this server.` what about this one on wordpress? should I configure something else there? ## UPDATE 1 well I needed to...
I'll check this out asap and report back
@bkno still not working, [repo code](https://github.com/atzorvas/ccradio/compare/6b2f7d4f2dbb205d91542e7e8e5601a4b68c376d...cc3b2ded756eb6aadaddb95b93c4fd41943b2d8e) ``` Started GET "/users/auth/wordpress_hosted/callback?code=do07naylh4yn0pdg9tazfhcek5kb9ioeezxrzsv3&state=97c44a15102e1a76bef63f74c4ad13b360c16c75b68586e2" for ::1 at 2015-08-26 02:08:39 +0300 I, [2015-08-26T02:08:39.969732 #24592] INFO -- omniauth: (wordpress_hosted) Callback phase initiated. da6lexeatkejikgmakw4j7dtbmbgeffqisnbfqh1 E, [2015-08-26T02:08:40.459446 #24592]...
@bkno interesting enough, I receive a valid access token, which I can see it with your `puts access_token.token`
@bkno solved for me, https://github.com/bkno/omniauth-wordpress-oauth2-plugin/compare/master...atzorvas:master it works on localhost but not on heroku (even though I'm changing callback url in wp auth server plugin)
something is wrong with heroku. I hate heroku -.- Just deployed to digitalocean and it worked perfectly without any modification -.-
years ago.. https://github.com/bkno/omniauth-wordpress-oauth2-plugin/compare/master...atzorvas:master :P On Fri, Nov 27, 2015 at 6:40 PM, tgeisler [email protected] wrote: > @jesusjjf https://github.com/jesusjjf I found the issue there are a > couple of issues as...
I'll pick this up
Isn't this enough? `py.test -m sequential` `py.test -m "non sequential" -n8`