[twitter-dev] Re: TwitterOauth

2010-12-29 Thread garyz
Here's the code: client = TwitterOAuth::Client.new( :consumer_key => SAFETWEET_CONSUMER_KEY, :consumer_secret => SAFETWEET_CONSUMER_SECRET, :token => chan.safetweet_access_token, :secret => chan.safetweet_access_secret ) ret = client.update_profile(:url => 'test') Any

Re: [twitter-dev] J2ME client to twitter

2010-12-29 Thread Ernandes Jr.
Hi, Twitter4j is only for JSE and Android platforms. To develop a J2ME Twitter Client, try this lib here: http://kenai.com/projects/twitterapime/ Regards, Ernandes On Fri, Dec 24, 2010 at 3:05 PM, Kalpa Welivitigoda wrote: > Hi all, > > I though to develop a J2ME twitter client and wrote some

Re: [twitter-dev] Re: Can't get any tweet from a particular account using Search Api

2010-12-29 Thread Adam Green
Twitter search only goes back 7 days at the most. There are no tweets in that account within the last 7 days. Try posting a new tweet and then do a search. It should be there. On Wed, Dec 29, 2010 at 9:55 AM, Eduardo Hernandez wrote: > That's the funny thing. It's an old accoutn, created by me o

[twitter-dev] Re: Can't get any tweet from a particular account using Search Api

2010-12-29 Thread Eduardo Hernandez
That's the funny thing. It's an old accoutn, created by me on 2009, and has a lot of tweets. I don't know why it won't return any, if you see it's profile, the tweets are public. This is a major bug! Please help Twitter! On Dec 28, 10:08 pm, MikeJ wrote: > I tried that query and I get nothing as

Re: [twitter-dev] Re: Broken Json Status on Streaming API

2010-12-29 Thread Augusto Santos
Hi folks, Old Issue, but Marc is definitely right. I don't know where is the problem, but my infrastructure is poor, getting some broken status yet. Is heavy to the streaming (and others API) server put a hash (md5) on each status message that the client can verify it's integrity? Thanks. Augus

Re: [twitter-dev] Re: Search API and location

2010-12-29 Thread Tom van der Woerdt
On 12/29/10 10:40 AM, L. Mohan Arun wrote: I just tried to construct a query that searches for users by location, as it is registered in the location field of their profiles. I had no luck and it seems this is not possible. You can also do this using Datasift's FSDL. ✿✿✿ Mohan ✿✿✿ DataSift

[twitter-dev] Re: Search API and location

2010-12-29 Thread L. Mohan Arun
> > I just tried to construct a query that searches for users by location, > > as it is registered in the location field of their profiles. I had no > > luck and it seems this is not possible. You can also do this using Datasift's FSDL. ✿✿✿ Mohan ✿✿✿ -- Twitter developer documentation and resou