Re: [twitter-dev] Re: OAuth with Rails help getting going

2010-08-15 Thread Rajinder Yadav
On 10-08-14 09:20 AM, Tom van der Woerdt wrote: On 8/14/10 5:22 AM, Rajinder Yadav wrote: On 10-08-13 08:35 PM, Rajinder Yadav wrote: Hello, I'm not having success with the following code, I get a Sorry, page doesn't exist! webpage. I am using the OAuth v0.4.1 gem. Your help and

[twitter-dev] iWeb difficulty with the URL-shortener used by the tweet button

2010-08-15 Thread madebymart
In my website, I introduces the tweet button. My website is created with iWeb 3.0.1 and I used a HTML-snippet to put in the code given by the tweet button wizard. Now something goes wrong, I guess. Original link:

[twitter-dev] Re: Twitter API keys fail to verify

2010-08-15 Thread Gurpartap Singh
! This was it. @ Yeah. # Mmm k. On Aug 14, 3:06 am, Tom van der Woerdt i...@tvdw.eu wrote: On 8/13/10 11:58 PM, Gurpartap Singh wrote: Will talk in points: # An existingOAuthappwhich already has xAuth access, works perfectly in the implementation. # Created a newOAuthappwith

[twitter-dev] OAuth Newb Question

2010-08-15 Thread artguillotine
I have an application already created in php that access' twitter. There is a big switch to OAuth coming this week. How hard is it to add OAuth to an existing application and is there any examples or previous discussions in the groups? Do I have to rebuild the application or would I simply need

Re: [twitter-dev] iWeb difficulty with the URL-shortener used by the tweet button

2010-08-15 Thread Tom van der Woerdt
On 8/14/10 10:49 PM, madebymart wrote: In my website, I introduces the tweet button. My website is created with iWeb 3.0.1 and I used a HTML-snippet to put in the code given by the tweet button wizard. Now something goes wrong, I guess. Original link:

Re: [twitter-dev] OAuth Newb Question

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 1:11 AM, artguillotine wrote: I have an application already created in php that access' twitter. There is a big switch to OAuth coming this week. How hard is it to add OAuth to an existing application and is there any examples or previous discussions in the groups? Do I have to

[twitter-dev] How to get many user objects without hitting the rate limit?

2010-08-15 Thread Claudia
Hi all I need to get the user information for all the @user_mentions in a single timeline every time in load the website I'm building. This will need to include the username and profile_image_url at the very least, if not some other information associated with the user. If i pull back the

[twitter-dev] Re: How to get many user objects without hitting the rate limit?

2010-08-15 Thread Claudia
Thanks for the reply Tom! In looking at the api - it seemed that I would get the id and screen name of the user, but not the profile image. So - for that I would have to make another call. But - if I'm wrong about that I would be overjoyed. I'll look again in the meantime and try it out - but if

Re: [twitter-dev] Re: How to get many user objects without hitting the rate limit?

2010-08-15 Thread CWorster
Hi all I need to get the user information for all the @user_mentions in a single timeline every time in load the website I'm building. This will need to include the username and profile_image_url at the very least, if not some other information associated with the user. If i pull back the

[twitter-dev] Re: How to get many user objects without hitting the rate limit?

2010-08-15 Thread Claudia
Thanks Christian - that could actually work.. I may exceed 100 users, so will have to make multiple calls in that case, but at least it limits it. Any other tips very welcome. Thanks all! c On Aug 15, 8:10 pm, CWorster cwors...@schlimmer.com wrote: Hi all I need to get the user information

[twitter-dev] official twitter equivalent of tweetimag.es

2010-08-15 Thread Kyle Bragger
Apologies if this has been asked before; ~45 min of searching and I couldn't find anything. I vaguely remember seeing something Twitter offered that was an official equivalent of tweetimag.es — non-volatile urls for user photos. Am I crazy?

[twitter-dev] Preserve OAuth tokens?

2010-08-15 Thread utsav
Hey Folks I am creating a Twitter Application in Java as my Summer Project. I am new to this OAuth scene, however I have created simple twitter apps using Basic Authentication. I am using the Scribe library and I have completed reading the Twitter OAuth documentation. However I can't understand

Re: [twitter-dev] Preserve OAuth tokens?

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 9:33 PM, utsav wrote: Hey Folks I am creating a Twitter Application in Java as my Summer Project. I am new to this OAuth scene, however I have created simple twitter apps using Basic Authentication. I am using the Scribe library and I have completed reading the Twitter OAuth

Re: [twitter-dev] official twitter equivalent of tweetimag.es

2010-08-15 Thread Tom van der Woerdt
On 8/15/10 10:11 PM, Kyle Bragger wrote: Apologies if this has been asked before; ~45 min of searching and I couldn't find anything. I vaguely remember seeing something Twitter offered that was an official equivalent of tweetimag.es — non-volatile urls for user photos. Am I crazy? Yes,

Re: [twitter-dev] Streaming API (filter) and retweets, JSON Output

2010-08-15 Thread Mark McBride
A retweet will have an embedded retweeted_status object. Example (first one from spritzer, not necessarily a favorite): { coordinates: null, favorited: false, created_at: Mon Aug 16 04:03:17 + 2010, truncated: false, retweeted_status: { coordinates: null, favorited: false,

Re: [twitter-dev] official twitter equivalent of tweetimag.es

2010-08-15 Thread Abraham Williams
http://dev.twitter.com/doc/get/users/profile_image/:screen_name Abraham - Abraham Williams | Hacker Advocate | http://abrah.am @abraham | http://projects.abrah.am | http://blog.abrah.am This email is: [ ] shareable [x] ask first [ ] private. On Sun, Aug 15, 2010 at 13:11, Kyle