[twitter-dev] Re: friends_timeline and following

2009-04-19 Thread Hwee-Boon Yar
This: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/bba8bbd5176fbb24/4a9cb5d5780da976?hl=enlnk=gstq=following+hwee+boon#4a9cb5d5780da976 and http://code.google.com/p/twitter-api/issues/detail?id=157. Supposed to be fixed? (I haven't verified. I stopped relying on

[twitter-dev] Re: Extended user information element contains status/ element, too. is it expected?

2009-04-19 Thread Yusuke
Issues submitted. - Document: Extended user information contains status element http://code.google.com/p/twitter-api/issues/detail?id=479 - Document: form of the return value of the Search API http://code.google.com/p/twitter-api/issues/detail?id=480 Thanks. On 4月9日, 午前2:54, Doug Williams

[twitter-dev] count parameter need to be documented

2009-04-19 Thread Yusuke
Hi, AFAIK, count parameter is technically supported with several methods and it used to be documented. But now it's documented only with statuses/friends_timeline. According to the recent activities on the issue list, it seems to be still officially supported other than friends_timeline. -

[twitter-dev] Re: count parameter need to be documented

2009-04-19 Thread Yusuke
Hi, I found that actually it is inconsistently documented. - user_timeline Not yet documented. max is unknown. It is documented here, http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timeline But not here,

[twitter-dev] Re: count parameter need to be documented

2009-04-19 Thread Chris Thomson
Yusuke, The REST API Documentation page is being phased out and is being replaced by the much simpler http://apiwiki.twitter.com/Twitter-API-Documentation (which links to all of the correct Twitter-REST-API-Method pages). Doug, perhaps you should remove the contents of the older page and link it

[twitter-dev] Re: count parameter need to be documented

2009-04-19 Thread Yusuke Yamamoto
Thanks for the clarification! -- Yusuke Yamamoto yus...@mac.com On 2009/04/20, at 0:55, Chris Thomson wrote: Yusuke, The REST API Documentation page is being phased out and is being replaced by the much simpler http://apiwiki.twitter.com/Twitter-API-Documentation (which links to all

[twitter-dev] Re: Status Element

2009-04-19 Thread Joseph
Thanks. I looked through the structure again, and it looks like the library I was using had a bug. I fixed that, and I am getting the right results. On Apr 18, 12:56 pm, Chad Etzel jazzyc...@gmail.com wrote: Example output (i.e. the raw xml or json you are receiving) would be helpful. -Chad

[twitter-dev] Re: Sign in with Twitter

2009-04-19 Thread Rore
Any idea when authenticate url will work again? On Apr 17, 4:31 pm, Matt Sanford m...@twitter.com wrote: Hi all,      This behavior (i.e. which token is returned) is likely to change   soon. Once again, stay tuned for updates. — Matt On Apr 17, 2009, at 01:02 AM, Abraham Williams wrote:

[twitter-dev] Problem with Social Graph API

2009-04-19 Thread Karthik
Hi, My profile is crictwits. When I invoke the friends/ids social graph API for my profile, I'm getting wrong results. The total count seems to be right, but the list isn't. For example, I'm following user shinils (id is 775881), but this user's id is not present in the list returned by

[twitter-dev] Re: friends_timeline and following

2009-04-19 Thread Arnaud
Thank yo for your answer. Unfortunately, it doesn't seem to be fixed. I didn't check the other values returned by the statuses/followers mehod, but the following one is definitely not reliable (receiving INT or NULL values for roughly half of followers tested). :( Arnaud. On Apr 19, 12:16 pm,

[twitter-dev] Re: What does following in user information do?

2009-04-19 Thread Arnaud
Hi Matt, And thank you for the update. Unfortunately, it still doesn't seem to be fixed. I still receive a lot of incorrect following values (INT and NULL instead of BOOL) using the statuses/followers method. All the best, Arnaud. On Mar 27, 5:18 pm, Matt Sanford m...@twitter.com wrote: Hi

[twitter-dev] Re: url as an input

2009-04-19 Thread ParsePlz
Hi, Thanks for your replies. I tried with following url formats separately, all are properly url encoded. 1. Plain URL 2. TinyURL 3. Bitly UR But those 3 behaves differently for same URL. For URL A TinyURL has results, For B Bitly has results, Plain URL also have some results. Finally I

[twitter-dev] oAUTH - can it be done without interaction with a core browser?

2009-04-19 Thread Jeff Bishop
Hello, I am trying to determine the best way or interacting with oAUTH. The application I am converting to oAUTH is written in VBScript tied around a screen reader object model providing for a rich UI experience. Can oAUTH be done so that I can: 1. Get all of the required items from the user

[twitter-dev] auto-reply?

2009-04-19 Thread Bruce
Hey, im starting on a new project and was wandering if anyone can help? The project consists of twittering to the user (through @) and then having the user automatically reply to that user (again through @) with a message that someone has sent to it. scenario: the twitter user orange has the

[twitter-dev] Update on product category

2009-04-19 Thread Clodoaldo Pinto Neto
I have no experience with Twitter. Before asking anything this is what I would like to accomplish: That a twitter member would be able to follow a product category updates in an ad site and only in that category. So the site's robot would post to twitter any new ad in that category using the the

[twitter-dev] Re: Update on product category

2009-04-19 Thread Nick Arnett
On Sun, Apr 19, 2009 at 1:14 PM, Clodoaldo Pinto Neto clodoaldo.pi...@gmail.com wrote: Now the question: Is there a way to create different kinds of posts for a single user (the site's bot) that can be followed individually? Or must I create more than two thousand users? If this use is

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-04-19 Thread Guan Yang
On Sun, Apr 19, 2009 at 14:37, Jeff Bishop jeff.bis...@gmail.com wrote: 1.  Get all of the required items from the user outside of Twitter's interface? 2.  Authenticate (like with basic auth of some type using XML posts)? 3.  Be able to post back to get the token information. I'm not

[twitter-dev] TimeLine of 3~4 users

2009-04-19 Thread ranacse05
Hello suppose i'm following 100 users , how can i get the twittes only from 3 or 4 users ??? I meant using the api , so that the page will show the selected users status only .

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Abraham Williams
Use http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses-user_timelinefor the 3 or 4 users. On Sun, Apr 19, 2009 at 16:06, ranacse05 ranacs...@gmail.com wrote: Hello suppose i'm following 100 users , how can i get the twittes only from 3 or 4 users ??? I meant using the api , so

[twitter-dev] authenticating

2009-04-19 Thread ytbryan
Hello everyone.. I am using commons httpclient to authenticate twitter through REST. however, i haven't successfully authenticate using the below code: can someone advise me what to fill in under AuthScope? and is my GetMethod parameter correct? HttpClient client = new

[twitter-dev] Re: Read and store Twitter responses

2009-04-19 Thread CWitt
My skills are rather limited, but I was thinking PHP and MySQL. I was thinking about hiring it out, but putting together the process flow to help the programmer and also help me find the correct programmer. On Apr 16, 10:52 am, Nick Arnett nick.arn...@gmail.com wrote: On Wed, Apr 15, 2009 at

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Peter Denton
Hi Raquibul, I know what you are asking and it is not possible. Basically, if I may guess, you want to make a group of 3 people you follow and be able to make a call to their stream collated. You can not do this with an API method, however there are plenty of tools like magpie rss that can grab 3

[twitter-dev] Re: API Disconnections Timeouts

2009-04-19 Thread Jesse Stay
I get it in particular on some of the really big Twitter accounts. It would be really nice to have a solution to this. All I can tell them is Twitter's broken - I hate doing that. Jesse On Sun, Apr 19, 2009 at 7:31 PM, Dossy Shiobara do...@panoptic.com wrote: On 4/19/09 8:32 PM, LeeS wrote:

[twitter-dev] Re: oAUTH - can it be done without interaction with a core browser?

2009-04-19 Thread Doug Williams
Jeff, We are still thinking internally about how we want to get around the browser for OAuth token requests. Although, at this time we don't have a particular implementation to share. Doug Williams Twitter API Support http://twitter.com/dougw On Sun, Apr 19, 2009 at 9:41 PM, Jeff Bishop

[twitter-dev] Re: About statuses/friends_timeline

2009-04-19 Thread Doug Williams
For performance reasons, we cache each status object and construct the timeline from these cached objects at request-time. Therefore, complete user objects are returned with each status in a timeline. If you have a project that is bandwidth constrained, you should set up a proxy that strips

[twitter-dev] Re: Test Account Procedures

2009-04-19 Thread Doug Williams
We do not have any notion of a test account. Developers occasionally create development accounts to keep personal or application accounts clear of noise from development and debugging efforts. Doug Williams Twitter API Support http://twitter.com/dougw On Sat, Apr 18, 2009 at 10:40 PM, Greg

[twitter-dev] Re: About statuses/friends_timeline

2009-04-19 Thread Vitus
Ok, Doug, thank you for reply! On 20 апр, 11:37, Doug Williams d...@twitter.com wrote: For performance reasons, we cache each status object and construct the timeline from these cached objects at request-time. Therefore, complete user objects are returned with each status in a timeline. If