[twitter-dev] Re: Twitter Bookmarklet on iPad Browser

2010-08-21 Thread zen
How to Create the new Twitter Bookmarklet on iPad. http://design-architect.tumblr.com/post/989029433/how-to-create-the-new-twitter-bookmarklet-on

[twitter-dev] Re: Return Public Timeline Tweets based on Geo Location

2010-08-21 Thread Mark W
Bess and Tom, Thanks for the responses. The search method seemed to work best for me. I appreciate the quick responses. Mark On Aug 14, 5:20 pm, Mark W wrote: > I've searched for a solution, but couldn't find one. > > I'm looking for a way that I can feed in a GeoLocation (Lat,Long) and > get

[twitter-dev] single-access Oauth with Javascript

2010-08-21 Thread Claudia
Anyone have any examples? I need to post to a single account from my web app and the whole thing is built with Javascript/jQuwey/JSON. Should it be just as easy in Javascript as in PHP or some of the other examples up there? Thanks for any tips/help.. new to Oauth so I'm picking through it slowly.

[twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread Joe
will we see this in both search and stream API? On Aug 20, 6:45 pm, Matt Harris wrote: > Hey everyone, > > This week we rolled out a couple of new data fields for the status and user > objects. For a while it has been difficult for you to get the number of > lists a user is listed in, or the numb

[twitter-dev] Request to better style the "Tweet" button

2010-08-21 Thread D. Smith
Just a small request: please add the style="cursor: pointer;" to the official Tweet button. It will look better when you mouseover the button. Tweetmeme button does that. Also please add the same to the "Follow" button and other buttons produced by @Anywhere UI Thanks!

[twitter-dev] Re: OAuth throws HTTPBadResponse error when used to get friends_timeline "since_id"

2010-08-21 Thread kanny
Well, it turned out to be one of those micro mistakes. I was reading the lasttweetid from a file by lastid = open('lasttweetid').read which was appending an "\n" at the end thus messing with the request generation in accessToken. So, just need to make it lastid = open('lasttweetid').read.strip

[twitter-dev] Twitter Bookmarklet on iPad Browser

2010-08-21 Thread zen
Drag&Drop JavaScript does not work on touchscreen interfaces like iPad's browser. So, can someone in Twitter put the actual Javascript that we can copy&paste into a bookmark or find another method to add the Twitter Bookmarklet? [Please do not suggest that one can drag&drop on the safari browser o

Re: [twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread Cameron Kaiser
> Status.retweet_count!!! > this is perfect!!! > this is exactly what I need. it makes my life easier. > > But, I'm testing it right now and I can't find a status where > "retweet_count" is not blank. Neither can I. Is this turned on? -- personal: http://www

[twitter-dev] Re: OAuth and impact on Twitter userbase / volume and freedom of speech

2010-08-21 Thread Alex B
I've run into this issue - Twitter could solve this by allowing XAuth to be used by web clients (with a policy about not abusing it), plus allowing any developer to use XAuth. On Aug 20, 2:34 am, artesea wrote: > Nearly all the users on my dabr install are Chinese and have found it > via word of

[twitter-dev] Re: 401 Unauthorized. Frustrating!!!

2010-08-21 Thread ben.biddington
What does the body of the response read? On Aug 21, 2:54 pm, Mukha Mudra wrote: > Hi, >     I am doing a GET request with query parameters as > followshttp://api.twitter.com/oauth/request_token?oauth_callback="oob"&oauth_consumer_key="N3jplhm1n1ypCzg2eWEg2w"&oauth_signature_method="H > MAC-SH

[twitter-dev] Re: oauth parameters encoding

2010-08-21 Thread ben.biddington
Have a read of this: http://oauth.net/core/1.0/#encoding_parameters. It explains everything. On Aug 20, 1:17 pm, mostafa farghaly wrote: > how to encode the request parameter in the post body, and in the base > string after getting the access_token and access_token_secret, it will > be very hel

[twitter-dev] Re: Getting user timeline statuses_count

2010-08-21 Thread ben.biddington
Thanks, that works perfectly. On Aug 20, 4:32 pm, Taylor Singletary wrote: > Hi Ben, > > Looking up the user > withhttp://api.twitter.com/1/users/show.xml?screen_name=benbiddingtonwould > return a statuses_count field for the user. > > Taylor > > On Fri, Aug 20, 2010 at 3:02 AM, ben.biddington

[twitter-dev] Re: Recent API changes and new fields

2010-08-21 Thread arian
Status.retweet_count!!! this is perfect!!! this is exactly what I need. it makes my life easier. But, I'm testing it right now and I can't find a status where "retweet_count" is not blank. 1. There will not be a value for this field when the feature is turned off -- how should I know if the featu

[twitter-dev] Re: User_Timeline - include_rts not working

2010-08-21 Thread henasraf
Matt, Any user I show in my app would not show retweets, even if they surely exist. You can see for yourself at http://wosaic.net/twitguin (still early stages, don't mind it being a bit lame), see any user such as myself at http://wosaic.net/twitguin/user/henasraf ; you may go through pages and see

[twitter-dev] last_read_status_id and last_read_dm_id

2010-08-21 Thread Fabian Schlenz
Hi there. Anyone who uses Twitter from multiple devices will have noticed one thing: It can be really hard to figure out which Tweets he already read and which are new. Many clients incorporate some sort of sync-feature between multiple clients, but those info isn't available to clients from an

[twitter-dev] OAuth throws HTTPBadResponse error when used to get friends_timeline "since_id"

2010-08-21 Thread kanny
I am facing very strange and frustrating error. After generating a successful accessToken through OAuth dance, I try to retrieve "friends_timeline" using this ruby snippet: resp = accessToken.get("/1/statuses/friends_timeline.json? count=300&since_id=#{lastid}&include_rts=true") where lastid is r

[twitter-dev] Re: Introducing the Tweet Button

2010-08-21 Thread felipe.lavin
Hi. I've been trying to create my own TweetButton links (something like http://dev.twitter.com/pages/tweet_button#build-your-own-tweet-button) and load them on a lightboxed iframe, using Fancybox (http:// fancybox.net/) but I'm getting an error that won't let me actually use the TweetButton -- you

[twitter-dev] Re: 401 Unauthorized. Frustrating!!!

2010-08-21 Thread Mukha Mudra
Ok i tried again with Authorization header. It is as follows OAuth oauth_nonce="RF8P1N7n60mE",oauth_callback="oob",oauth_signature_method="HMAC- SHA1",oauth_timestamp="1282404507",oauth_consumer_key="N3jplhm1n1ypCzg2eWEg2w",oauth_signature="S0tx5EeTGk1m %2BcH5HMmjg6UTW9U%3D",oauth_version="1.0" Ca

[twitter-dev] Need Help!! - How Oauth will work in my case?

2010-08-21 Thread Rushikesh Bhanage
Hi there, I have a white-listed account, but the rate-limit has decreased from 20k before 5 days to 12k right now. Initially I thought that this might be due to twitter running over-capacity because I was busy in finishing part of app to launch it in two days. But i just read one mail from Justin

[twitter-dev] 401 Unauthorized. Frustrating!!!

2010-08-21 Thread Mukha Mudra
Hi, I am doing a GET request with query parameters as follows http://api.twitter.com/oauth/request_token?oauth_callback="oob"&oauth_consumer_key="N3jplhm1n1ypCzg2eWEg2w"&oauth_signature_method="HMAC-SHA1"&oauth_signature="Tcwwe1C5Rp5kt4TthmjzHB53R7Y%3D"&oauth_timestamp="1282398388"&oauth_nonce=

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

2010-08-21 Thread Claudia
Thank you so much Taylor! That's exactly the confirmation I was seeking.. a big relief. I'll check out the short cut on dev.twitter... much appreciated. On Aug 20, 1:34 pm, Taylor Singletary wrote: > If every tweet were to be issued by the same account, Claudia, you would > need to acquire your