[twitter-dev] Re: Best way to get tweets from me, to me, mentioning me

2009-08-29 Thread Nicole Simon
On Thu, Aug 27, 2009 at 06:47, Scott Haneda talkli...@newgeo.com wrote: Thanks. These users will be mobile, largely, and asking them to log in to see what will amount to comments is asking too much. This is more a add on feature that some may find value in. Why would they want to see

[twitter-dev] statuses/followers.xml and statuses/followers.json can return different results?

2009-08-29 Thread J. Dale
It looks like the two requests don't always return the same content. I'm seeing the xml version return the following.. status created_atSat Aug 29 14:23:24 + 2009/created_at id3625414292/id - text It's probably bad form to wear a white dress to a bridal shower when you're not the bride

[twitter-dev] Re: Started getting Incorrect Signature but I verified the signature is correct

2009-08-29 Thread Bill Evans
I am actually having the same issue with the same api call. All of my other requests work but friendships/create gives me Incorrect signature. On Aug 28, 2:48 am, jmathai jmat...@gmail.com wrote: Not sure what I'm doing wrong here (but I've been doing it for 2 days now).  I'm having trouble

[twitter-dev] Re: Automated URL shortening

2009-08-29 Thread joe brooks
I use my own URL shortener with the help of WordPress, WordTwit (a plugin). I bought a shortened version of my domain name (joebrooks.me - joeb.me) I get URLs that are like this http://joeb.me/hv ,as long as I keep up my own database the URLS will never fail. On Thu, Aug 27, 2009 at 2:40 PM,

[twitter-dev] Re: Wondering if this would be against TOS

2009-08-29 Thread PJ Walsh
Thank you for the clarification, glad to hear that it shouldn't conflict with the TOS. On 8/28/09, Andrew Badera and...@badera.us wrote: 1. If you're not putting messages in front of someone, it's not spam. If you're not aggressively following and @'g people, it's probably not spam. 2. It

[twitter-dev] Re: Automated URL shortening

2009-08-29 Thread Joseph Cheek
I have seen my URLs both shorted and not; it appeared to me that the gating factor was the length of the tweet - if the non-shortened version fit in 140 chars, it would leave it alone. this was just based on observation, however. Joseph Cheek jos...@cheek.com, www.cheek.com twitter:

[twitter-dev] Re: Started getting Incorrect Signature but I verified the signature is correct

2009-08-29 Thread Bill Evans
I'm having the same issue with the same api call. I can call verify_credentials and get back a valid response but passing the same details to this resource gets me the Incorrect signature. On Aug 28, 2:48 am, jmathai jmat...@gmail.com wrote: Not sure what I'm doing wrong here (but I've been

[twitter-dev] Getting screen name from user id without rate limit

2009-08-29 Thread Twixcel
I'm trying to develop a twitter app that checks if someone is a spammer. I have the userid, but to get the screenname I have to call http://twitter.com/users/show.xml?id=userid which causes a limit request. Once I have the screen name I could get the data I need without a limit request. Does

[twitter-dev] Characters Multiply Escaped?

2009-08-29 Thread jorge
It appears as though some characters are getting multiply escaped in the XML responses, is this by design? Unfortunately, it's causing a problem for an application that I am writing. I am using expat to parse a friends_timeline response and displaying the message in a Gtk application. Consider

[twitter-dev] OAuth and landing+source searches

2009-08-29 Thread lando
I'm trying to understand how to search for tweets originating from an OAuth app. I only seem to be able to do source searches for apps that are grandfathered in from the old basic auth days, e.g. http://search.twitter.com/search.atom?q=landing+source:tweetie

[twitter-dev] another twitter archival/offline browsing software - twitter-to-pdf

2009-08-29 Thread hari sujathan
hi, here is the link - https://sourceforge.net/projects/twitter-to-pdf/ Its a java web application that runs on jetty/derby, and saves multi user tweets in xml, html, consolidated PDF. benefit - starting page- instead of seeing 20 tweets, see- 10,000 tweets ,Things remain in db even if 3200

[twitter-dev] Repeating tweets

2009-08-29 Thread md2k9
Hi Wonder if any of you guys can help explain something to me. Why or what causes repeating tweets? For example (and there are loads of these if you look hard enough!) http://twitter.com/#search?q=For%20me%2C%20I%20don't%20see%20what%20he%20said%20as%20simply%20right Why would these accounts

[twitter-dev] blocks/blocking - page paramater dodgy?

2009-08-29 Thread ben
Hi, Could be me, but I'm gettings matching returns from blocks/blocking whatever the page parameter is, logging below. Also i'm finding the blocking/ids not returning the same as the blocks/ blocking results. Are the /ids/ results cached? If so, is this true of all the friends/followers/ id

[twitter-dev] Re: Build a Library based on OAuth

2009-08-29 Thread slexten...@alice.it
Well, of course when I wrote store, I meant to write those values inside web.config file; so in a manner that lets me change them easily. The question here is if it correct to read Token ad TokenSecret and use those values so I have not to log in every times. This is a library that I use inside

[twitter-dev] Can someone give or help me make a recurring tweets script

2009-08-29 Thread ballmoney
I'm looking to generate a twitter recurring tweet script so I can host it on my site for personal use.

[twitter-dev] 401 Error

2009-08-29 Thread Andreo Vieira
I need some help Sorry for my English(I'm from Brazil). I'm developing one program using oAuth and c# twitter library... Everything works fine except when I try to send an update using characters like 'ç'... I make some tests and I have strange results... e.g: When I send an update Vou

[twitter-dev] /friendships/destroy.json /blocks/blocking /blocking/ids

2009-08-29 Thread ben
Couple of issues sprouting, i have been editing the code so i'm going back and back over for some error at my end, but it's looking mighty odd. It looks like: /friendships/destroy.json is not being updated blocks/blocking.json is not returning the same users as /blocks/ blocking/ids.json

[twitter-dev] Twitter recripocal follow feature

2009-08-29 Thread StuffDone
Is there or can there be a recripocal option in Twitter that does one or both of the following. 1) When clicking to follow, places a stipulation on acceptance that the followed person agrees to follow the person making the request. 2) Filter to search followed to find out which of those you

[twitter-dev] Re: Statuses/destroy is returning 400 even though tweet is deleted sucessfully

2009-08-29 Thread darasion
I have the same problem right now. Exactly as above all. On Aug 28, 5:03 am, Naveen Ayyagari knig...@gmail.com wrote: I am seeing this issue as well. Users are reporting it very frequently   now... At first I thought it was a bug in the client, but it happens every   time I try to delete a

[twitter-dev] Re: heavy throttling by search.twitter.com API from GAE application

2009-08-29 Thread Dan
I'm not sure if this is related. I've been using Services_Twitter to use the Search API and I keep getting the error message Unsupported endpoint search. I'm searching a simple 7-letter word. Anyone have any idea what that message means? Maybe this is related to something going on with

[twitter-dev] Re: Receiving Invalid 403 Errors - You cannot send messages to users who are not following you.

2009-08-29 Thread Joseph Cheek
i believe the dm limit is 250 per day. http://help.twitter.com/forums/10711/entries/15364 Joseph Cheek jos...@cheek.com, www.cheek.com twitter: http://twitter.com/cheekdotcom Dewald Pretorius wrote: Are you sending the news items to your users via DMs? If so, your service will be severely

[twitter-dev] help!!!

2009-08-29 Thread francina
i can't upload a picture for my twitter account, it says the pic is too big. what does this mean? also, i tried to link a wordpress blog to twitter and it says my page does not exist. what does this mean??? I need your help soon please! ~francina

[twitter-dev] Re: help!!!

2009-08-29 Thread Andrew Badera
Generally that would mean the picture is too big. It can't be over 700k. Your second question? Wordpress/PEBKAC issue. Find your answers there. ∞ Andy Badera ∞ This email is: [ ] bloggable [x] ask first [ ] private ∞ Google me: http://www.google.com/search?q=(andrew+badera)+OR+(andy+badera)

[twitter-dev] Re: Twitter recripocal follow feature

2009-08-29 Thread Philip Plante
This is how Facebook friends works, I am not sure it would work well within the Twitter community. On Aug 29, 2:41 pm, StuffDone off...@stuffdone.com wrote: Is there or can there be a recripocal option in Twitter that does one or both of the following. 1) When clicking to follow, places a

[twitter-dev] Re: graph API call returning 'This Method requires authentication'

2009-08-29 Thread Pete Warden
A late follow-up on this, but I'm hitting the same problem: - It's only happening with friends/ids.json, all other calls work - Bizarrely I can call it fine from command-line curl on the same machine, but using curl within PHP I get the error - I've tried rejigging my curl/php code to use the