I am trying to use social log in for Twitter, FB, AOL, Google+… which all use OAUTH2. Will Corona work? Will webviews work?
There is an oauth.lua module in the Twitter sample app project. I don’t think it’s oAUTH 2.0, but it can be used with Twitter.
There is an oauth.lua module in the Twitter sample app project. I don’t think it’s oAUTH 2.0, but it can be used with Twitter.
Twitter uses oauth1.0A, so the oauth.lua that comes with the Corona SDK can be used with Twitter. However, if you are using other services that have “upgraded” to oauth2.0, this module will not work. I am currently working on an oauth2.0 capability for a service I am attempting to access. I have not found any oauth2.0 capability in Lua/Corona yet.
I successfully connected to Google+ using the code below:
http://developer.coronalabs.com/code/google-connect
You can get the oAuth 2.0 module from there.
Twitter uses oauth1.0A, so the oauth.lua that comes with the Corona SDK can be used with Twitter. However, if you are using other services that have “upgraded” to oauth2.0, this module will not work. I am currently working on an oauth2.0 capability for a service I am attempting to access. I have not found any oauth2.0 capability in Lua/Corona yet.
I successfully connected to Google+ using the code below:
http://developer.coronalabs.com/code/google-connect
You can get the oAuth 2.0 module from there.
** NEVER MIND FOUND IT**
https://github.com/cassiozen/corona-googleConnect
Does anyone have the code from the link above. I’m still hunting, but it looks like that link is dead now.
Thanks!
You had some odd whitespace at the end of your URL. Remove it and it works.
** NEVER MIND FOUND IT**
https://github.com/cassiozen/corona-googleConnect
Does anyone have the code from the link above. I’m still hunting, but it looks like that link is dead now.
Thanks!
You had some odd whitespace at the end of your URL. Remove it and it works.