Twitter / Twitter Sample / oAuth fails

Thanks Rob, I’ll look into making sure GGTwitter works with the new file now. [import]uid: 119420 topic_id: 36166 reply_id: 145684[/import]

 

 

Hi Glitch Games, are we getting a notification once you have updted GGTwitter? I am desperately wating for it…

 

Thanks,

Jens

Tried to fix GGTwitter and failed terribly  :frowning:

I hope to fix it soon just haven’t had a chance to sort it yet. Between episode 2 of FL and GIG Jam my time has all but disappeared.

Haha, I know that feeling. I only really use it for the follow feature since the native twitter posting support was added. 
 
I’ve resorted to using this cheeky piece of code
 
 
[lua]if not system.openURL( “tweetbot://craftydeano/follow/craftydeano” ) then
    if not system.openURL( “twitter://user?id=craftydeano” ) then
        system.openURL( “http://twitter.com/craftydeano” )
    end

end[/lua]

Hi guys.

I too noticed that my implementation of GGTwitter is no longer working. Not sure when it started to fail since it worked couple months ago and I do not believe I made any changes recently to the code. I can see on the terminal that the listener is called but returns “…failed”  I also tried to use the auth.lua from the Corona Twitter example (build 992) but I got the same result (fail)

What are the options? Revert to the old web popup? I hope not!

Thanks for any suggestions/comments.

Mo

I switched to Twitterfacade, works like a charm. Have a look at it, it’s quite powerful and very easy to implement.

Jens

Thank you Jens! I will take a look.

Mo

Hi guys.

I too noticed that my implementation of GGTwitter is no longer working. Not sure when it started to fail since it worked couple months ago and I do not believe I made any changes recently to the code. I can see on the terminal that the listener is called but returns “…failed”  I also tried to use the auth.lua from the Corona Twitter example (build 992) but I got the same result (fail)

What are the options? Revert to the old web popup? I hope not!

Thanks for any suggestions/comments.

Mo

I switched to Twitterfacade, works like a charm. Have a look at it, it’s quite powerful and very easy to implement.

Jens

Thank you Jens! I will take a look.

Mo