Re: [twitter-dev] API based Query

2011-07-20 Thread George varghese
For tweet posting use API http://api.twitter.com/1/statuses/update.format You can refer https://dev.twitter.com/docs/api/1/post/statuses/update Regards, George On Tue, Jul 19, 2011 at 12:26 PM, sangeetha sang.j...@gmail.com wrote: Hi, I want to know how to implement the twitter

[twitter-dev] Phirehose and Site Streams?

2011-07-20 Thread Gene
Is anyone using Phirehose with Site Streams? If so, can you provide a simple example? I am having trouble understanding the mechanics of getting setup to collect tweets from several users at once. Also, we are not using Filters and all of the examples I have seen, seem to be based on on filters.

[twitter-dev] Problema con widget en IE8 - Widget problem in IE8

2011-07-20 Thread maxis
Al utilizar el widget de twitter en internet explorer 8 no logra ser desplegado y muestra el mensaje mediante consola: TWTR is not defined.Para insertar el widget realicé todos los pasos según indica la documentación. -- By using the twitter widget in Internet Explorer 8 can not be displayed and

[twitter-dev] twitter authentication repeatedly going to your.flowingdata on android?

2011-07-20 Thread hims
Hello, I have an Android app that is using the twitter oauth api. When I try to authorize using the token that was acquired during my oauth authorization steps (http://twitter.com/oauth/authorize? oauth_token=) twitter repeatedly forwards me to the Your.FlowingData app. Why

[twitter-dev] Cancel button in oauth.twitter.com doesn't work

2011-07-20 Thread anaj...@ibs.com.jo
Hi everyone: To see the issue please navigate to this url from any browser [I used Firefox]:

[twitter-dev] Connect with twitter on iphone

2011-07-20 Thread anaj...@ibs.com.jo
Hi everyone, I developed a simple web mobile page as a test to try out twitter on it: http://mobijoke.internet.com.jo/login.html When I open that page from my iphone and click on Connect with Twitter a popup will appear,my question is about that popup; Is there away to show a more friendly

[twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread Haitham
Pardon me, I have the same problem, but I seem to be missing something about the solution. My application is in Ruby on Rails, with a gem called OmniAuth doing the OAuth work. It was working just fine before this change, automatically fetching my certificates from /etc/ssl/certs directory. What

Re: [twitter-dev] Re: Twitter API SSL certificate failing validation

2011-07-20 Thread John Adams
Make sure in /etc/ssl/certs that you have a copy of the Verisign root CA file, just like in the java example above. If you're loading all files from /etc/ssl/certs you should be able to just drop in the http://curl.haxx.se/ca/cacert.pem file and that should fix your issue. -j On Wed, Jul 20,

[twitter-dev] How to multiplex users onto a site stream connection?

2011-07-20 Thread Gene
Can anyone show me a PHP example of how to operate a site stream connection. I can't seem to find anything about it and its driving me crazy. Plenty of UserStream examples but no site streams. Thank you so much. -- Have you visited the Developer Discussions feature on

[twitter-dev] Can you do one query and leave it running to get subsequent results?

2011-07-20 Thread Ben Flux
-- Have you visited the Developer Discussions feature on https://dev.twitter.com/discussions yet? Twitter developer links: Documentation and resources: https://dev.twitter.com/docs API updates via Twitter: https://twitter.com/twitterapi Unsubscribe or change your group membership settings:

Re: [twitter-dev] twitter authentication repeatedly going to your.flowingdata on android?

2011-07-20 Thread kamesh SmartDude
Hai, Is the web page is redirecting u to following data? //kamesh On Wed, Jul 20, 2011 at 6:47 PM, hims aphim...@gmail.com wrote: Hello, I have an Android app that is using the twitter oauth api. When I try to authorize using the token that was acquired during my oauth authorization