[twitter-dev] Re: Is there a partial blacklist?

2009-07-06 Thread tweetalkr
Thanks Doug On Jul 6, 2:10 pm, Doug Williams wrote: > Please email the API team for questions pertaining to development or > application accounts [1]. > 1.http://apiwiki.twitter.com/Support > > Thanks, > Doug > > > > On Mon, Jul 6, 2009 at 10:40 AM, tweetalk

[twitter-dev] Is there a partial blacklist?

2009-07-06 Thread tweetalkr
My web app was flagged by Google two weeks ago as an attack site though I have never found any malicious links or hacks. Shortly after, Google unflagged it but then Twitter, I am assuming because of Google or Google's data, suspended my app's account. Twitter then unsuspended my app's page but sti

[twitter-dev] Deleting Tweets via the API

2009-06-12 Thread tweetalkr
Does Twitter still restrict deleting tweets using the API? I would like the ability to delete tweets from my own site's stream (not from the streams of others using my app). I want to do this as a way to limit spamming.

[twitter-dev] Re: OAUTH Feature currently disabled

2009-04-22 Thread tweetalkr
I have found the same thing. Feature disabled message. Until it is enabled again no one on my site can access Twitter. I am beginning to not like OAuth. On Apr 22, 6:31 am, gissmog wrote: > Hello, > > is there a page where I can get the current status of the oauth > feature? > I justed started i

[twitter-dev] OAuth tokens don't seem to last more than a day

2009-04-18 Thread tweetalkr
OAuth tokens don't seem to be valid more than a day. Anyone else experiencing this? Is there a fix. Its is very irritating to keep reauthorising.

[twitter-dev] Best way to check for errors on status update using Twitter OAuth code

2009-04-14 Thread tweetalkr
Quick question: I am implementing OAuth and am using the sample PHP code Twitter gave out. My question is what is the best way to determine an error occurred with the status update using $content = $to->OAuthRequest('https://twitter.com/statuses/ update.xml', array('status' => 'Test OAuth update

How do I request a change in my source parameter?

2009-01-28 Thread tweetalkr
Hey, I would like to change the source parameter on krumlr.com from "Krumlr page krums" to "Krumlr Tweetmarks". It seems much more fitting. Is that possible? Thanks Pete

Twitter Users Pictures

2009-01-05 Thread tweetalkr
Does anyone have a recomendation about whether your app should save the twitter users pictures on site or simply access the twitter supplied URL for a user's picture inside the app? Does this URL ever change or does Twitter ever block access?