[twitter-dev] Re: Home_timeline after tweet destroy

2010-07-23 Thread luisg
lent. The > client is either in a loop, paging through for a since_id, or the user is > likely to click more anyway. > > -John Kaluckihttp://twitter.com/jkalucki > Infrastructure, Twitter Inc. > > On Fri, Jul 23, 2010 at 1:18 AM, luisg wrote: > > Hi there... > > >

[twitter-dev] Re: Home_timeline after tweet destroy

2010-07-23 Thread luisg
This means that the count property is not something that you can trust, right? Luis On Jul 23, 11:40 am, luisg wrote: > Hi Pascal, > > Thanks for your reply. > What you mean with cursors? > > I have a way to solve this problem: > > 1- get the home_timeline > 2- cou

[twitter-dev] Re: Home_timeline after tweet destroy

2010-07-23 Thread luisg
of > twitter's caching and distribution architecture. You can never assume to get > the full amount of tweets or users - some might be filtered, deleted or > whatnot. If you need more, just get the next page/set using cursors. > > Pascal > > On 23.Jul2010, at 10:18, luisg wr

[twitter-dev] Home_timeline after tweet destroy

2010-07-23 Thread luisg
Hi there... I'm experience something strange, I think... If I do a tweet destroy through my application and after that I get the home_timeline with the property count=20, I'm not getting the 20 tweets that I should get. I'm getting just 19. If I do another tweet destroy and execute home_timeline a

[twitter-dev] Re: Problems Loading Profile Images

2010-07-21 Thread luisg
I'm having the same problem too... But just sometimes. Anyway, looks like Twitter is better now... At least is not so slow as was a couple of weeks ago. On Jul 21, 4:59 am, Ron wrote: > Anyone noticing problems loading profile images (slow, no image > returned, hanging...)?  Seems to show up most

[twitter-dev] Re: Home_timeline and retweets

2010-07-19 Thread luisg
dn't know the former existed > until very recently and had been using the latter as my development > guide. > > On Jul 7, 12:55 pm,luisg wrote: > > > Hello, > > > and thanks for your reply. > > When I said ridiculous, I don't meant to offend you cause I

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread luisg
Maybe something with the browser cache, no? On Jul 7, 1:24 pm, "Claudia A. V. Callegari" wrote: > Hi! > > After using my api for deleting tweets, I looked at the site own > twitter. > I did the test on another Internet site that also deletes tweets, he > had the same problem. > This morning, with

[twitter-dev] Re: Home_timeline and retweets

2010-07-07 Thread luisg
do! > > so - that being said - what are you looking for?  are you trying to figure > out which tweets on the home timeline has the authenticating user retweeted? > > > > On Mon, Jul 5, 2010 at 2:58 PM, luisg wrote: > > So, instead of 1, now I have to do 2 call (one for the ho

[twitter-dev] Re: problem with statuses/destroy

2010-07-07 Thread luisg
Hello, Actually I have that working, and I do noticed some strange behavior too. The thing I notice is, when you delete a tweet from your application, and then if you get the tweets (through the API too) the tweet you deleted before will not be there anymore. So, the thing really works. But if yo

[twitter-dev] Re: Need example about get info twittercounter api

2010-07-05 Thread luisg
Not sure if you can get all that info with the Twitter API. But for followers and tweets, you can get them using user/show: ... 1031 ... 3390 ... check here: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-statuses%C2%A0friends The number of friends, maybe with this one: http://apiwiki.tw

[twitter-dev] Re: Home_timeline and retweets

2010-07-05 Thread luisg
ore complicated than it actually is... > > The only thing that you can do is to get the Home Timeline and then merge > retweets_of_me in over the top. > > Tom > > On Mon, Jul 5, 2010 at 4:03 PM, luisg wrote: > > Can somebody help? > > > Maybe I'm doing some

[twitter-dev] Re: Home_timeline and retweets

2010-07-05 Thread luisg
Luis On Jul 3, 4:45 pm, luisg wrote: > Hello everybody, > > I'm having a problem lately with the retweets. In the API > documentation and about the home_timeline says: > > 'Returns the 20 most recent statuses, including retweets, posted by > the authenticating

[twitter-dev] Home_timeline and retweets

2010-07-03 Thread luisg
Hello everybody, I'm having a problem lately with the retweets. In the API documentation and about the home_timeline says: 'Returns the 20 most recent statuses, including retweets, posted by the authenticating user and that user's friends. This is the equivalent of /timeline/home on the Web.' Th

[twitter-dev] Re: Twitter Abrahams library

2010-06-24 Thread luisg
ter.com/1/ statuses/public_timeline.json', 'GET')); The $response object have the 20 most recent tweets. Thanks On Jun 23, 11:39 am, luisg wrote: > Hello all, > > I'm testing Abraham twitter library and works really nice. > > But I have a doubt for more simple

[twitter-dev] Re: Hi

2010-06-23 Thread luisg
Hi there... Actually I'm using oauth with 2 diferent libraries: Haughin (http:// www.haughin.com/code/twitter/) and Abraham (http://github.com/abraham/ twitteroauth) for a web page I'm almost finishing. But, I'm not sure if this will solve your problem... I think that Twitter have some serious pro

[twitter-dev] Twitter Abrahams library

2010-06-23 Thread luisg
Hello all, I'm testing Abraham twitter library and works really nice. But I have a doubt for more simple stuff... Imagine that I want to do a call to twitter without authenticate first. For example, to get the last 20 public tweets I dont need to authenticate first, right? So, you have any exampl

[twitter-dev] Re: elliot haughin oAuth lib

2010-06-22 Thread luisg
Hello, I'm using that library with CI too, but I did test that option... what kind of issue? BTW, you can retweet or edit user profile using haughin oAuth lib? Thanks On Jun 15, 7:41 pm, Peter Denton wrote: > Hello, > Is anyone using elliot haughin oAuth lib for codeigniter? If so, Im having >

[twitter-dev] Re: Twitter Oauth Integration

2010-06-22 Thread luisg
web or desktop? On Jun 22, 3:35 pm, "Anil kumar M.S" wrote: > Hi All, > Can you please help me in integrating Oauth to our app  , > > thanks > Anilkumar

[twitter-dev] Haughin library and update_profile

2010-05-31 Thread luisg
Hey, I'm developing a web application using the Haughin library. It works quite cool. Now I was trying to update the user profile: name, location, url and description but I not getting it... I'm doing like: $user = $this->twitter->call('account/update_profile', array('name' => $name, 'url' => $w

[twitter-dev] Re: One account to rule them all: questions

2010-04-21 Thread luisg
unt to be managed by > sub-accounts, so that @reallycoolcompany's tweets come from > @reallycoolcompany but @jessica or @donald who work at @reallycoolcompany > don't have to know the account credentials for @reallycoolcompany to tweet > from the account. This is still a ways ou

[twitter-dev] One account to rule them all: questions

2010-04-20 Thread luisg
Hello people, I'm trying to do something that I don't know if will work. Let me explain the main idea: 1) A user 'login with twitter' in my application; 2) This user should have the possibility to 'add account'. This means that, if a user owns more than 1 account, we will associate the 1st accoun

[twitter-dev] oauth authentication and Ruby (without rails)

2010-03-31 Thread luisg
Sorry to bother you, but I'm trying to do something here, but I don't know if it's possible. I'm trying to build a system where users send a text message from the mobile and I need to create a tweet with that message content and the user credentials that are associated to that mobile number. I want

[twitter-dev] Re: Tweeting with different users but same application?

2010-03-30 Thread luisg
No batches... We are just building a system where people input their tweets via mobile devices. we are using the database as spool for those messages while they are being send out to twitter. That's why I wanted to have the same application share by different users, so I can have tweets like this:

[twitter-dev] Re: Tweeting with different users but same application?

2010-03-29 Thread luisg
2:49 AM, luisg wrote: > > > rent users (user1, user2 and user3) > > using the same application (application_test). Is this possible? > > > Thanks > > > Luis > > Are you wanting to have three different user log in from the same IP > address and post up?  Or do yo

[twitter-dev] Tweeting with different users but same application?

2010-03-29 Thread luisg
Hello people. I have a doubt here... Can you help me? The thing is, I created a twitter account and my own twitter application. Than I wrote a small Ruby program that allow me to post tweets in twitter. So, my tweets are like: (USERNAME_HERE) Tweet from backend ruby code... 11:38 AM Mar 26th via