[twitter-dev] This method requires a POST.

2009-07-13 Thread Pushpa
Hello I am using Curl method and getting below error Error : /direct_messages/new.xml This method requires a POST. ON URL : http://www.homefindingcommunity.com/ Below is my script. This script works fine on my local server as well as other few

[twitter-dev] Just launched TwitStat.us...

2009-07-13 Thread Ryan McGrath
Hey, A friend and I recently launched TwitStat.us (http://twitstat.us), a site where you can basically create a badge that display results about any given search terms from Twitter's Search API. The badge that we give to users is pure javascript that just queries Twitter's API. That said, I'm

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Mandakini kumari
Hi I tested its not worked for me On Mon, Jul 13, 2009 at 2:25 PM, Ryan McGrath ryan.mcgra...@gmail.comwrote: Hey, A friend and I recently launched TwitStat.us (http://twitstat.us), a site where you can basically create a badge that display results about any given search terms from

[twitter-dev] Re: This method requires a POST.

2009-07-13 Thread RandyC
Mandakini, I ran into a similar problem a while back and tracked it down to the latest version of CURL. When I pulled an earlier version of CURL for PHP from one of my servers that didn't have this problem and installed it on the server in question it worked fine. I never did track it any

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Dean Collins
Works fine when I just checked it. div class=twitstatus_badge_container id=twitstat_badge_282/div script type=text/javascript src=http://twitstat.us/js/twitstat.min.js;/script script type=text/javascript twitstat.badge.init({ badge_container: twitstat_badge_282, title: Twitter Search,

[twitter-dev] to send messages or tweets to twitter is that possible

2009-07-13 Thread nite21
hi all i want to send data from flash to twitter is that possible thanks

[twitter-dev] Where did I go wrong?

2009-07-13 Thread rogerthat
I've been trying to get Twitter authentication to work on my website and I've run into a wall. Basically, I have a file called Twitter.php. The idea is that this file will be called on every page that needs to make an API request. I have another file called AuthLanding.php. AuthLanding.php is

[twitter-dev] make links from description clickable

2009-07-13 Thread Tom
I'm kinda new to php and have no clue how to do this, but how would I make links from the description field clickable? I know I need to add a href=link here text /a but how do i go about doing it, below is the coding I'm using currently.

[twitter-dev] Interested in hiring a twitter developer

2009-07-13 Thread Dale
Hi, If there is an excellent Twitter app developer out there (very familiar with APIs), I want to develop an application for my company. Must be willing to sign an NDA and be able to verify your work. Thanks!

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Vincent Wright
Ryan, I've tested it on My Linking Power Forum in a new group I'm putting up called I LOVE RSS!: http://mylinkingpowerforum.ning.com/group/ILoveRSS http://mylinkingpowerforum.ning.com/group/ILoveRSSWorks very well for me... Thanks, and Keep STRONG!! Vincent Wright Director Of Community

[twitter-dev] Research about open APIs

2009-07-13 Thread Carolina
Dear all, I am currently undertaking a full time masters in Electronic Publishing at City University London. As part of my studies I am required to undertake some research for my dissertation thesis titled ‘Newspapers as Platforms: How Open APIs Will Impact Journalism, a study investigating the

[twitter-dev] Re: OAuth and native clients

2009-07-13 Thread Otávio Ribeiro
agreed, regards, Otávio Ribeiro On Wed, Jul 8, 2009 at 11:52 PM, Zach zcox...@gmail.com wrote: I'm going to 3rd Sebastian's POV. This is a serious problem that needs to be addressed now. Mobile app developers want to integrate their native apps with sites like Twitter and Facebook, but the

[twitter-dev] Re: make links from description clickable

2009-07-13 Thread Stuart
2009/7/13 Tom tombomb...@gmail.com: I'm kinda new to php and have no clue how to do this, but how would I make links from the description field clickable? I know I need to add a href=link here text /a but how do i go about doing it, below is the coding I'm using currently.

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Matt Sanford
Hi Dale, Check out the directory on our wiki at: http://apiwiki.twitter.com/Developers Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 5:29 AM, Dale wrote: Hi, If there is an excellent Twitter app developer out there (very familiar with APIs), I want to

[twitter-dev] Re: This method requires a POST.

2009-07-13 Thread Mandakini kumari
Hi Randy Thanks for your response. As you said POST calls were being turned into GET I think that might be a reason I will talk to server provider. Once again thanks for pointing the cause. On Mon, Jul 13, 2009 at 5:53 PM, RandyC bioscienceupda...@gmail.com wrote: Mandakini, I ran into

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread EdPimentl
Hello Dale, Here are just a few of the Twitter APPS we have developed Best regards, -E Gpro.ws http://Twitter.com/edpimentl http://twitter.com/edpimentl http://AskTwitR.com http://asktwitr.com/ (Real Time Twitter Search Reputation Management) http://TwiTR.Me http://twitr.me/ (Cross

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Grant Emsley
It's a cool little program. With the rate limiting - the requests should come from the viewer's IP address, so rate limiting shouldn't be a problem. At worst, individual users viewing it 20,000 or whatever time an hour would see an error, everyone else would be fine.

[twitter-dev] Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Mark Davies
Hi all, I have a system set up that uses its own twitter to send information to my main twitter name. However i have noticed if one message is. You have a new update then the message straight after cannot be You have a new update. is there a way to get around this as i need to get these

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Andrew Badera
On Mon, Jul 13, 2009 at 11:24 AM, Mark Davies markdavies12...@gmail.comwrote: Hi all, I have a system set up that uses its own twitter to send information to my main twitter name. However i have noticed if one message is. You have a new update then the message straight after cannot be

[twitter-dev] Re: Just launched TwitStat.us...

2009-07-13 Thread Ryan McGrath
Hey everyone, Thanks for the positive feedback! Hope everyone enjoys using it as much as we enjoyed making it. Thanks for the heads up on the rate limiting, Grant. That's what we thought initially, but I figured it'd be polite to ask around and make sure were weren't abusing any API calls.

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Mark Davies
Hi Andrew, Sorry i am fairly new to twitter development and i have looked on the api doc's but cannot find out how to add a unique sequence ID would you be able to point me to the place i need to look? Regards Mark On Jul 13, 4:33 pm, Andrew Badera and...@badera.us wrote: On Mon, Jul 13, 2009

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 10:24 AM, Mark Daviesmarkdavies12...@gmail.com wrote: Hi all, I have a system set up that uses its own twitter to send information to my main twitter name. However i have noticed if one message is. You have a new update then the message straight after cannot be

[twitter-dev] Re: to send messages or tweets to twitter is that possible

2009-07-13 Thread Grant Emsley
http://apiwiki.twitter.com/Libraries The very first category is for flash... On Jul 13, 2:56 am, nite21 shanebond1...@gmail.com wrote: hi all i want to send data from flash to twitter is that possible thanks

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread owkaye
First, I wouldn't expect that thousands are going to post your promo code per minute. That doesn't seem realistic. Hi John, It's more than just a promo code. There are other aspects of this promotion that might create an issue with thousands of tweets per minute. If it happens and I

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Mark Davies
Hi Damon, It is strage as if i post a message from twitter.com itself i can for example post test, then test again straight after. is it a constraint the API enforces? Regards Mark On Jul 13, 4:46 pm, Damon Clinkscales sca...@pobox.com wrote: On Mon, Jul 13, 2009 at 10:24 AM, Mark

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Grant Emsley
I think the limit is only on the API. I suppose there are/were conditions where duplicates would get posted, and this prevents that from happening. Easiest thing to do: Have your program put a timestamp in the message, so instead of You have a new update, put 11:57:01 You have a new update

[twitter-dev] Re: Trying to post but my account is not posting duplicate posts

2009-07-13 Thread Mark Davies
Hi Grant, Yeah a simple yet informative way around the issue, thanks. Regards Mark On Jul 13, 4:57 pm, Grant Emsley grant.ems...@gmail.com wrote: I think the limit is only on the API.  I suppose there are/were conditions where duplicates would get posted, and this prevents that from

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread Matt Sanford
Hi there, Some comments in-line: On Jul 13, 2009, at 8:51 AM, owkaye wrote: First, I wouldn't expect that thousands are going to post your promo code per minute. That doesn't seem realistic. Hi John, It's more than just a promo code. There are other aspects of this promotion that

[twitter-dev] OQ Codes as tweets

2009-07-13 Thread Peter Denton
Hello, I remember reading the discussion of sending images through tweets, e.g. quasimondo's post on flickr at http://www.flickr.com/photos/quasimondo/3518306770/ I am wondering if people think you could do this successful with a QR code? http://code.google.com/apis/chart/types.html#qrcodes

[twitter-dev] Rate Limit reporting

2009-07-13 Thread Justin
I feel a bit silly asking this in the time of OAuth - but I'm not quite there yet... So how to return the rate limit for a given user? Looking at the api documentation I presume you need to authenticate (log in) The obvious way to do this is via GET with:

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Matt Sanford
Hi Justin, The user:pass is a shortcut used by some browsers and libraries but is not supported in all libraries. What language/library are you using? Most of them have some option for setting the user and password directly. Also, the most common issue when seeing the IP limit is an

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread Vision Jinx
You can also check out these QR code resources. http://code.google.com/p/zxing/ http://zxing.appspot.com/generator/ The source code is under Apache License 2.0 Cheers! http://chart.apis.google.com/chart?cht=qrchs=350x350chl=MECARD%3AN%3AVision+Jinx%3B%3B On Jul 13, 10:14 am, Peter Denton

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread Grant Emsley
So you want to encode text as an image...then translate the image to text, send through twitter, translate the text to an image...and then decode the QR code back to text? I have no idea why you would want to do that. There must be an easier way. Convert the QR code back to text and send via

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread Dean Collins
Grant, QR codes can contain more information than 140 characters. and yes it would work. Regards, Dean Collins Cognation Inc d...@cognation.net +1-212-203-4357 New York +61-2-9016-5642 (Sydney in-dial). +44-20-3129-6001 (London in-dial). -Original Message- From:

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread Dean Collins
Btw - 60 second QR codes overview located here www.Cognation.net/QR Regards, Dean Collins Cognation Inc d...@cognation.net +1-212-203-4357 New York +61-2-9016-5642 (Sydney in-dial). +44-20-3129-6001 (London in-dial). -Original Message- From:

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Justin
Sorry about emailing you my last response. I understand what you're saying about firefox - though I'm having the same issue with requests via Microsoft.XMLHTTP requests - it's gone the end of the day now (I do have a habit of starting these things when there's no time). Will carry on the fight

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread Peter Denton
Thanks for everyone's replies, this is great. On Mon, Jul 13, 2009 at 9:51 AM, Dean Collins d...@cognation.net wrote: Btw - 60 second QR codes overview located here www.Cognation.net/QR Regards, Dean Collins Cognation Inc d...@cognation.net +1-212-203-4357 New York

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread John Kalucki
I concur with Matt. Track in the Streaming API is, in part, intended for applications just like yours. Hit the Search API and use track together to get the highest proportion of statuses possible. The default track limit is intended for human readable scale applications. Email me about elevated

[twitter-dev] Re: OQ Codes as tweets

2009-07-13 Thread EdPimentl
http://AgileCODES.com -E Gpro.ws

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Dale Merritt
Matt, Thanks so much. On Mon, Jul 13, 2009 at 7:06 AM, Matt Sanford m...@twitter.com wrote: Hi Dale, Check out the directory on our wiki at: http://apiwiki.twitter.com/Developers Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 5:29 AM, Dale wrote: Hi,

[twitter-dev] Where to start

2009-07-13 Thread shaundunne
Hi, Im looking to get into some twitter development. My PHP knowledge is OK - i understand most implementations. I wondered if anyone suggests where i start? Ive read some of the documentation on the twitter API but i am unsure if what i'd like to do is possible. Ive seen plenty of php libraries

[twitter-dev] Re: Where to start

2009-07-13 Thread Peter Denton
Hello, I think you should divide up your tasks to get comfy with the API. 1. Write a page to search for a hastag, then just display the results. 2. See what kinds of results you can drive from the data. The reason I say this is because, 1 is easy, and displays how nice the API is to get started.

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Dale Merritt
Hi Ed, I would like to send you an NDA before we discuss the project. Can you forward me your name, position, and company w/address? Look forward to discussing the project with you. Dale On Mon, Jul 13, 2009 at 7:16 AM, EdPimentl edpime...@gmail.com wrote: Hello Dale, Here are just a few

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Abraham Williams
It would probably be good to take the conversation off list from this point on. Thanks, Abraham On Mon, Jul 13, 2009 at 12:33, Dale Merritt mogul...@gmail.com wrote: Hi Ed, I would like to send you an NDA before we discuss the project. Can you forward me your name, position, and company

[twitter-dev] Re: make links from description clickable

2009-07-13 Thread Doug Williams
Tom, We do not allow HTML in tweets. Only plain text. Any links sent will be automatically linked on Twitter.com but it is up to third-party clients to handle any linking within their application. Thanks, Doug On Mon, Jul 13, 2009 at 6:38 AM, Stuart stut...@gmail.com wrote: 2009/7/13 Tom

[twitter-dev] change my image ; old profile_image_url seen in response to users/show

2009-07-13 Thread Rudifa
Hello all Today I changed my profile image (several times) via twitter web page, Settings - Picture The changed picture appeared immediately in the web pages (That's a nice picture ...), and the new url can be seen with the browser's Copy Image Location :

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread JasonWyatt
Matt, How can I add my name to that page? Thanks -Jason On Jul 13, 10:06 am, Matt Sanford m...@twitter.com wrote: Hi Dale,      Check out the directory on our wiki at:http://apiwiki.twitter.com/Developers Thanks;   – Matt Sanford / @mzsanford       Twitter Dev On Jul 13, 2009, at

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Matt Sanford
Hi Jason, Send your information in an email to api AT twitter.com. Thanks; – Matt Sanford / @mzsanford Twitter Dev On Jul 13, 2009, at 1:45 PM, JasonWyatt wrote: Matt, How can I add my name to that page? Thanks -Jason On Jul 13, 10:06 am, Matt Sanford m...@twitter.com wrote:

[twitter-dev] Re: change my image ; old profile_image_url seen in response to users/show

2009-07-13 Thread Rudifa
Thank you, Clint After I posted my questions I went out for a long walk. Now, almost 90 min later, both queries (curl http://twitter.com/users/show/rudifa.json and curl http://twitter.com/users/show/rudifa.xml) do return the updated image url. Rudi

[twitter-dev] Re: Failed to validate oauth signature and token using python/django libs

2009-07-13 Thread Blaine Garrett
Update: It works now. Thanks to everyone who tried to help me diagnose the issue. Today, Hedley posted about the system being off can cause the request token to fail. This was my exact problem it turns out.

[twitter-dev] Re: change my image ; old profile_image_url seen in response to users/show

2009-07-13 Thread Doug Williams
This seems like a caching invalidation bug. We will be discussing it at tomorrow's team meeting and I am hopeful the fix will be coming shortly. Thanks, Doug On Mon, Jul 13, 2009 at 2:30 PM, Rudifa rudi.far...@gmail.com wrote: Thank you, Clint After I posted my questions I went out for a

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread owkaye
We tried allowing access to follower information in a one-query method like this and it failed. The main reason is that when there are tens of thousands of matches things start timing out. While all matches sounds like a perfect solution, in practice staying connected for minutes at a time

[twitter-dev] Re: How to insure that all tweets are retrieved in a search?

2009-07-13 Thread owkaye
I concur with Matt. Track in the Streaming API is, in part, intended for applications just like yours. Hit the Search API and use track together to get the highest proportion of statuses possible. The default track limit is intended for human readable scale applications. Email me about

[twitter-dev] Re: favorited always returns false in favorites/create

2009-07-13 Thread Doug Williams
Confirmed on my end. Can you please create a new issue for this [1]. 1. http://code.google.com/p/twitter-api/issues/entry Thanks, Doug On Sun, Jul 12, 2009 at 9:09 AM, Thorsten Suckow-Homberg t...@siteartwork.dewrote: Hey there, when calling /favorites/create/[id].xml the response

[twitter-dev] Tweets not getting to search.twitter.com

2009-07-13 Thread RandyC
I have a client whose account recently changed names after they fought for successful control of their name from another Twitter user who parked on it. However, Tweets on this account name are not searchable. The account is not protected. Has anyone ever had this happen? How do you get Tweets

[twitter-dev] Re: Tweets not getting to search.twitter.com

2009-07-13 Thread Doug Williams
Randy, Please see the help article on this very subject [1]. If this is for a developer or API related project please contact us off list so we can discuss [2]. 1. http://help.twitter.com/forums/10713/entries/42646 2. http://apiwiki.twitter.com/Support Thanks, Doug On Mon, Jul 13, 2009 at

[twitter-dev] RSS blank

2009-07-13 Thread Handride
My ticket was closed, but I have no idea what the final answer is: This feed http://search.twitter.com/search.atom?q=from:TBABlogsrpp=50 is not updating for me. Is there a reason why? The feed is actually completely blank. I was given the reason to check 5 other pages and pretty much have to

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Martin Omander
Hi there, I'm getting the same thing, that is the rate limit for my IP address rather than for the account... most of the time. I run this curl command curl -u username:password http://twitter.com/account/rate_limit_status.xml where username and password are the account's real username and

[twitter-dev] Failed update doesn't return an error message?

2009-07-13 Thread Martin Omander
Hi there, Earlier today I ran afoul of the rate limit for updates through the API. But no error was returned to my app. To make sure my app wasn't suppressing the error message, I sent an update using curl: curl -u username:password -d status=testing http://twitter.com/statuses/update.xml -D

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Doug Williams
Martin, That's interesting. Is there a pattern to this? Can you offer steps for recreation? It would be helpful to have full header information when this does happen so we can look to see if a specific machine that is returning incorrect information. Thanks, Doug On Mon, Jul 13, 2009 at 4:26

[twitter-dev] Re: Failed update doesn't return an error message?

2009-07-13 Thread Doug Williams
Martin, This sounds like issue 795 [1]. When you get the 200, are you sending the same (duplicate) text as the last successful update? If so, this is the expected behavior. However, if you are sending new (non duplicate) text and you are hitting the update limit, you should be receiving a HTTP

[twitter-dev] Re: RSS blank

2009-07-13 Thread Abraham Williams
There are no results for that search to be returned in the RSS feed. http://search.twitter.com/search?q=from%3ATBABlogs They account could be flagged for spam. There is a help page specific to not showing up in search results but I can't find it at the moment. Abraham On Mon, Jul 13, 2009 at

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread Damon Clinkscales
The doc says: IP whitelisting takes precedence to account rate limits. GET requests from a whitelisted IP address made on a user's behalf will be deducted from the whitelisted IP's limit, not the users. http://apiwiki.twitter.com/Rate-limiting If he's seeing a 20k limit, then that implies it's

[twitter-dev] Re: RSS blank

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 8:18 PM, Abraham Williams4bra...@gmail.com wrote: There is a help page specific to not showing up in search results but I can't find it at the moment. That would be: http://help.twitter.com/forums/10713/entries/16817 -damon -- http://twitter.com/damon

[twitter-dev] Re: RSS blank

2009-07-13 Thread Abraham Williams
Actually this is the one I was looking for: http://help.twitter.com/forums/10713/entries/42646 @dougw just happened to post it in a different thread. :) Abraham On Mon, Jul 13, 2009 at 20:29, Damon Clinkscales sca...@pobox.com wrote: On Mon, Jul 13, 2009 at 8:18 PM, Abraham

[twitter-dev] Deleting post does not remove post from Twitter search

2009-07-13 Thread MC Andre
I made a post with a hash (#clownunion), then deleted the post to revise it. When I search for that hash, I still see my old post.

[twitter-dev] Re: Deleting post does not remove post from Twitter search

2009-07-13 Thread Abraham Williams
This is a known issue: http://code.google.com/p/twitter-api/issues/detail?id=164 It looks like the search team is working on it. Abraham On Mon, Jul 13, 2009 at 20:50, MC Andre andrew.penneba...@gmail.com wrote: I made a post with a hash (#clownunion), then deleted the post to revise it.

[twitter-dev] Counting the bytes in Persian text (and other non English unicode)

2009-07-13 Thread Scott Carter
One of my users mentioned that my client application was much more conservative in counting non English unicode bytes (specifically Persian) than Twitter itself. I've looked over the following thread and all the other threads referenced within without discovering a good answer:

[twitter-dev] Re: Rate Limit reporting

2009-07-13 Thread alan_b
but the http://apiwiki.twitter.com/Rate-limiting doc also said: If you have received verification from Twitter that your account and/ or IP address has been whitelisted you can verify your whitelisting with the accounts/rate_limit_status method. Calling this method with credentials will return

[twitter-dev] get status of set group of people

2009-07-13 Thread Jeremy Weiss
A while back I set up a script to retweet posts based on hash tags. A buddy saw it and asked if I could set up something similar for him. What he has, is a group of people, each with their own twitter account, who want everything they post to be retweeted by a separate account they have set up.

[twitter-dev] Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread John Kalucki
In addition to deletion notices, limitation notices will be added to track streams. These notices will be enabled on or after Tuesday July 14th. Deletions will be enabled on or after Thursday July 16th, as previously scheduled. From the wiki,

[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread Joel Strellner
Wow John, that was quick. Thank you. -Joel On Jul 13, 2009, at 7:53 PM, John Kalucki jkalu...@gmail.com wrote: In addition to deletion notices, limitation notices will be added to track streams. These notices will be enabled on or after Tuesday July 14th. Deletions will be enabled on or

[twitter-dev] Re: get status of set group of people

2009-07-13 Thread JDG
This may seem like a bit of a hack, but they could set up that separate twitter account so that it only follows that set of friends whose tweets it should be retweeting. Your script could then pull the statuses/friends_timeline[1] API for that account and use it to retweet based on hashtags. [1]

[twitter-dev] Re: API Curl: Status update result: http_code =0!

2009-07-13 Thread nordmograph
OK , I was testing on a shared host I finally tested locally on a win32 with Curl and it worked fine Twitter sending back a http_code 200 on successfull tweet. Any Idea why the same script used on my host receives a http_code 0 whatever happens? Thanks a lot!

[twitter-dev] Re: Streaming API -- Additional markup added -- Deletion notifications on track streams.

2009-07-13 Thread Damon Clinkscales
On Mon, Jul 13, 2009 at 9:53 PM, John Kaluckijkalu...@gmail.com wrote: Deletions will be enabled on or after Thursday July 16th, as previously scheduled. From the wiki,  http://apiwiki.twitter.com/Streaming-API-Documentation: Streams may also contain status deletion notices. Clients are

[twitter-dev] Re: Interested in hiring a twitter developer

2009-07-13 Thread Mandakini kumari
Hello I will sign an NDA. Here are just a few of the Twitter APPS we have developed http://redcounty.com/ http://greenfaucet.com/ http://www.homefindingcommunity.com/ Look forward to discussing the project with you. On Mon, Jul 13, 2009 at 5:59 PM, Dale mogul...@gmail.com wrote: Hi, If