Re: tweet's ID

2008-12-30 Thread Peter Denton
not part of the API now. Its coming in the future. On Tue, Dec 30, 2008 at 8:56 AM, krumlr petewing...@gmail.com wrote: How do I get the converstion thread using the tweet ID?

multiple @'s reach replies inbox

2008-12-31 Thread Peter Denton
Hello, Just curious if the twitter system will eventually deliver multiple @'s in a single status to all those @'d. As I understand it now, it delivers the first @, IF it is the first string in the status, and all other @'s wont reach a reply inbox. Do you plan to change it? Peter

Re: multiple @'s reach replies inbox

2008-12-31 Thread Peter Denton
changing it such that any mentions of a user's screen_name are delivered to the reply timeline. We'll let you know if we do. On Wed, Dec 31, 2008 at 09:47, Peter Denton petermden...@gmail.com wrote: Hello, Just curious if the twitter system will eventually deliver multiple @'s in a single

Re: Twitter Users Pictures

2009-01-05 Thread Peter Denton
I am storing the picture URL (ex: http://s3.amazonaws.com/twitter_production/profile_images/40587632/blob_bigger.png) in a DB field on my site, then cycling through users occasionally and updating profile content. You don't want to be hitting the api for information like images every time a page

Re: friendship began where

2009-01-06 Thread Peter Denton
yeah, that was vague, sorry. Basically, could you construct a query that would tell you User A began following User B from User C's profile. On Tue, Jan 6, 2009 at 2:12 PM, Alex Payne a...@twitter.com wrote: I'm sorry, I don't understand your question. What do you mean by the origin of the

Re: Twitter Users Pictures

2009-01-06 Thread Peter Denton
image you may have a broken link, but you can update profile info every hour or so, thus making it a non-issue. On Jan 5, 2009, at 12:34 PM, Peter Denton wrote: I am storing the picture URL (ex: http://s3.amazonaws.com/twitter_production/profile_images/40587632/blob_bigger.png) in a DB field

create friendship from URL, NON API Method?

2009-01-08 Thread Peter Denton
Hello, I have a third party site and want to connect twitter users. I am not having them authenticate, its more of a listing service. Say I have a button that says follow by a profile on my site, and I want to just point at a URL on twitter that would create a friendship after they log in on

Re: Identifying my application to twitter

2009-01-20 Thread Peter Denton
$url = 'http://twitter.com/statuses/update.xml'; // Set up and execute the curl process $curl_handle = curl_init(); curl_setopt($curl_handle, CURLOPT_URL, $url); curl_setopt($curl_handle, CURLOPT_CONNECTTIMEOUT, 2); curl_setopt($curl_handle, CURLOPT_RETURNTRANSFER, 1);

Re: small note

2009-01-30 Thread Peter Denton
PM, Peter Denton petermden...@gmail.com wrote: Hey everyone, Everyone may know this already and I may have not been diligent enough, but this scenario came up today and the person who brought it to my attention said they see it a lot in many apps. Basically, I have an app http

preserve space in URL

2009-02-01 Thread Peter Denton
Hello all, I am having difficulty preserving a space from a tweet this button on an outside URL. Let me explain, on my site people are doing searches and then have the ability to tweet these results much like search.twitter.com I am just building an href link that has something like the

Re: TwitPicGrid = TwitPic + TweetGrid mashup

2009-02-04 Thread Peter Denton
looks great Jazzy! Works extremely well too. I was thinking one thing, once it got to 200 pics, it could throw up a page 2 tab, and so on. On Wed, Feb 4, 2009 at 9:09 AM, Chad Etzel jazzyc...@gmail.com wrote: Thanks to those who provided feedback.. I have made some small tweaks: - Added an

Re: Any plans for TweetTornado?

2009-02-04 Thread Peter Denton
I do like how they randomly put TODAY in double quotes. (maybe that's air quotes?) On Wed, Feb 4, 2009 at 6:37 PM, Cameron Kaiser spec...@floodgap.com wrote: Hey Alex and gang, I am sure you have seen this, but just out of curiosity you got anything special planned for this?

Re: Twollars - Sweat, stress and worries about IP blocking/rate limits

2009-02-10 Thread Peter Denton
Ok, this might come across as being sarcastic, but I am being 100% genuine here. My question is: how do you miss this? Again, not trying to piss anyone off, but seriously asking a question hoping you might provide some insight for a product manager. Would it be better if you: - received an

Re: Posting source parameter with curl

2009-02-10 Thread Peter Denton
Here is a complete cURL example of posting to twitter. //username and password credentials $username = 'myusername'; $password = 'mypassword'; // The message you want to send $message = look world, i am posting to twitter; //the source parameter provided by twitter $appSource = 'twibs'; // The

http code 302

2009-02-17 Thread Peter Denton
Hello I am getting a 302 http code for a http://twitter.com/direct_messages.xmlrequest through the api. I looked through the google groups board, but most references were regarding http://twitter.com/direct_messages/new.xml Can anyone tell me what I am doing wrong here: This is my cURL $host

Re: http code 302

2009-02-17 Thread Peter Denton
Sorry to repost this, but I cannot make any progress on this. This is my cURL below. Everytime, no matter how I tweak it, I get a 302 response. Has ANYONE experienced this? $host = http://twitter.com/direct_messages.xml?page=$page_num;; $ch = curl_init(); curl_setopt($ch, CURLOPT_URL,

Re: Benefits of Twitter API?

2009-02-19 Thread Peter Denton
Hi, I run a site called www.twibs.com and work with a lot of businesses on twitter and I can tell you that twitter is not completely over-crowded at this point and your ability to reach customers will not be dominated by large media. More importantly, the open conversation of twitter allows your

[twitter-dev] Re: Twitter incorporated into a flash based website

2009-03-06 Thread Peter Denton
yes, the twitter api http://apiwiki.twitter.com/REST+API+Documentation#update is designed to help 3rd party apps do things like this with ease. Keep in mind there is a 20,000 per hour limit. On Thu, Mar 5, 2009 at 3:40 PM, Abi abi.golestan...@googlemail.com wrote: Hi there, Currently

[twitter-dev] Re: OT - where's the proper place to talk about search.twitter.com?

2009-03-06 Thread Peter Denton
I am skeptical that bot devs, (outside of the integrious Jazzy Chad), will do anything to encourage segregation, as it would probably lead to a nuking list at some point. I would say this has to be done programatically, with a secret sauce that is known to twitter only. As search is more and more

[twitter-dev] Re: Freelance Twitter API Dev directory?

2009-03-12 Thread Peter Denton
Is this a page somewhere on the web? sorry if I missed this. On Thu, Mar 12, 2009 at 9:09 AM, Mike Matz mike.m...@gmail.com wrote: I'd like to be added to the list. Mike Matz URL: http://pixor.net/ Twitter: @pix0r Focus: Large-scale PHP web apps; iPhone software. Thanks. -- Peter

[twitter-dev] oAuth verbiage/design

2009-03-25 Thread Peter Denton
Hello, Just curious if the oAuth allow/deny page is going to undergo a re-design/marketing touch up at any point? Here are my thoughts: - I think the tone is very technical/cold and it comes across as total access or access denied...you choose. - There is no link to learn more or

[twitter-dev] Re: Rendering any given twitter page from a third party URL

2009-03-26 Thread Peter Denton
you can easily replicate a twitter page through the api. We basically do that here http://twibs.com/business?business=WholeFoods and could easily show the followers, etc... On Thu, Mar 26, 2009 at 8:42 AM, Adam N arocki...@gmail.com wrote: Hello, I'd like to do the relatively simple task of

[twitter-dev] Re: TweetGrid for iPhone - please test

2009-03-29 Thread Peter Denton
Dude! It's F-ing rad! nice work, looks awesome and working great. Is webkit safari only? On Sun, Mar 29, 2009 at 2:04 PM, Chad Etzel jazzyc...@gmail.com wrote: Hi All, I have created a TweetGrid native webapp for iPhone/Pod. The native is in quotes because it's not truly a native app (as

[twitter-dev] help me out, por favor

2009-03-29 Thread Peter Denton
Hello, Doing a research report - information wont be sold - no names will be used - just for edification.* I'm being serious*, I just some honest answers to help me with something. If this is a TOS violation, I searched and didnt see anything, so not trying to make lex, doug, and matt upset.

[twitter-dev] Re: Can we make this a private list?

2009-03-31 Thread Peter Denton
HI Doug, I have 2 comments here: 1) I think ChazziousJadamous's initial request was more along the lines of how can we prevent scraping/feeds of this content to allow developers more liberty in posting so there are fewer instances of posts showing up all over the web Like, I would love a place

[twitter-dev] Re: Source Tag

2009-03-31 Thread Peter Denton
Here is an example in cURL $message = 'this is my update'; $appSource = 'YOUR_APP_SOURCE'; // The twitter API address $url = 'http://twitter.com/statuses/update.xml'; // Set up and execute the curl process $curl_handle = curl_init(); curl_setopt($curl_handle,

[twitter-dev] Re: reply_to_status_id == 0

2009-04-01 Thread Peter Denton
couldn't this actually happen a lot though, if you wrote an app and were passing in this value and the value got dropped? or does the system ignore this? On Wed, Apr 1, 2009 at 10:39 AM, Joshua Perry j...@6bit.com wrote: Seriously! Take his MySQL access away. Doug Williams wrote: That

[twitter-dev] Re: Twitter didn't tinyurl my tweets tonight

2009-04-03 Thread Peter Denton
But it doesnt hurt to tiny them beforehand. Then you can guarantee this wont happen and you know the exact char count prior to a post. in php: function tinyURL($u){ return file_get_contents(' http://tinyurl.com/api-create.php?url='.$u); } On Fri, Apr 3, 2009 at 10:05 AM,

[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Peter Denton
it into a rss praser, but I need to set up http auth and have no clue how to do this. Thanks, Jon On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote: Hi Jon, I made you a page to do what you want. http://twibs.com/examples/example.php Should be exactly

[twitter-dev] Re: XML Friends Timeline

2009-04-07 Thread Peter Denton
how to do this. Thanks, Jon On Apr 7, 11:25 am, Peter Denton petermden...@gmail.com wrote: Hi Jon, I made you a page to do what you want. http://twibs.com/examples/example.php Should be exactly what you need. Regards, Peter On Tue, Apr 7, 2009 at 8:14 AM

[twitter-dev] Re: Changes for April 8, 2009

2009-04-09 Thread Peter Denton
Seems like a lot of people are on gmail here. I think a google alert would work nice, that way we could get a stand out email. On Thu, Apr 9, 2009 at 9:14 AM, Carlos Crosetti carlos.crose...@gmail.comwrote: I got mu friends timelines btoken today because you changed from POST to get, now I

[twitter-dev] oAuth - App Revoke User Access

2009-04-09 Thread Peter Denton
Hello all, I wanted to throw out, what I would consider a necessary use case for oAuth. An App should be able to revoke User access. In the app dashboard in the twitter console, an App should be able to create a block list, which prevents a user from accessing the app in the future. Reason

[twitter-dev] Re: oAuth - App Revoke User Access

2009-04-09 Thread Peter Denton
...@panoptic.com wrote: On 4/9/09 3:14 PM, Peter Denton wrote: An App should be able to revoke User access. Sure, just store a boolean in your app with the OAuth token as to whether they're allowed to use your app or not. -- Dossy Shiobara | do...@panoptic.com |http://dossy.org

[twitter-dev] Re: easiest way to get a text file of tweets

2009-04-15 Thread Peter Denton
?php $page_num = 1; $txtString = ; while ($page_num = 2 ) { $host = http://search.twitter.com/search.atom?q=japanmax_id=1529989226rpp=100page=$page_num ; $result = file_get_contents($host); $xml = new SimpleXMLElement($result); foreach

[twitter-dev] Re: sending DM to all followers?

2009-04-16 Thread Peter Denton
Dont follow the person, they can DM you. Dossy already said this. Twitter has built in preventative controls called un follow. The cost of losing a followers is greater the gain of DM'ing them. If someone wants to DM all of their followers, their should be a relative value to the user. I have done

[twitter-dev] Re: TimeLine of 3~4 users

2009-04-19 Thread Peter Denton
Hi Raquibul, I know what you are asking and it is not possible. Basically, if I may guess, you want to make a group of 3 people you follow and be able to make a call to their stream collated. You can not do this with an API method, however there are plenty of tools like magpie rss that can grab 3

[twitter-dev] Re: OAuth whitelisting?

2009-04-23 Thread Peter Denton
Hi Bill, Whitelisting is done per IP, related to the number of requests by your server. -Peter On Thu, Apr 23, 2009 at 1:58 PM, Bill Kocik bko...@gmail.com wrote: I was just looking at the form use to apply for whitelisting, which says you must fill it out while logged in as the account you

[twitter-dev] Re: WWW.IOFFERKICKS.NETcheaper nike shoes g-satr kidrobot hoodies ed hardy star red monkey gino green global true religion ed-hardy kidrobot jeans hoodies china supplier wholesaler ex

2009-04-28 Thread Peter Denton
is this a source parameter question? On Tue, Apr 28, 2009 at 11:37 AM, fgbhfvbh...@gmail.com fgbhfvbh...@gmail.com wrote: Get Nike Shoes at Super Cheap Prices Discount Nike air jordans (WWW.IOFFERKICKS.NET) Discount Nike Air Max 90 Sneakers (WWW.IOFFERKICKS.NET) Discount Nike Air Max 91

[twitter-dev] Re: Adding @username replies to twitter feed?

2009-05-05 Thread Peter Denton
A quick and dirty was to do this would be to pull your replies stream and RT them. You could even then throw on some hash tags to reach diff users. On Tue, May 5, 2009 at 1:29 PM, J jpic...@gmail.com wrote: Username celebfood. I'm looking to add a functionality where ANY reply @celebfood from

[twitter-dev] Re: Creating A Live Twitter Feed For My Website

2009-05-05 Thread Peter Denton
www.treetgrid.com. You can customize to your hearts desire. On Tue, May 5, 2009 at 2:32 PM, Smstromb spence...@gmail.com wrote: I'm looking to create a live twitter feed for my website. I have a great deal of twitter api experience but I'm not exactly sure how to go about doing it. I need to

[twitter-dev] Re: Creating A Live Twitter Feed For My Website

2009-05-05 Thread Peter Denton
sorry, http://tweetgrid.com/widget/ On Tue, May 5, 2009 at 2:32 PM, Smstromb spence...@gmail.com wrote: I'm looking to create a live twitter feed for my website. I have a great deal of twitter api experience but I'm not exactly sure how to go about doing it. I need to display the last 5

[twitter-dev] Re: Getting id for last status

2009-05-12 Thread Peter Denton
Hello, This does not directly answer your question, but I think it will help you with many things. I would suggest using the class twitterPHP ( http://twitter.slawcup.com/twitter.class.phps) and execute cURL through the class, that way you wont have many cURL calls. Just a suggestion. On Tue, May

[twitter-dev] Re: About the phenomenon of change line of no intention when it contributes entering

2009-05-12 Thread Peter Denton
#nationalMushrooomDay ? On Tue, May 12, 2009 at 4:34 PM, Nick Arnett nick.arn...@gmail.com wrote: 2009/5/12 moz syo...@gmail.com Because the following phenomenon was discovered, it reports. Because the preceding syntax was observed to be stilted, it is wondered if human is reporting or

[twitter-dev] Re: Getting id for last status

2009-05-12 Thread Peter Denton
was that the problem? I ran a test with that script under a few different accounts and it was working fine. Did you try posting from another server? On Tue, May 12, 2009 at 4:38 PM, Yazmin ywick...@gmail.com wrote: Oh no worries. I appreciate you asking regardless. I did read about the

[twitter-dev] Re: About the phenomenon of change line of no intention when it contributes entering

2009-05-12 Thread Peter Denton
Yes, me as well. Just humor for the group from the translator service, nothing personal to you! On Tue, May 12, 2009 at 6:01 PM, Nick Arnett nick.arn...@gmail.com wrote: That's actually what I thought. I hope you realize I meant it only as humor, not criticism. Nick On 5/12/09, moz

[twitter-dev] whitelisting rate limit issues?

2009-05-18 Thread Peter Denton
Hello Is anyone else experiencing being rate limited despite being whitelisted? Thanks

[twitter-dev] Re: Followers count via api not consistent with real data

2009-05-18 Thread Peter Denton
So does this also create the scenario where followers (not count) called via the api are different than the followers on the site? I have a client who has spam followers appearing on our site when we call followers method via the api and the same followers are not under her account on the site.

[twitter-dev] Re: is the consumer key is only to be used in oAuth method?

2009-05-22 Thread Peter Denton
yeah, you dont need a consumer key for basic auth On Fri, May 22, 2009 at 12:41 AM, bs ooo...@gmail.com wrote: I have increased my rate limit to 20 for my future web application however I have not started yet in programming and I have two questions my questions: is the consumer

[twitter-dev] URL handling

2009-05-23 Thread Peter Denton
Hello, I am working on a project which entails parsing out links and am having a difficult time. Many/More than many of the bit.ly are bad, pointing to missing page at bitly. Does anyone have a good solution/approach for dealing with this? Anyone using longurl.org? Thanks Peter

[twitter-dev] Re: source name has switch to web

2009-05-31 Thread Peter Denton
you're funny On Sun, May 31, 2009 at 3:27 PM, Chad Etzel jazzyc...@gmail.com wrote: Ditto. http://jazzychad.com/meteor/sources.php is much less interesting now :) Chad On May 31, 2009, at 5:37 PM, Brooks Bennett bsbenn...@gmail.com wrote: Chiming in that this is an issue for me as

[twitter-dev] Re: source name has switch to web

2009-05-31 Thread Peter Denton
I think it would be hard to develop a model where people pay for uptime support. 1) if I dont pay, and you and Ian at tweetDeck do, is twitter going to break the feature for non-payers (me?) 2) If this were a big time emergency and they couldnt fix it right away, are paying devs going to sue

[twitter-dev] pics, videos, files, etc

2009-06-04 Thread Peter Denton
Hello all, This is more of a twitter api question, once removed, but wanted to get everyone's experiences with attaching media like twitpic, yfrog, etc via their API. I have used twitPic, but how is yFrog? Does anyone offer a whole package, files, vids, pics in one api? Thanks Peter

[twitter-dev] oauth_callback parameter

2009-06-17 Thread Peter Denton
Hey, Can a few PHP people using Abraham's oAuth code share some ways they are dealing with dynamic oauth_callback parameter? I am having issues getting users back to specific locations on my site after oAuth and would love some input. Thanks Peter

[twitter-dev] cannot authenticate to oAuth - php, abrahams code

2009-06-18 Thread Peter Denton
Hello, Is anyone else having issues authenticating with oAuth using Abraham's code? I have not been able to login since last night. Thanks Peter

[twitter-dev] Re: oAuth authentication

2009-06-18 Thread Peter Denton
did you follow his php example verbatim with the exception of info from connections tab?

[twitter-dev] Re: New idea for twitter development

2009-06-22 Thread Peter Denton
I get the feeling m1shu means this should be a twitter.com function, not that he is going to build an app to do this. On Mon, Jun 22, 2009 at 10:24 AM, Phil Nash philn...@gmail.com wrote: This sort of thing, whilst not built into Twitter has been made possible by a number of 3rd party

[twitter-dev] last inserted ID

2009-06-22 Thread Peter Denton
Hello, Is there any chance in the future a http 200 response from a status update could return the newly created twitter ID. Meaning, dup the effect of mysql_insert_id()?

[twitter-dev] Re: Search twitter for within certain timestamp

2009-06-30 Thread Peter Denton
I think the issue is you can only get as granular as a day, not an hour. On Tue, Jun 30, 2009 at 3:13 PM, Abraham Williams 4bra...@gmail.com wrote: This is pretty much what you can do with search: http://apiwiki.twitter.com/Twitter-Search-API-Method%3A-search Abraham On Tue, Jun 30, 2009

[twitter-dev] Re: Counting retweets

2009-06-30 Thread Peter Denton
I was playing around with retweeting and also found there is a pretty substantial amount of non crediting RT's. So if your trying to be scientific about the whole thing, you might want to search for the string. Just FYI. On Tue, Jun 30, 2009 at 4:17 PM, Scott Haneda talkli...@newgeo.com wrote:

[twitter-dev] Re: changing profile pictures through API

2009-07-02 Thread Peter Denton
does anyone scrape the twitter.com page for this after an api update? On Thu, Jul 2, 2009 at 11:20 AM, arikfr.com arik...@gmail.com wrote: It sure is possible - in the last week I've updated the profile image of more than 230,000 Twitter users with http://helpiranelection.com/ :) There are

[twitter-dev] oAuth company name

2009-07-04 Thread Peter Denton
Hey all, Not trying to ask the team an annoying question, but is there anything to keep me from typing in Microsoft Corp to company name in oAuth for an application registration? Someone asked me this and I thought I would ask the group. Is there going to be a validated account badge for apps?

[twitter-dev] Re: numerical ID

2009-07-06 Thread Peter Denton
you can use the users/show method http://apiwiki.twitter.com/Twitter-REST-API-Method:-users%C2%A0show and fetch the id On Mon, Jul 6, 2009 at 3:55 PM, anthony mrsmi...@gmail.com wrote: How can I use the following, if I do not know the numerical ID? http://twitter.com/statuses/show/123.xml

[twitter-dev] Re: Spamming via addition of trending words to tweets

2009-07-07 Thread Peter Denton
Also, you could filer this out on your side. If you have the trending topics on hand, you could write the same rule to eradicate spammy posts. On Tue, Jul 7, 2009 at 3:41 PM, Jeffrey Greenberg jeffreygreenb...@gmail.com wrote: So i'm seeing a ton of tweet spam that appends the trending topics

[twitter-dev] Re: Help with twitter profile.

2009-07-08 Thread Peter Denton
I think the absence of responses might be that there are many variables in your code and I cant get anything to show up could mean anything, including things in your include files, etc Being much more specific about output makes it easy for the brains to help. On Wed, Jul 8, 2009 at 8:53 AM,

[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] Re: OQ Codes as tweets

2009-07-13 Thread Peter Denton
, or something. It probably wouldn't work anyways - the image would be too degraded (judging by the picture in your first link) for the QR code to be recognized properly. On Jul 13, 12:14 pm, Peter Denton petermden...@gmail.com wrote: Hello, I remember reading the discussion of sending images

[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] twitter developer marketplace

2009-07-15 Thread Peter Denton
Hello *, First off, this is *not* a launch notice, rather I wanted to get some feedback from the dev community. We were prototyping a marketplace for twitter developers and people looking to hire devs/designers to do twitter stuff. Everything is contained in the twitter eco system, i.e.

[twitter-dev] Re: Keep getting suspended

2009-07-16 Thread Peter Denton
What is your application doing? On Thu, Jul 16, 2009 at 12:13 PM, sjespers se...@webkitchen.be wrote: This is now the second day in a row that I get suspended because I am working on my Twitter application. 1) I am whitelisted as a developer 2) The IP from the server I am working from is

[twitter-dev] Re: Twitter is not making money

2009-07-16 Thread Peter Denton
OMG, I had no idea. Are you the Kroll guy? On Thu, Jul 16, 2009 at 12:26 PM, Michael Yardley middleto...@gmail.comwrote: They are just running on Venture Capital.When the money runs out they will have to start chraging.You cannot run a business for FREE.People should have to pay to

[twitter-dev] API Developers Alliance

2009-07-16 Thread Peter Denton
There is a lot of ambiguity up in the air, about api devs (third party) and the future of the api and twitter. Apps are a huge growth vehicle and a very significant piece of the future, getting the Twitter medium a global behavior. I believe there should be a formal alliance of third party

[twitter-dev] Re: API Developers Alliance

2009-07-16 Thread Peter Denton
:* twitter-development-talk@googlegroups.com [mailto: twitter-development-t...@googlegroups.com] *On Behalf Of *Peter Denton *Sent:* Thursday, July 16, 2009 2:35 PM *To:* twitter-development-talk@googlegroups.com *Subject:* [twitter-dev] API Developers Alliance There is a lot of ambiguity up

[twitter-dev] Re: API Developers Alliance

2009-07-16 Thread Peter Denton
...@twitturly.com wrote: Why can't we keep using this list for that purpose? It has worked well so far. -Joel From: twitter-development-talk@googlegroups.com [mailto:twitter-development-t...@googlegroups.com] On Behalf Of Peter Denton Sent: Thursday, July 16, 2009 3:34 PM To: twitter

[twitter-dev] Re: API Developers Alliance

2009-07-20 Thread Peter Denton
corporate / representative decision making process might look like. Interested, Doug On Fri, Jul 17, 2009 at 10:47 PM, ferodynamicsduch...@solve360.com wrote: On Jul 16, 4:34 pm, Peter Denton petermden...@gmail.com wrote: There is a lot of ambiguity up in the air, about api devs

[twitter-dev] Re: Fetch multiple statuses by ID

2009-07-30 Thread Peter Denton
not possible. you have to store the tweets on your end and build your own query. On Wed, Jul 29, 2009 at 10:37 AM, Michael Mahemoff mahem...@gmail.comwrote: Greetings. Is there any way to fetch multiple statuses in a single request, by passing in all the status IDs? As in:

[twitter-dev] Re: Introducing Chad Etzel, Twitter Platform Support

2009-07-31 Thread Peter Denton
Awesome Chad! Sent from my iPhone On Jul 31, 2009, at 2:59 PM, Chad Etzel c...@twitter.com wrote: Thanks, Doug! I really appreciate all the well-wishing tweets and emails. I have been noticeably silent on the list recently while all of these details have been worked out. Now that it's

[twitter-dev] Tracking Retweets

2009-08-04 Thread Peter Denton
Hello, Does anyone have a list of RT conventions they are using to track? Right now, I am seeing: - RT - via - HT (hat tip) - c/o Does anyone track anything else? Thanks Peter

[twitter-dev] Re: Tracking Retweets

2009-08-04 Thread Peter Denton
is using the recycling symbol ... On Tue, Aug 4, 2009 at 6:17 PM, Peter Denton petermden...@gmail.com wrote: Hello, Does anyone have a list of RT conventions they are using to track? Right now, I am seeing: RT via HT (hat tip) c/o Does anyone track anything else? Thanks

[twitter-dev] Re: What Twitter account is used for important announcements?

2009-08-06 Thread Peter Denton
Hey Kee, @apiannounce was recently created for changes to the api. On Thu, Aug 6, 2009 at 10:15 AM, Kee Hinckley naz...@somewhere.com wrote: I used to subscribe to SMS notifications from the @twitter account, which was used to send notifications about blog updates and site downtime. That was

[twitter-dev] trending volume

2009-08-07 Thread Peter Denton
Hey everyone, Has anyone calculated some avg number of tweets required to trend a topic? just ballpark or good guesses. also, does anyone know the frequency which its refreshed/measured? Regards Peter

[twitter-dev] Re: trending volume

2009-08-07 Thread Peter Denton
x amount by day...no? On Fri, Aug 7, 2009 at 2:51 PM, Peter Denton petermden...@gmail.comwrote: Hey everyone, Has anyone calculated some avg number of tweets required to trend a topic? just ballpark or good guesses. also, does anyone know the frequency which its refreshed/measured

[twitter-dev] Re: Rate limits: 20k - 150 - known issue

2009-08-07 Thread Peter Denton
Hey everyone, I just wanted to share one quick thought about this. I know everyone is really on edge here, but it might be they don't have any information or know resolution time frames. As was already expressed, people were upset Biz said systems back to normal. Maybe they don't want to do the

[twitter-dev] Re: The silence is deafening....

2009-08-09 Thread Peter Denton
Ok, I think everyone sees your point, chinasky. On Sun, Aug 9, 2009 at 12:26 AM, chinaski007 chinaski...@gmail.com wrote: See here: http://groups.google.com/group/twitter-development-talk/browse_thread/thread/acdcb4baf76037c8/d5f4d4204b65d617#d5f4d4204b65d617 On Aug 9, 12:17 am, Bill

[twitter-dev] Re: All friends and followers of a Twitter user

2009-08-13 Thread Peter Denton
Yes. See: http://apiwiki.twitter.com/Twitter-API-Documentation On Thu, Aug 13, 2009 at 9:52 AM, owkaye owk...@gmail.com wrote: Is it possible to download (from Twitter via their API) all the friends and all the followers of a specific Twitter user? I'm guessing yes but confirmation before I

[twitter-dev] Re: All friends and followers of a Twitter user

2009-08-13 Thread Peter Denton
13, 2009 at 12:39 PM, Peter Denton petermden...@gmail.comwrote: Yes. See: http://apiwiki.twitter.com/Twitter-API-Documentation On Thu, Aug 13, 2009 at 9:52 AM, owkaye owk...@gmail.com wrote: Is it possible to download (from Twitter via their API) all the friends and all the followers

[twitter-dev] Re: How to post spaces to twitter from vb.net?

2009-08-13 Thread Peter Denton
just to clarify, so someone doesn't happen upon this thread and start using %2B for spaces. a space is %20 On Thu, Aug 13, 2009 at 2:33 PM, catcalls g.obrzut3...@ntlworld.com wrote: Hi Bojan Rajkovic, When I tried using 0.3 DLL it stated a file was missing. Fox something? Perhaps it's

[twitter-dev] oAuth Codeigniter

2009-08-14 Thread Peter Denton
Hello Has anyone integrated oAuth with CodeIgniter? Can you recommend libs? I have seen Elliott Haughin's but had some questions. Any help would be much appreciated. Regards Peter

[twitter-dev] Re: I must be stupid.

2009-08-14 Thread Peter Denton
Hi Adam, If you want you can email me off list and I can help you use Abrahams. Its really about as simple as something as going to be that you can trust will work. Else, you might end up creating a lot of issues without knowing it. Regards Peter On Fri, Aug 14, 2009 at 3:25 PM, Julio Biason

[twitter-dev] Re: Open Auth

2009-08-16 Thread Peter Denton
Hi Kevin, With basic auth, its nice because you can use those credentials anywhere. I *was* working on a collaboration site, until I heard basic auth was going away, because I was able to use credentials for dozens of services around a single profile. I asked the same question about oAuth, i.e.

[twitter-dev] Re: My Issue with the ReTweet API and my solutions

2009-08-17 Thread Peter Denton
yes. I consider that a pretty bug issue. If people can still do it the old way, and add their graffiti, then the new method becomes less scientific and actually creates issues. see slide 13 from Oreilly here: http://oreilly.com/catalog/9780596802813/ Oreilly folks are encouraging comments. I

[twitter-dev] Re: Twitter in Iframe

2009-08-30 Thread Peter Denton
Hi Nate, This is not allowed due to phishing attacks. Peter On Sun, Aug 30, 2009 at 12:39 PM, nartz nartz...@gmail.com wrote: Is it possible to load my twitter profile page in an iframe on another site? I really like the twitter page and want to show it off as is (maybe a bit smaller) - but

[twitter-dev] Re: Twitter in Iframe

2009-08-30 Thread Peter Denton
I should note, recreating the functionality of a twitter profile page is very easy due to the nature of the API. On Sun, Aug 30, 2009 at 2:07 PM, Peter Denton petermden...@gmail.comwrote: Hi Nate, This is not allowed due to phishing attacks. Peter On Sun, Aug 30, 2009 at 12:39 PM, nartz

[twitter-dev] Re: Partial word match in search

2009-08-30 Thread Peter Denton
Hi Chuck, In my experience, you can only match full strings of text. Regards Peter On Sun, Aug 30, 2009 at 11:26 AM, Chuck Harmston cpharms...@gmail.comwrote: Hey all, Is there a search method for doing a partial word match? Best I can tell, you can only match full words. For example, if

[twitter-dev] Re: Many connections end with 'connection refused'

2009-08-30 Thread Peter Denton
Hi Micha, You can always email a...@twitter.com with specifics of your situation. Regards Peter a...@twitter.com On Sun, Aug 30, 2009 at 5:47 AM, berdim99 berdi...@gmail.com wrote: Hi Our production server (that serves thousands of Twitter users) is recently getting many 'connection

[twitter-dev] Re: singing in to twitter with php

2009-09-01 Thread Peter Denton
this would work: http://apiwiki.twitter.com/Twitter-REST-API-Method:-account%C2%A0verify_credentials On Tue, Sep 1, 2009 at 11:08 AM, Termanater13 termana...@gmail.com wrote: Im looking for a way to sign in while getting the data from http://twitter.com/statuses/user_timeline.format (copyed

[twitter-dev] Re: Change in API

2009-09-04 Thread Peter Denton
It may be that posts were changed to gets. On Sep 4, 2009, at 2:21 PM, Sean Fawcett s...@fawcettassociates.com wrote: Hi: A couple of months ago, I received an email from Twitter about some changes in the API. I was, at that time, up to my eyeballs with a time sensitive project and did

[twitter-dev] Re: How to post data in twitter using oAuth system.

2009-09-16 Thread Peter Denton
Hi Arifur, There are many oAuth examples, sorted by programming language. http://apiwiki.twitter.com/OAuth-Examples On Wed, Sep 16, 2009 at 3:40 PM, Arifur Rahman arifur.a...@gmail.comwrote: Hello, i am struggling to send data to twitter using oauth login. Do any one help me. Regard

[twitter-dev] Re: Posting App name for posts

2009-09-29 Thread Peter Denton
Hello Chris, Currently the only way to do that is to use oAuth. see: http://apiwiki.twitter.com/OAuth-FAQ Cheers Peter On Tue, Sep 29, 2009 at 8:48 AM, c_mcintosh ch...@chrismcintoshdesigns.comwrote: I have a site posting updates to twitter using the api. I can either have it say API or it

[twitter-dev] Re: How to know numberof result total agian keyword search?

2009-10-03 Thread Peter Denton
Hey Gohar The number of result matches is not given. The volume of tweets is so great, that results are given only as far back as 7 days time, and many queries would not deliver the full result set. Thanks Peter On Oct 3, 2009, at 5:54 AM, Gohar Sultan contact2go...@gmail.com wrote:

[twitter-dev] Re: How to know numberof result total agian keyword search?

2009-10-03 Thread Peter Denton
? Thanks, Gohar Sultan On Sat, Oct 3, 2009 at 10:11 PM, Peter Denton petermden...@gmail.com wrote: Hey Gohar The number of result matches is not given. The volume of tweets is so great, that results are given only as far back as 7 days time, and many queries would not deliver the full result set

  1   2   >