[twitter-dev] Re: problem with since_id in search

2010-10-12 Thread João Paulo Sabino de Moraes
anyone ? 2010/10/12 João Paulo Sabino de Moraes jona...@gmail.com hi everyone, since_id is not filtering correctly with search... below there is an example that explains better what I mean: the id in this query is related to the second newer tweet from nibuzz search without since_id

Re: [twitter-dev] Re: problem with since_id in search

2010-10-12 Thread João Paulo Sabino de Moraes
Thanks Taylor, I've found the error, that was an error in the API I'm using, the tweet id was not being read correctly. now it is working! thanks! -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi

[twitter-dev] Search Home Time Line

2010-10-11 Thread João Paulo Sabino de Moraes
Hi Folks, I'd like to know if is it already possible to search tweets in the authenticated user home time line by a search query. Thanks -- João Paulo S. de Moraes +55 81 3432 3804 +55 81 9189 3814 (mobile) -- Twitter developer documentation and resources: http://dev.twitter.com/doc API

Re: [twitter-dev] Search Home Time Line

2010-10-11 Thread João Paulo Sabino de Moraes
Thanks for replying So, is there a limit of home time line tweets that can be got ? thanks -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] problem with since_id in search

2010-10-11 Thread João Paulo Sabino de Moraes
hi everyone, since_id is not filtering correctly with search... below there is an example that explains better what I mean: the id in this query is related to the second newer tweet from nibuzz search without since_id: http://search.twitter.com/search?q=nibuzzsince_id=2707390922

[twitter-dev] How to get Tweets from home time line with correct time zone

2010-09-25 Thread João Paulo Sabino de Moraes
Hi Folks, Tweets comming from home time line are always with an incorrect time zone. So, how can I set the correct time zone.. is there a way to set time zone based on user current location ? thanks -- João Paulo S. de Moraes +55 81 3432 3804 +55 81 9189 3814 (mobile) -- Twitter

[twitter-dev] Favorited tweets are comming from home time line as false

2010-09-20 Thread João Paulo Sabino de Moraes
Hi Folks, After favoriting some tweets at Twitter home time line menu , when I 'm calling home time line xml from my app, the favorited tweets comes with false in favorited node within the xml file? is it normal ? -- João Paulo S. de Moraes +55 81 3432 3804 +55 81 9189 3814 (mobile) --

Re: [twitter-dev] Re: Favorited tweets are comming from home time line as false

2010-09-20 Thread João Paulo Sabino de Moraes
Ya now it is working here but a few minutes ago the favorited was false thanks! -- 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

Re: [twitter-dev] Re: HttpRequest and Unshortening problems

2010-09-15 Thread João Paulo Sabino de Moraes
I'm using AS3 / Flex , but I can call javascript functions. do you know any similar javascript function ? other question... if the url is already unshortened, will the returned array contain the same unshortened link at 'location' index ? -- Twitter developer documentation and resources:

[twitter-dev] HttpRequest and Unshortening problems

2010-09-14 Thread João Paulo Sabino de Moraes
Hi Everyone, I was trying to make httpRequst with shortened urls , but I think it is not possible So now I'm first unshorting the url and then making the httpRequest. I'm using http://untiny.me as unshortener server, but I'm getting Unshortener Errors at 80% of urls... So , dou you

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread João Paulo Sabino de Moraes
Thanks for Replying Guys! Taylor, Why was it necessary to generate generate other keys ? And Tom (or Taylor) I'm using consumerSecret because at session : Example request for an xAuth request token, this key is listed in the request keys. So, is this example depracated ? Another doubt. After

Re: [twitter-dev] xAuth not Working (Help)

2010-08-31 Thread João Paulo Sabino de Moraes
thanks taylor, I'm using a newer as3 api, and lookint at its sorces I saw how to get oauth_signature only for oauth authentication and I'm trying to adapt it to xAuth. I think my only problem is the way I'm calculating oauth_signature based on hmac as you can see at the 2 lines below

Re: [twitter-dev] Request of xAuth access

2010-08-30 Thread João Paulo Sabino de Moraes
If you're attaching some file at your email, it won't reach a...@twitter. every kind of image or file has to be sent as url. jp -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker:

[twitter-dev] xAuth not Working (Help)

2010-08-30 Thread João Paulo Sabino de Moraes
Hi Everyone, I´ve got an application account that has already an xAuth access. But I still got 401 Error saying : Failed to validate oauth signature and token; I thinks I´m not missing any parameter, the code is in as3 but you can see the parameteres and more below the encoded signstring .

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread João Paulo Sabino de Moraes
Thanks for replying Taylor! So with XAuth, the user is not redirected to a Twitter Authenticating page , isn't it ? thanks

Re: [twitter-dev] TweetDeck does no redirect to Twitter Authenticating page and uses OAuth ?

2010-08-19 Thread João Paulo Sabino de Moraes
I'm using tweetr api (adobe air api), it uses OAuth. Is it possible to integrate OAuth apis with xAuth ? thanks