[twitter-dev] Site streams changes being made tomorrow

2010-09-20 Thread Mark McBride
Just in case you missed the tweet here http://twitter.com/sitestreams/status/24794788773 On Tuesday at 2:00 PDT we'll be making a change to the for_user message, making the user id a number (e.g. "for_user":13348) ^M2    ---Mark http://twitter.com/mccv -- Twitter developer documentation and re

[twitter-dev] 503s On Geo API

2010-09-20 Thread Clay Graham
Hey all! I wanted to check in with the community before writing a...@twitter.com, just so I dont look like a fool I am hoping to pick your brains so it seems like I am at least a little informed. I am writing an application for android that uses the twitter geo search api, but I am finding it to

Re: [twitter-dev] Filtered Streaming API, Count, and Confusing Wording in the Wiki

2010-09-20 Thread John Kalucki
Count is enabled for higher access levels with the follow parameter on the filter endpoint. Shadow, and Birddog, for example, allow the count parameter. -John Kalucki http://twitter.com/jkalucki Twitter, Inc. On Mon, Sep 20, 2010 at 7:51 PM, Justin wrote: > I found my answer elsewhere, but the

[twitter-dev] Filtered Streaming API, Count, and Confusing Wording in the Wiki

2010-09-20 Thread Justin
I found my answer elsewhere, but the wording on the wiki seems confusing, I'd remove count as a param if it's not usable. 09/20/2010 09:45:50 pm : HTTP failure 4 of 20 connecting to stream: HTTP ERROR 416: Requested Range Not Satisfiable (Parameter count not allowed in role statusDefaultFiltered).

Re: [twitter-dev] Re: REST API entities enabled by default?

2010-09-20 Thread CWorster
*facepalm* how could I read "entities" == "retweets"? Sorry for that. 2010/9/19 SkyLifeLabs : > Thanks, you are correct. I should have been more specific: I would > like the retweets but not the entity data for the 'entities' node > which I thought was opt-in only using "include_entities=true" as

[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
I guess unless you are allowed into the new twitter you account doesn't have access to this API. I am getting a 401 unauthorized currently. On Sep 20, 9:37 pm, Vega wrote: > Wow! Thanks to Abraham and Taylor for the quick replies. I will > cautiously try the new api. > > Cheers, > > Edgardo > > O

[twitter-dev] Whitelisting and Oauth

2010-09-20 Thread Ramanathan Narayanan
Apologies if this question does not make sense. I have a whitelisted account. If I want to make use of the extra API calls, I understand that I must either issue the request from a whitelisted IP address or by authenticating using my approved ID. When I try to use the friends/ids api call as fo

[twitter-dev] Which API to use to achieve tweet, and who can help share the demo code? (c++, liboauth)

2010-09-20 Thread yuzhujiutian
hi, all Which API to use to achieve tweet, and who can help share the demo code? (c++, liboauth) I have achieved to obtain access token of the code(c++, liboauth), but in achieving the tweet, always prompt failure, who can send a demo program to me, the best is based on the liboauth, c++. And if

[twitter-dev] Re: How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
Wow! Thanks to Abraham and Taylor for the quick replies. I will cautiously try the new api. Cheers, Edgardo On Sep 20, 7:05 pm, Taylor Singletary wrote: > Outstanding. I hadn't even realized this particular API was being made use > of yet here. > > This, and a number of other interesting new AP

[twitter-dev] Question about Authentication/Whitelisting and friends/ids

2010-09-20 Thread Ramanathan Narayanan
Hello, I have a whitelisted account. I was under the assumption that I can use either a assigned IP address or authentication in order to make use of the 20,000 API calls per hour. Earlier I used to authenticate using basic authentication and issue a API call from a machine different from m

Re: [twitter-dev] How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Taylor Singletary
Outstanding. I hadn't even realized this particular API was being made use of yet here. This, and a number of other interesting new APIs are being documented and readied for wider use now. Any little fun bits you find in advance are fair game, but until they are documented their behavior, response

Re: [twitter-dev] Stream api statuses/filter no catching my hashtag

2010-09-20 Thread John Kalucki
You say you are backing off on HTTP connections. Are you connecting constantly, or just once, and staying connected for very long periods? Are you tracking the number of limit messages you are receiving? Perhaps your track search was rate limited? -John Kalucki http://twitter.com/jkalucki Twitter,

Re: [twitter-dev] How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Abraham Williams
The related_results/show/status_id method is returning replies to a status_id. Screenshot in the new UI: http://www.flickr.com/photos/4braham/5009432215/ API call: http://app.apigee.com/console/apigee-console-snapshots-128331720_5666e140-e2ac-4ccb-a502-bd0aec05cbdb/rendersnapshotview Abraham

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Tom van der Woerdt
Well, you most likely misinterpreted ;-) >>> headerstring="oauth_consumer_key=myconsumerkey, >>> oauth_token=mytoken, >>> oauth_signature_method =HMAC-SHA1, >>> oauth_signature=calculatedsignature, >

[twitter-dev] Re: using Excel as client

2010-09-20 Thread Randomness
This is what you said in your first reply: * You should put quotes around the values in headerstring, and if you haven't done so already, URLencode the values thanks for confusing me...:-) On Sep 21, 12:46 am, Tom van der Woerdt wrote: > There's no need for URL encoding in the header. The head

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Tom van der Woerdt
There's no need for URL encoding in the header. The header is simple: Authorization: OAuth oauth_timestamp="", oauth_nonce="", oauth_signature="", etc (of course, fill in the values) Tom On 9/21/10 12:45 AM, Randomness wrote: > that was the part of the header after authorization and oauth. Just

[twitter-dev] Re: using Excel as client

2010-09-20 Thread Randomness
that was the part of the header after authorization and oauth. Just read back and you will see it. On Sep 21, 12:42 am, Tom van der Woerdt wrote: > That Base String looks fine. But what was the thing you showed us a few > posts back? (Really, it looked like a base string!) > > Tom > > On 9/21/10

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Tom van der Woerdt
That Base String looks fine. But what was the thing you showed us a few posts back? (Really, it looked like a base string!) Tom On 9/21/10 12:39 AM, Randomness wrote: > I am really getting confused. I did not show the base string, as I > believe it is only used to caclulate the signature, but it

[twitter-dev] Re: using Excel as client

2010-09-20 Thread Randomness
I am really getting confused. I did not show the base string, as I believe it is only used to caclulate the signature, but it looks like this: POST&http%3A%2F%2Fapi.twitter.com%2F1%2Fstatuses %2Fupdate.xml&oauth_consumer_key%3DMUCONSUMERKEY%26oauth_nonce %3DBy0mBhrkliegb29E2gek6japm6Cqkg4wiuoy0834

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Tom van der Woerdt
Bad: xml.setRequestHeader "Authorization", "OAuth" & Cells(17, 3) Good: xml.setRequestHeader "Authorization", "OAuth " & Cells(17, 3) Also, if I am not mistaken, %22 is " and I definitely see those in your Base String ;-) I'm not saying that it's impossible to have them there, just that it's very

Re: [twitter-dev] How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Taylor Singletary
Hi Vega, #newtwitter uses the same API pattern available to all developers for this. When a status contains an in_reply_to_status_id field, then it is considered a reply to a preceding status, which is then fetched by requesting the particular status referenced by in_reply_to_status_id. This is w

[twitter-dev] Stream api statuses/filter no catching my hashtag

2010-09-20 Thread Nicolas Grasset
Hi there, I have been reading many comments here, and while it seems at least another person had the same issue, I could not find an answer. I have a test account (@hemtexdream) using the statuses/filter stream api which works on words like twitter or trending hashtags like #ireallythink. Howev

[twitter-dev] Re: using Excel as client

2010-09-20 Thread Randomness
I don't see where the space is missing.. I did not put quotes in the base string. I assume that it only serves as a way to claculate an oauth signature, which is calculated exactly as by your website and by twitter. Still stuck On Sep 21, 12:16 am, Tom van der Woerdt wrote: > Multiple things

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Taylor Singletary
Randomness, I don't have much experience in using OAuth or REST APIs from Excel like this -- but I'd like to recommend that when you are attempting to set a status that you put the status=xyz portion in the actual POST body of the request (rather than on the query string). Make sure that, at least

Re: [twitter-dev] Re: using Excel as client

2010-09-20 Thread Tom van der Woerdt
Multiple things: * You missed a space in the Authorization header. Go look in my post ;) * You don't have to put the quotes in the Base String. Only in the Authorization: header. Tom On 9/21/10 12:14 AM, Randomness wrote: > I still get the same mistake all the time, after I get asked and > can

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

2010-09-20 Thread Taylor Singletary
There are occasionally cache latency issues when fetching status objects. In this case, you likely requested a home_timeline shortly after one of the tweets that would appear in home_timeline had been favorited by the owner of the home_timeline -- but the cache on the specific status from the persp

[twitter-dev] Re: using Excel as client

2010-09-20 Thread Randomness
I still get the same mistake all the time, after I get asked and cancel for a username and password: Could not authenticate you The xml part of the VBA now looks like this: Set xml = CreateObject("MSXML2.XMLHTTP") xml.Open "POST", Cells(18, 3), False xml.setRequestHeader "Authorization", "O

[twitter-dev] How is the newTwitter getting Replies to this Tweet?

2010-09-20 Thread Vega
I have heard the new Twitter only uses the api to display information if so how does it get Replies to this Tweet? Cheers, Edgardo -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: htt

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 Ch

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

2010-09-20 Thread Matei
I just tried the feed and my faves come back true. I'm using the json feed however. -Matei On Sep 20, 3:04 pm, João Paulo Sabino de Moraes wrote: > 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 tweet

[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) -- Twit

[twitter-dev] Re: How to tell an item is a re-tweet?

2010-09-20 Thread Matei
Actually, allow me to re-phrase that: how do I know if I've re-tweeted an item? I would like to prevent users from re-tweeting the same status multiple time. So similar to the home timeline on twitter where they have the Undo functionality for re-tweets. Sorry if I caused any confusion... Cheers,

Re: [twitter-dev] Re: Authorizing for partial control

2010-09-20 Thread Scott Wilcox
Agreed completely. I understand why people want scope for permissions ala Facebook, but I quite like the way Twitter is. The whole big issue here is that people seem to think DM's are a sacred medium for secure communication when that simply isn't the case. A DM is just a normal tweet directed

Re: [twitter-dev] Re: Authorizing for partial control

2010-09-20 Thread Abraham Williams
Any models consisting of more then three levels of permission is too complicated. Read, write, and delete are the levels of permission in their most pure form. Delete is important because otherwise every single application that just needs to post a tweet can delete *all* of you data with a few simp

Re: [twitter-dev] using Excel as client

2010-09-20 Thread Tom van der Woerdt
Hi, I see multiple things that are wrong: * You didn't put quotes around your URL * You shouldn't send OAuth: as an header. The header is Authorization: OAuth . (xml.setRequestHeader "Authorization", "OAuth " & headerstring * You should put quotes around the values in headerstring, and if you h

[twitter-dev] using Excel as client

2010-09-20 Thread Randomness
I believe I have solved all the issues of getting the right information to send a tweet using Excel. Calculation of oauth_nonce and oauth_timestamp look good and also the calculation of the oath_signature seems to be in order. When I try to post the message I get a message asking for user name and

[twitter-dev] Re: Authorizing for partial control

2010-09-20 Thread @IDisposable
> - The possibility to ask for (by the app) and grant (by the user) a > more fine grained level of authorization (more than just read/write > only) Totally agreed!. Specifically, I want: 1) One time tweet WRITE 2) Ongoing tweet WRITE 3) Non-public READ 3) Non-DM READ 4) Full READ 5) Profile and

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
OK, tomorrow I will try it again. Thaks Andreas On 20 Sep., 20:37, Tom van der Woerdt wrote: > Thanks, I know how xAuth works. ;-) This isn't xAuth though. > > The Base String consists of all parameters you send to Twitter. You > aren't sending x_auth_username/x_auth_password (nor should you) so

Re: [twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread Tom van der Woerdt
Thanks, I know how xAuth works. ;-) This isn't xAuth though. The Base String consists of all parameters you send to Twitter. You aren't sending x_auth_username/x_auth_password (nor should you) so it shouldn't be in the Base String. You may be confused between xAuth and OAuth here: xAuth is simply

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
I use xauth, so I can log in directly from my application for Twitter. For pure OAuth it läft an extra URL on Twitter and you get a pin code with which I return to my application needs. The xauth-i parameter to give, as it is described in the Twitter documentation. Would in my GET request, the pa

Re: [twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread Tom van der Woerdt
No, that's no problem. What I *did* just notice is that the parameters in your Base String don't match the parameters in your GET. Why are you sending x_auth_*? Tom On 9/20/10 8:21 PM, andy wrote: > Thank you for the quick help, I've just seen that the parameters > since_id, since_date, max_id,

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
Thank you for the quick help, I've just seen that the parameters since_id, since_date, max_id, count, page I have not supplied. Can there be a problem because in the absence of these? On 20 Sep., 20:10, Tom van der Woerdt wrote: > Yes, OAuth is the authentication layer. If you are asked for a pas

[twitter-dev] Re: Missing entities in REST

2010-09-20 Thread Jesse
I still don't see any entities in the tweets? Is this still an issue? 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 Change yo

Re: [twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread Tom van der Woerdt
Yes, OAuth is the authentication layer. If you are asked for a password, just click cancel (but really, it shouldn't ask you for one). Tom On 9/20/10 8:07 PM, andy wrote: > Hello Tom, > > I get an successfull response with the oauthToken, oauthSecret, > userId, Screenname. > > My basestring to

[twitter-dev] Re: get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
Hello Tom, I get an successfull response with the oauthToken, oauthSecret, userId, Screenname. My basestring to generate my signature ist this: POST&https%3A%2F%2Fapi.twitter.com%2Foauth %2Faccess_token&oauth_consumer_key%3D...myKey...%26oauth_nonce %3D4093828128%26oauth_signature_method%3DHMAC-S

[twitter-dev] How to tell an item is a re-tweet?

2010-09-20 Thread Matei
Hi all, I'm trying to implement similar functionality to the home timeline on twitter where re-tweets appear as such and you have the option of undoing it. The trouble is I cannot tell if a status is a re-tweet or not. Statuses on the home timeline appear to include a re-tweeted parameter but it i

[twitter-dev] Introduction

2010-09-20 Thread marcio
My name is marcio and ive been coding for iOS for about 2 yrs now. I worked on the Presence app on CS192P from stanford course and im trying to understand how the twitter api actually works. it reads info from a db and just outputs it on a web browser with the json or xml formats? i tried going

Re: [twitter-dev] Authorizing for partial control

2010-09-20 Thread M. Edward (Ed) Borasky
Quoting Tom van der Woerdt : Why would a change in a client (after all, twitter.com is a client as well) change your perspective? Let's just say it's very likely the nature of the applications I develop will change to adapt to the new presentation. And exactly *how* they change won't be ap

Re: [twitter-dev] Authorizing for partial control

2010-09-20 Thread Tom van der Woerdt
Why would a change in a client (after all, twitter.com is a client as well) change your perspective? Tom On 9/20/10 7:10 PM, M. Edward (Ed) Borasky wrote: > Then again, who knows? Maybe when I get #newtwitter my perspective will > change. ;-) > -- Twitter developer documentation and resources

Re: [twitter-dev] Authorizing for partial control

2010-09-20 Thread M. Edward (Ed) Borasky
Quoting "Papa.Coen" : To all them TWITTER devs: I have some issues with asking Twitter users for FULL control of their account. Currently I only want to reply and (re)tweet on their behalf. But with an accepted authorization I can do everything with their account. There's also no way of making

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread M. Edward (Ed) Borasky
Quoting Vijay : OK Tom, will queue it and spread it, that should give me more room. But that still doesn't answer the question - how do the big companies manage? Do they have multiple IPs? The *really* big companies - like Google and Microsoft - just connect to the Streaming API "Firehos

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
Right, that makes sense. On Mon, Sep 20, 2010 at 11:52 AM, Tom van der Woerdt wrote: > Of course they do :-) Each server gets an IP and gets 2 requests per > hour. With 20 servers that means 40 requests per hour. Besides, I'd > assume that these services spread their requests properly an

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread John Kalucki
Large companies, and anyone who wants sustained access to high-volume Twitter data, use the Streaming API. The REST API is primarily for client applications and very-small-scale integrations. Note that REST whitelisting is unlikely for use-cases that are covered by the Streaming API. -John Kalucki

Re: [twitter-dev] Re: newbie question on rate limits

2010-09-20 Thread Vijay
Thanks Justin, I missed this method. On Mon, Sep 20, 2010 at 11:42 AM, Justin wrote: > You can lookup 100 users per rate limited call, that should be plenty > to play around with. > > http://apiwiki.twitter.com/Twitter-REST-API-Method:-users-lookup > > > On Sep 20, 10:38 am, Vijay wrote: > > "Y

[twitter-dev] Re: Publishing shoutbox content as twitter stream

2010-09-20 Thread Dave
Oh right, understood. I was already thinking about logging in once, storing the credentials and using them over and over again until they expire. Then what you suggest is the way I'll go. Thank you for your quick reply! On Sep 20, 5:19 pm, Tom van der Woerdt wrote: > The login procedure is used t

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Tom van der Woerdt
Of course they do :-) Each server gets an IP and gets 2 requests per hour. With 20 servers that means 40 requests per hour. Besides, I'd assume that these services spread their requests properly and don't update every hour. Just because you have 2 requests per hour doesn't mean you can

[twitter-dev] Re: Grease Monkey and #NewTwitter

2010-09-20 Thread Matt Sanford
Hi Peter, This was done over my weekend and outside of the Twitter development process, which is why I used my personal blog and did a project based on publicly available information. With that in mind, I don't think dev.twitter.com integration is anywhere in the near future (any more so than

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
OK Tom, will queue it and spread it, that should give me more room. But that still doesn't answer the question - how do the big companies manage? Do they have multiple IPs? On Mon, Sep 20, 2010 at 11:41 AM, Tom van der Woerdt wrote: > Just don't and you'll be fine :-) Just queue the requests an

[twitter-dev] Re: newbie question on rate limits

2010-09-20 Thread Justin
You can lookup 100 users per rate limited call, that should be plenty to play around with. http://apiwiki.twitter.com/Twitter-REST-API-Method:-users-lookup On Sep 20, 10:38 am, Vijay wrote: > "You really shouldn't be planning for the case where every single Twitter > user uses your application"

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Tom van der Woerdt
Just don't and you'll be fine :-) Just queue the requests and spread them over a few hours. It may also help to setup a Twitter account, as it will allow you to make 350 requests per hour instead. Tom On 9/20/10 5:38 PM, Vijay wrote: > > "You really shouldn't be planning for the case where ever

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
"You really shouldn't be planning for the case where every single Twitter user uses your application" Haha, I agree. Its just that I took a few thousand users randomly, and was playing with their publicly available stats, tweets etc and quickly hit the rate limit. Hence this question. On Mon, S

[twitter-dev] Re: Tweet Button counter url encoding

2010-09-20 Thread Remo
Hi Matt Thank you so much for your help! Works like a charm now! Keep up the good work! Cheers Remo On Sep 17, 9:36 pm, themattharris wrote: > Just wanted to let you know we've deployed some changes which should > have fixed this issue. > @themattharris > > On Sep 14, 11:38 pm, Remo wrote: > >

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Tom van der Woerdt
You really shouldn't be planning for the case where every single Twitter user uses your application ;-) When you get to 100 users, you request whitelisting. When you get to 2 users, your server will have a problem handling all the information and you'll need to get a second server anyway. Tom

Re: [twitter-dev] Publishing shoutbox content as twitter stream

2010-09-20 Thread Tom van der Woerdt
The login procedure is used to generate credentials for the user. Since these credentials don't expire, you can simply use them in your script. In fact, Twitter provides these credentials (for the application owner only) on a page on dev.twitter.com, to make it even easier to implement. Simply use

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
I am not sure about 20k, but 150 is miniscule. If I am collecting stats on a bunch of users every hour for example, I can only collect on 150 users, which is tiny, compared to 140 million users Twitter has. How do the big companies manage? For example, twittercounter claims to have stats on 10 mi

Re: [twitter-dev] get Frienfstimeline after connection with xAuth

2010-09-20 Thread Tom van der Woerdt
Nothing wrong with it. At least not with the syntax. If you are getting a 401 error, please give me (us) more information, like the Base String used to generate the signature. Tom On 9/20/10 5:01 PM, andy wrote: > Hello, > > I have get an successfull request with xAuth. After this I want to ge

Re: [twitter-dev] newbie question on rate limits

2010-09-20 Thread Tom van der Woerdt
20k per IP is a lot. It means that a server should make more than 5 requests per second to hit the limit, which is a lot. About your options: no idea. Just make sure to use the proper functions and try not to hit the limits? :-) 150 is a lot as well, most Desktop clients don't hit it (didn't, unti

[twitter-dev] newbie question on rate limits

2010-09-20 Thread Vijay
Hi, Newbie question, so please bear with me. I am experimenting with twitter API, but quickly found myself hitting the rate limit (150 without authentication, correct?) How do the big sites get over the rate limit (tweetstats, twittercounter etc)? Twitter's documentation says they can white list

[twitter-dev] get Frienfstimeline after connection with xAuth

2010-09-20 Thread andy
Hello, I have get an successfull request with xAuth. After this I want to get the friends Timeline. I develop with ActionScript 3.0. After successfull Responde I send an Requedt with my authorisation Details to Twitter with GET-Parameter to Twitter. http://api.twitter.com/1/statuses/home_timeline

Re: [twitter-dev] sample code for just authenticate and post twit using Android App

2010-09-20 Thread Taylor Singletary
Hi Shubham, Here's a great tutorial on doing just that, using the Java library SignPost: http://dev.bostone.us/2009/07/16/android-oauth-twitter-updates/#awp::2009/07/16/android-oauth-twitter-updates/ Taylor On Mon, Sep 20, 2010 at 6:47 AM, shubham patni wrote: > Hi friends , > Please show me a

[twitter-dev] Re: "Failed to validate oauth signature and token" with xAuth

2010-09-20 Thread mlowicki
It works for me now! This is the final script: var username = encodeURIComponent(cfg.username), password = encodeURIComponent(cfg.password), url = "https://api.twitter.com/oauth/access_token";, timestamp = Math.round((new Date()).getTime() / 1000), nonce = Math.random(); var acces

Re: [twitter-dev] Retweet_count not reflecting in status/user_timeline api response

2010-09-20 Thread Taylor Singletary
Hi Mahesh, Though you'll see the field surface in responses, it has not yet been "switched on" to accurately report retweet totals. We'll make an announcement when new fields like this are ready for consumption. Thanks, Taylor On Mon, Sep 20, 2010 at 1:45 AM, Mahesh Raju wrote: > Hi, > > Does

Re: [twitter-dev] updating profile Image

2010-09-20 Thread Taylor Singletary
I'm not able to get a 404 for this endpoint, John. The method does require both authentication and the POST HTTP method to function. Thanks, Taylor On Mon, Sep 20, 2010 at 6:55 AM, Raghu Prasad wrote: > On Mon, Sep 20, 2010 at 7:07 PM, John Meyer > wrote: > > I'm getting a 404 error using the U

Re: [twitter-dev] Twitters t.co URL

2010-09-20 Thread Taylor Singletary
Hi there, I don't see any issues with the tinyurls on your page. Is there something more specifically wrong? Thanks, Taylor On Mon, Sep 20, 2010 at 3:18 AM, zoomcreator wrote: > Hello, > I noticed in my twitter app that tiny url is not working > anymore in my twitter account feed (htt

Re: [twitter-dev] Re: REST API entities enabled by default?

2010-09-20 Thread Taylor Singletary
Thanks for the bug report. Entities really are supposed to be "opt-in" only at this stage -- we'll investigate this bug. Thanks! Taylor On Sun, Sep 19, 2010 at 11:03 AM, SkyLifeLabs wrote: > Thanks, you are correct. I should have been more specific: I would > like the retweets but not the entit

Re: [twitter-dev] updating profile Image

2010-09-20 Thread Raghu Prasad
On Mon, Sep 20, 2010 at 7:07 PM, John Meyer wrote: > I'm getting a 404 error using the URL > http://api.twitter.com/1/account/update_profile_image.xml  Is that the > correct URL or should I be using something else? > We are not using the XML though. The URL https://api.twitter.com/1/account/updat

[twitter-dev] sample code for just authenticate and post twit using Android App

2010-09-20 Thread shubham patni
Hi friends , Please show me an simply way to just authenticate user credential and after then post a twit on wall. Thanx in Advance -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issues/Enhancements Tracker: ht

Re: [twitter-dev] Chirrup! with new Authentication Method (OAuth?)

2010-09-20 Thread Scott Wilcox
Hello, The script snapshot you've posted won't work with OAuth. It'll need to be rewritten for the interaction to work again. If I have time later today I'll modify the code and send you a replacement over. Scott. On 20 Sep 2010, at 10:27, Christoph Leuthold wrote: > Hello There! > > At the

[twitter-dev] updating profile Image

2010-09-20 Thread John Meyer
I'm getting a 404 error using the URL http://api.twitter.com/1/account/update_profile_image.xml Is that the correct URL or should I be using something else? -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitterapi Issue

Re: [twitter-dev] Re: missing user fields in retweets?

2010-09-20 Thread Taylor Singletary
Hi Gabriele, We're looking into this. It may have been a momentary glitch. Thanks, Taylor On Mon, Sep 20, 2010 at 1:26 AM, gabriele renzi wrote: > self-reply: apparently, when asking the same status in XML format we > get all the fields, and other retweets seem to contain the full user > objec

[twitter-dev] Publishing shoutbox content as twitter stream

2010-09-20 Thread Dave
Hi everybody, we run a big community website which has a shoutbox. We have a Twitter account, and every shout in the shoutbox appears as a status update on our Twitter stream. This was pretty easy to accomplish with using the old authentication methods. I've been reading a couple of documents on O

[twitter-dev] Retweet_count not reflecting in status/user_timeline api response

2010-09-20 Thread Mahesh Raju
Hi, Does retweet_count value reflect in the response from status/user- timeline api? When I check for a tweet which has been retweeted, the value for retweet_count is shown as null. The request url I am using - http://api.twitter.com/1/statuses/user_timeline.xml?screen_name={username} Am I doin

[twitter-dev] Chirrup! with new Authentication Method (OAuth?)

2010-09-20 Thread Christoph Leuthold
Hello There! At the moment i am trying to get Chirrup (http:// chirrup.angryamoeba.co.uk, a Twitter Comment System) to work. As the Chirrup Script hasn't been updated since 2008 it has not implemented the new Authentication method yet. I just tried to figure out how i could change the Skript to wo

[twitter-dev] Twitters t.co URL

2010-09-20 Thread zoomcreator
Hello, I noticed in my twitter app that tiny url is not working anymore in my twitter account feed (http://twitter.com/zoomcreator) . Just wondering what the problem is and whether it has something to do with the change over to t.co url ? -- Twitter developer documentation and resources

Re: [twitter-dev] Streaming API and oAuth

2010-09-20 Thread Tom van der Woerdt
Yes, it does. Tom On Mon, 20 Sep 2010 06:16:03 -0700 (PDT), Joel Clinger wrote: > Hello, > > Does the streaming API still support Basic Auth? > Is there going to be any python module like tweepy that will support > oAuth and the streaming API? > > Thanks. > Joel -- Twitter developer documen

[twitter-dev] AutoLogin to my twitter to facebook account

2010-09-20 Thread Brahmbhatt Yogesh
I have my website in wordpress. In my wordpress admin panel, I want to have direct link placed there in by clicking which It will auto login to my facebook/twitter page. I don’t want to enter password in facebook and twitter again and again. I will award to project immediately to someone who show

[twitter-dev] Tweet button with AJAX content

2010-09-20 Thread danny
I've searched and searched without any luck. I have AJAX content coming in, rendered in HTML with Tweet buttons all over the place. Problem is, the Tweet button does not work (since it appears the Twitter Javascript goes through the loaded page DOM to enable the Tweet button links AFTER the page

[twitter-dev] Streaming API and oAuth

2010-09-20 Thread Joel Clinger
Hello, Does the streaming API still support Basic Auth? Is there going to be any python module like tweepy that will support oAuth and the streaming API? Thanks. Joel -- Twitter developer documentation and resources: http://dev.twitter.com/doc API updates via Twitter: http://twitter.com/twitter

[twitter-dev] Re: What's the normal response of oauth/access_token?

2010-09-20 Thread Moses
same here. I had set up a twitter api on GAE, which work for Twitbird very well. But on Twitter for iPhone with exactly same settings, it alway return "Could not authenticate you. (XAuth migration failed - no token/secret handed back)" error. Any ideas? On Aug 29, 10:09 pm, "@yegle" wrote: >

[twitter-dev] Re: "Failed to validate oauth signature and token" with xAuth

2010-09-20 Thread mlowicki
@Matt, can you provide some method for debugging my issue or some solution because with such error message as "Failed to validate oauth signature and token" my debugging now is more like guessing On Sep 20, 11:50 am, Tom van der Woerdt wrote: > The only relevant part of my code : > $sig = ba

[twitter-dev] Re: API doesn't respond to my status update request. JS - XmlHTTPRequest.

2010-09-20 Thread Kakysha
Any thoughts ? On Sep 18, 2:58 pm, Kakysha wrote: > Yes, of course. The oAuth library - is the most (the only one :)) ) > popular library for JS -  http://oauth.googlecode.com/svn/code/javascript/ > from John Kristian. It was adviced on oauth.net > > The accessor.serviceProvider.actionURL is "htt

[twitter-dev] Re: Using @Anywhere under SSL

2010-09-20 Thread Justin
Thanks for the reply Tom, Sorry, I didn't realise there was another group - I see I'm not the only one in need of it... Here's hoping the Twitter team impliment it soon... Justin On Sep 20, 11:00 am, Tom van der Woerdt wrote: > FYI, there's a Mailing List specifically for @Anywhere. The list you

Re: [twitter-dev] Using @Anywhere under SSL

2010-09-20 Thread Tom van der Woerdt
FYI, there's a Mailing List specifically for @Anywhere. The list you mailed to is the API developer list. To answer your question: no, there's no SSL version (yet). Tom On Mon, 20 Sep 2010 02:53:05 -0700 (PDT), Justin wrote: > I would love

[twitter-dev] Using @Anywhere under SSL

2010-09-20 Thread Justin
I would love to use the "Connect with Twitter" @Anywhere function but I would need to use it in a secure enviroment - that is under SSL. I first tried this when @Anywhere was first launched adn gave up thinking that perhaps it's a little too early? Having recently returned to it, I was disapointed

Re: [twitter-dev] Re: "Failed to validate oauth signature and token" with xAuth

2010-09-20 Thread Tom van der Woerdt
The only relevant part of my code : $sig = base64_encode(hash_hmac('sha1', $baseString, $key, true)); Key and Base String are visible on the page itself ;-) Tom On Mon, 20 Sep 2010 01:59:14 -0700 (PDT), mlowicki wrote: > When i'm using http://quonos.nl/oauthTester/ for oAuth validation with >

[twitter-dev] Re: "Failed to validate oauth signature and token" with xAuth

2010-09-20 Thread mlowicki
this is how my code looks like now: var username = encodeURIComponent("user"); var password = encodeURIComponent("password"); var url = "https://api.twitter.com/oauth/access_token";; var key = "key"; var secret = "MCD8BKwGdgPHvAuvgvz4EQpqDAtx89grbuNMRd7Eh98"

[twitter-dev] Re: "Failed to validate oauth signature and token" with xAuth

2010-09-20 Thread mlowicki
When i'm using http://quonos.nl/oauthTester/ for oAuth validation with my code i get: Base String syntax: OK Method type: OK URL: OK Parameters syntax: O But when i replace my secret with "MCD8BKwGdgPHvAuvgvz4EQpqDAtx89grbuNMRd7Eh98" i get different signature - ZtkBQc2RwY+Jv1Fv8fXoasR4DLo @To

Re: [twitter-dev] Authorizing for partial control

2010-09-20 Thread Tom van der Woerdt
I completely agree. Tom On Sep 20, 2010, at 10:45 AM, "Papa.Coen" wrote: > To all them TWITTER devs: > > I have some issues with asking Twitter users for FULL control of their > account. Currently I only want to reply and (re)tweet on their behalf. > But with an accepted authorization I can d

[twitter-dev] Authorizing for partial control

2010-09-20 Thread Papa.Coen
To all them TWITTER devs: I have some issues with asking Twitter users for FULL control of their account. Currently I only want to reply and (re)tweet on their behalf. But with an accepted authorization I can do everything with their account. There's also no way of making clear my intentions on th

[twitter-dev] Re: missing user fields in retweets?

2010-09-20 Thread gabriele renzi
self-reply: apparently, when asking the same status in XML format we get all the fields, and other retweets seem to contain the full user object, so this seems more of a glitch on twitter's side. Again, if we have missed some change in the API spec, I'd be happy to hear about it and I'm sorry for t

  1   2   >