[twitter-dev] Re: Twitter4j / showStatus method

2011-05-02 Thread LucMartinPro
Hi Arnaud Thank you for your fast reply! I have some more infor for you; 1) If the tweet is protected why does it show up in the tweet list? Is there a way to filter these out? Because if they’re not public and we cannot read / retrieve it, why are we even notified it exists? 2) We

[twitter-dev] Re: Twitter4j / showStatus method

2011-05-02 Thread LucMartinPro
An additional point; our searches are constrained to language which is not possible in the streaming API :) On Apr 29, 6:36 pm, Arnaud Meunier arn...@twitter.com wrote: Hey Luc, You're not getting rate limited. Let's take a closer look on these two errors: 1) First error: *Sorry, you are

[twitter-dev] Streaming API JSON Samples

2011-05-02 Thread Juliano Bortolozzo Solanho
Hello there, Does anyone know of some sort of community maintained repository of message types sent by the Streaming API? With a sample of every known type of json message found in the site/user/filter streams. - Juliano -- Twitter developer documentation and resources:

[twitter-dev] Authentication on statuses/retweets call

2011-05-02 Thread Charl van Niekerk
Hi All, I seem to be having a small issue: http://pastebin.com/n7jzikwh According to the documentation, Requires Authentication is false: http://dev.twitter.com/doc/get/statuses/retweets/:id Anybody that can help? Thanks, Charl -- Twitter developer documentation and resources:

[twitter-dev] Getting target following tweets

2011-05-02 Thread Kiran
Hi, How can i get tweets of the people i am following using search api or any other? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list

[twitter-dev] Network Error: 204 (Response error: Failed to validate oauth signature and token)

2011-05-02 Thread pga
Hi all, I develop an application for Symbian platform in Qt. I have encountered a problem when trying to pass xAuth using QTweetLib library. I have both consumer key and secret. I just got conformation from Twitter API Policy guys that I should be able to pass xAuth using these credentials (I

[twitter-dev] java

2011-05-02 Thread fayimora balogun
Anyone writing apps with Java?? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: http://code.google.com/p/twitter-api/issues/list Change your membership to this group:

Re: [twitter-dev] Re: Twitter4j / showStatus method

2011-05-02 Thread Arnaud Meunier
Hey Luc, 1) You should not, indeed. But this tweet was probably posted before its Author turned protected. In that case, it can take some time to reflect on search results. 2) That unfortunately doesn't help me to reproduce your issue. What is the exact request you've been making? When? Full

Re: [twitter-dev] Authentication on statuses/retweets call

2011-05-02 Thread Arnaud Meunier
Hey Charl, The doc is outdated, this endpoint indeed requires authentication. Thanks for reporting, will update the doc. Arnaud / @rno http://twitter.com/rno On Sun, May 1, 2011 at 12:02 PM, Charl van Niekerk char...@charlvn.comwrote: Hi All, I seem to be having a small issue:

Re: [twitter-dev] Default Access type doesn't change after saving

2011-05-02 Thread Arnaud Meunier
By the way, I was just thinking... Could you double check you're using http://dev.twitter.com/apps and not any pages at http://twitter.com/apps or http://twitter.com/oauth_clients ? Arnaud / @rno http://twitter.com/rno On Sun, May 1, 2011 at 8:48 PM, Arnaud Meunier arn...@twitter.com wrote:

Re: [twitter-dev] Streaming API JSON Samples

2011-05-02 Thread Augusto Santos
Hi Juliano, From filter stream we received just two types of messages: 'status' (tweets itself) and 'limit' (show how many tweets was suppressed since last reconnection). Abraços da UFRGS!! On Sun, May 1, 2011 at 3:40 PM, Juliano Bortolozzo Solanho juliano.sola...@gmail.com wrote: Hello

Re: [twitter-dev] Streaming API JSON Samples

2011-05-02 Thread M. Edward (Ed) Borasky
From sample you will receive delete messages. From User Streams you will receive numerous types of events, as well as tweets and DMs. I haven't looked at the documentation recently, but last time I did Twitter was still reserving the right to add message types and recommended you have a code path

Re: [twitter-dev] Problem with $connection-get('account/verify_credentials')

2011-05-02 Thread Abraham Williams
You have to perform step 6-7 where you exchange your request token for an access token. https://github.com/abraham/twitteroauth/blob/master/DOCUMENTATION You can see an example in callback.php: https://github.com/abraham/twitteroauth/blob/master/callback.php Abraham - Abraham

Re: [twitter-dev] Twitter for pages on Facebook Not Working

2011-05-02 Thread Matt Harris
Hi Jen, The Facebook Application isn't part of the Twitter APIs so we're not able to help you specifically here. Our user support team should be able to help you though. You can contact them through: http://bit.ly/gottaproblem Best, @themattharris Developer Advocate, Twitter

[twitter-dev] Re: Follow action doesn't work

2011-05-02 Thread Bess
http://apiwiki.twitter.com/w/page/22554652/HTTP-Response-Codes-and-Errors 401 Unauthorized: Authentication credentials were missing or incorrect. Possible that your xAuth has been rejected? On Apr 28, 1:36 am, Matt Wang ma...@theappbusiness.com wrote: Dear Sir or Madam, I am programming for

[twitter-dev] Re: New oAuth Authenticate Page

2011-05-02 Thread Bess
I'd like to confirm the all the developers here on this mailing list. Does the new OAuth redesign page prevent you from using OAuth in a new popup window? This OAuth hack is officially not going to work going forward? Hi Tom van der Woerdt, Your recommend using the workaround launching OAuth in

[twitter-dev] question regarding twitter search api query parameters

2011-05-02 Thread carrier24sg
Hi people, I want to use the twitter search api to search for some famous person. For instance I want to search for a particular Mr Patrick Lee C K. I would construct my search term to be something like: http://search.twitter.com/search?q=%22lee+c+k%22+OR+%22patrick+lee%22 However, knowing that

[twitter-dev] Re: 401 unauthorized on blackberry after appending ;interface=wifi

2011-05-02 Thread waits
The problem could be the length of status or encoding of status is invalid or status in not be included in the sign base string. I have a workable integration now. Check the code here https://github.com/Yincan/blackberry_twitter_oauth On Apr 14, 5:58 am, Mickey ng.mic...@gmail.com wrote: Still