Twitter Auth

I’ve just known that Twitter will completely shut off Basic Auth on August 30th.
How we can do now? Is there anyone that could convert an existing API in Lua?

Here is the list: http://dev.twitter.com/pages/oauth_libraries

We’ll need to use OAuth to share scores/messages on Twitter through our apps/games. [import]uid: 7022 topic_id: 1692 reply_id: 301692[/import]

No one? [import]uid: 7022 topic_id: 1692 reply_id: 5048[/import]

I’d like to know about this as well. [import]uid: 8300 topic_id: 1692 reply_id: 5067[/import]

We will have an answer shortly. I am looking at this as well.

Carlos [import]uid: 24 topic_id: 1692 reply_id: 5068[/import]

Thanks Carlos. :wink: [import]uid: 7022 topic_id: 1692 reply_id: 5070[/import]

Hi Carlos,

Any updates on Twitter/OAuth?

[import]uid: 2773 topic_id: 1692 reply_id: 6480[/import]

Pronto. Muy pronto.

Meaning, soon. We have something working but it seems not to be ready for prime time yet.

Carlos [import]uid: 24 topic_id: 1692 reply_id: 6496[/import]

is there any update on twitter in corona? the basic version isn’t working for me. [import]uid: 6317 topic_id: 1692 reply_id: 15488[/import]

I just tried the “Simple Tweet” sample app for the first time and learned from this thread that it’s no longer working. [import]uid: 6084 topic_id: 1692 reply_id: 23371[/import]

as stated in the opening post … Basic Authentication is no longer supported by Twitter, so no the example won’t work

Ansca are aware of this and I’m sure OAuth will be sorted soon [import]uid: 6645 topic_id: 1692 reply_id: 23404[/import]

I have to say I’m a bit concerned “Muy Pronto” was almost 4 months ago. Can we at least get an update on when Twitter through OAuth will be ready? [import]uid: 36054 topic_id: 1692 reply_id: 27611[/import]

This has been fixed right? Anyone can tell me where’s the documentation for OAuth?
Thanks
Ruben [import]uid: 9158 topic_id: 1692 reply_id: 45184[/import]

It’s been a while now… :wink: [import]uid: 109453 topic_id: 1692 reply_id: 98470[/import]

Are there any changes going on on Twitter?

My app is unable to post any tweets, even though there are no errors!

The App can be authorized, no problem in that, but the tweeting part is not working (I don’t see any tweets in my account when I test my app)

I tried using the sample code that came with Corona (for Twitter), the code asks for my user name and password, then posts a tweet (tells me your tweet has been posted successfully), but still no tweet posted in my account :frowning:

Any thing I’m missing? [import]uid: 90736 topic_id: 1692 reply_id: 99838[/import]

Me too didn’t work the two sample code
http://corona.techority.com/2011/05/26/post-to-twitter-from-your-application/

and
http://developer.coronalabs.com/content/twitter
if any one work with him plz share your code . [import]uid: 160777 topic_id: 1692 reply_id: 120749[/import]

Me too didn’t work the two sample code
http://corona.techority.com/2011/05/26/post-to-twitter-from-your-application/

and
http://developer.coronalabs.com/content/twitter
if any one work with him plz share your code . [import]uid: 160777 topic_id: 1692 reply_id: 120749[/import]

Today, coding yourself Twitter integration in Corona is possible, but painful.
We released a library that can do the job for you: http://www.silverthorax.com/libs/twitter-facade
It was designed to require the minimum effort from you, the developer.
We hope it will help you ship your apps sooner. [import]uid: 67744 topic_id: 1692 reply_id: 135687[/import]

Today, coding yourself Twitter integration in Corona is possible, but painful.
We released a library that can do the job for you: http://www.silverthorax.com/libs/twitter-facade
It was designed to require the minimum effort from you, the developer.
We hope it will help you ship your apps sooner. [import]uid: 67744 topic_id: 1692 reply_id: 135687[/import]