Twitter Integration

Hi all,

I’ve just tried the Twitter example app with my own consumer key and consumer secret.

It always fails. This is where it stucks:
[lua]if not twitter_request_token then
– No valid token received. Abort
delegate.twitterFailed()
return
end[/lua]

What do you think? [import]uid: 5629 topic_id: 27449 reply_id: 327449[/import]

The version I use is Version 2012.788. I only change the consumer key and consumer secret with my own key and secret in Twitter development page.

Any idea about what is the problem? [import]uid: 5629 topic_id: 27449 reply_id: 111609[/import]