Re: [twitter-dev] How to create a website using twitter on a local machine?

2011-04-22 Thread Peter Denton
There is a bitly.com URL which redirects to localhost. I don't have it on hand but you can google it. On Apr 22, 2011, at 12:02 AM, kite <68...@supinfo.com> wrote: > Hello, > > I want to create a website using the twitter API (through linq to > twitter) for schooling purpose, but I do not have

[twitter-dev] Anywhere Tweet Boxes

2011-03-14 Thread Peter Denton
Hello, I must be missing something obvious about the Anywhere tweetbox. I have a set of business profile pages and I want to allow any user who comes to contact those businesses through the anywhere tweetbox. Basically, I can: - get the form to render correctly. - after the user hit tweet

Re: [twitter-dev] Re: Trying to use Abraham's twitteroauth library to make search query, returns list of numbers in scientific notation?

2011-03-02 Thread Peter Denton
I think the issue regarding this -- and I may be out of the loop on an update -- is that the end point of "http://api.twitter.com/1/search" is gone. Thus, when you construct the url using Abraham's library, you get a url with http:/

Re: [twitter-dev] Implementing OAuth , PHP

2011-02-25 Thread Peter Denton
if you are not too far down the road with Tiis Verkoyen's class, I can send you an example using Abraham's oAuth library which will show you how to do this. I am guessing that you are looking at examples showing you a user coming, authenticating, and then invoking actions on the users behalf. Howev

Re: [twitter-dev] Re: Twitter feed for corporate website/portal

2011-02-23 Thread Peter Denton
at 2:55 AM, Richard wrote: > Peter Denton, > > I have a corporate website and I would like to show Twitter feeds of > my selected keywords (Theme Based). For that I would like to use API > which get me the feeds directly..without creating any Twitter account, > just like anonymo

Re: [twitter-dev] twitter ideas for multiple users....or does this exist?

2011-02-08 Thread Peter Denton
check out contributors: http://blog.twitter.com/2009/12/feature-test-with-businesses.html On Tue, Feb 8, 2011 at 10:09 AM, Victoria Smith wrote: > Hello Twitter, > > I thought I noticed this on a twitter page...but now that i'm looking > i'm thinking I imagined this myself, and since I proposed

Re: [twitter-dev] Re: Twitter Whitelist

2011-02-07 Thread Peter Denton
Does anyone know if there are any new applications being approved? On Mon, Feb 7, 2011 at 2:03 PM, Xavi wrote: > Hi, > > I requested whitelisting in REST API and I got the answer within a > week. > > It was rejected though, so that's maybe why it was so quick! > > > On Feb 7, 2:44 pm, Shea Barto

Re: [twitter-dev] Send status update with OAuth/PHP/cURL

2011-01-27 Thread Peter Denton
.= urlencode( $row->title ); > >if (strlen($tweet) > 119) { >// shorten status update to fit in 140 with URL > $tweet = substr($tweet, 0, 116 ) . '...'; >} > >$tweet .= ' - '; >$tweet .= $shortUR

Re: [twitter-dev] Twitter feed for corporate website/portal

2011-01-11 Thread Peter Denton
le.com/p/twitter-api/issues/list >> Change your membership to this group: >> http://groups.google.com/group/twitter-development-talk >> > > > -- > Twitter developer documentation and resources: http://dev.twitter.com/doc > API updates via Twitter: http://twitter.com

Re: [twitter-dev] How to embed twitter share inside my page

2010-11-16 Thread Peter Denton
I would use http://dev.twitter.com/anywhere It's very simple for a share button and you can tweak what the message says. http://dev.twitter.com/anywhere/begin On Thu, Nov 11, 2010 at 11:14 PM, bagusflyer wrote: > Hello everybody, > > I'm a new member of twitter community. What I'm going to

Re: [twitter-dev] Re: Getting a Twitter User's Profile Image

2010-10-11 Thread Peter Denton
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 your membership to this group: >> http://groups.google.com/group/twitter-development-talk

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

2010-09-19 Thread Peter Denton
Matt, Awesome! I can't wait to see the cool things to be developed. Do you think there will be a showcase on dev.twitter for people to find scripts? Regards Peter Sent from my iPhone On Sep 19, 2010, at 4:59 PM, Matt Sanford wrote: > Hi all, > >Not sure who has #NewTwitter so far, and wh

Re: [twitter-dev] Limit to search API query parameters

2010-08-24 Thread Peter Denton
group of usernames rather > than manually trying to create a list everytime: > > > http://search.twitter.com/search.json?q=from:al3x+OR+from:twitterapiz+OR+from:mashable > > Does anyone know how many from: parameters I can pass in? What is the > max number of parameters? > &

Re: [twitter-dev] Re: Update on Twifficiency

2010-08-18 Thread Peter Denton
application's actions and could > > control whether or not a Tweet would be posted. With these changes > > --which include a more prominent warning and a checkbox on the main > > page-- the application has been re-enabled. > > > > Our developer principles can be found in our API Terms of Service: > http://dev.twitter.com/pages/api_terms > > > > Brian Sutorius > > API Policy > -- Peter Denton Co-Founder, Product Marketing www.mombo.com cell: (206) 427-3866 twitter @Mombo_movies twitter - personal: @petermdenton

[twitter-dev] Mombo.com API

2010-08-16 Thread Peter Denton
movies, etc. Not trying to self-promote here as much as just generally interested to see if other developers would like to consume. Thanks Peter -- Peter Denton Co-Founder, Product Marketing www.mombo.com cell: (206) 427-3866 twitter @Mombo_movies twitter - personal: @petermdenton

[twitter-dev] alerts on share button alerts

2010-08-13 Thread Peter Denton
Hello, seeing tons of reports about alerts happening because of the share button. i.e. it alerts every variable. Anyone else seeing this?

Re: [twitter-dev] Re: Introducing the Tweet Button

2010-08-13 Thread Peter Denton
te grab it fromhttp://twitter.com/tweetbutton, >>> or create your own using our developer documentation, >>> http://dev.twitter.com/pages/tweet_button >>> >>> Read more about the Tweet Button on our blog, >>> http://blog.twitter.com/2010/08/

Re: [twitter-dev] Trying to build a twitter feed on my site...

2010-07-30 Thread Peter Denton
Hi Ben, The twitter search widget is an awesome, easy to use resource. http://twitter.com/goodies/widgets if you need any help, just let me know off the list, and I can send you an example. On Fri, Jul 30, 2010 at 11:02 AM, Ben Joven wrote: > Hi Everybody, > > I am trying to build a twitter fe

Re: [twitter-dev] Tweeting from my website

2010-07-13 Thread Peter Denton
also, take a look at http://dev.twitter.com/anywhere/begin. Sounds like you are looking for a lightweight solution to allow people to "share" your page to twitter. bitly has a javascript shortener service, which you could call and prepopulate the anywhere dialog box. On Tue, Jul 13, 2010 at 7:55

[twitter-dev] lists limit whitelisting?

2010-07-02 Thread Peter Denton
Hello, Is it possible to get whitelisted for lists? I see you can only do 20 lists, via API documentation, but when looking at http://media.twitter.com/ and the Huffington Post article, clearly they have massive amounts of lists. Thanks Peter

Re: [twitter-dev] streaming api - track - whitelisting for 10,000 keywords

2010-07-02 Thread Peter Denton
ta and any other information that can help the team best > service your request. > > Taylor > > On Fri, Jul 2, 2010 at 12:18 AM, Peter Denton > wrote: > > Hello, > > Can someone point me to the right location for increasing streaming api, > > track keywords limit? &g

[twitter-dev] streaming api - track - whitelisting for 10,000 keywords

2010-07-02 Thread Peter Denton
Hello, Can someone point me to the right location for increasing streaming api, track keywords limit? Thanks Peter

Re: [twitter-dev] Re: trivial doubt

2010-06-22 Thread Peter Denton
version: 2, >> > > type: 'profile', >> > > rpp: 4, >> > > interval: 6000, >> > > width: 250, >> > > height: 300, >> > > theme: { >> > > shell: { >> > > background: '#33', >> > > color: '#ff' >> > > }, >> > > tweets: { >> > > background: '#00', >> > > color: '#ff', >> > > links: '#4aed05' >> > > } >> > > }, >> > > features: { >> > > scrollbar: true, >> > > loop: false, >> > > live: false, >> > > hashtags: true, >> > > timestamp: true, >> > > avatars: false, >> > > behavior: 'all' >> > > }}).render().setUser('andre').start(); >> > >> > > >> > > -- Peter Denton Co-Founder, Product Marketing www.mombo.com cell: (206) 427-3866 twitter @Mombo_movies twitter - personal: @petermdenton

Re: [twitter-dev] jQuery get getting empty value

2010-06-16 Thread Peter Denton
if I do a curl, I get the response as expected. Its only from jQuery that I get null. On Wed, Jun 16, 2010 at 4:21 PM, Steve Brunton wrote: > On Wed, Jun 16, 2010 at 7:02 PM, Peter Denton > wrote: > > Hello, > > Please accept this question as a sanity check for mysel

[twitter-dev] jQuery get getting empty value

2010-06-16 Thread Peter Denton
Hello, Please accept this question as a sanity check for myself. Im using jQuery - (google cache of latest version). getting empty/null for the following, when I should be getting json back. Thanks // gets empty response $.ajax({ type: "GET", url: "http://api.twitter.com/1/st

[twitter-dev] elliot haughin oAuth lib

2010-06-15 Thread Peter Denton
Hello, Is anyone using elliot haughin oAuth lib for codeigniter? If so, Im having an issue with $this->twitter->call('friendships/exists' and would love to know if you have had experienced issues with that as well. Cheers

Re: [twitter-dev] Keep it real

2010-06-14 Thread Peter Denton
you've been incredibly helpful to everyone in the community. Thanks for all of your help. Cheers On Mon, Jun 14, 2010 at 9:13 PM, Abraham Williams <4bra...@gmail.com> wrote: > I just wanted to let everyone know that I won't be on the list much going > forward. Reading the list has become a time

Re: [twitter-dev] Why Favstar's IP got blacklisted - monitor error rates

2010-05-30 Thread Peter Denton
Very much appreciated Tim. Thank you for posting this. On Sun, May 30, 2010 at 7:22 PM, Tim Haines wrote: > Hey guys, > > A few people have asked why Favstar got blacklisted, so I thought I'd post > this here to answer, and perhaps allow others to prevent this happening to > their own service. >

Re: [twitter-dev] Re: TWITTER BANS 3rd PARTY ADVERTISING

2010-05-24 Thread Peter Denton
I want to voice support of this decision. I build third party apps that are 100% about consuming, purposing, and displaying tweet streams. If different clients inevitably begin selling tweet injections, I really don't want to deal with those on my end. The tweet stream should remain a pure data en

Re: [twitter-dev] how can i insert twitter

2010-05-24 Thread Peter Denton
try looking into @anywhere tweetboxes. If you're not a developer, its an easy way to implement the functionality. http://dev.twitter.com/anywhere On Mon, May 24, 2010 at 4:29 AM, mastan pcr wrote: > How can i insert twitter in my website . > so that users of my website posted data can be seen i

Re: [twitter-dev] Follower count over time

2010-05-21 Thread Peter Denton
Ryan, you might want to check out twittercounter and their api. They have some cool data around follower growth. On Fri, May 21, 2010 at 11:51 AM, Ryan Bell wrote: > Hi, > > How do I get # of followers over time? > > I've seen several sites that list a graph that shows your follower > count over

Re: [twitter-dev] jQuery being loaded multiple times using @anywhere

2010-04-16 Thread Peter Denton
Is there an IRC channel for anywhere? Id love to chat with some folks about what Im experiencing in testing. On Fri, Apr 16, 2010 at 1:51 PM, Dan Webb wrote: > Hi Matt, > > At the moment there are 2 references to jQuery. We'd rather load in > our own version of JQuery rather than detecting it i

Re: [twitter-dev] Re: How to parse the output of Twitter Search API Method: search?

2010-04-16 Thread Peter Denton
are you asking for this? $xml = simplexml_load_string($response); print_r($xml); On Fri, Apr 16, 2010 at 11:29 AM, Dushyant wrote: > How do I find the hierarchical structure of the search reply? > > On Apr 16, 8:55 pm, Mark McBride wrote: > > Atom is an XML dialect, so the approach you're using

Re: [twitter-dev] dev.twitter.com

2010-04-14 Thread Peter Denton
Yeah, very nice work team. Thanks for doing this. On Wed, Apr 14, 2010 at 2:52 PM, Taylor Singletary < taylorsinglet...@twitter.com> wrote: > Thanks for the positive feedback! > > We're working hard on making this always the most up to date resource as > possible -- admittedly, there's still some

[twitter-dev] chirp questions for non-attendee's

2010-04-13 Thread Peter Denton
Thanks to Dewald's advice, I started a new thread for questions those of us not attending chirp could throw out: *Mine are:* I know no one wants to spill beans for the sake of spammers, but can team platform shed some light on app suspensions? obviously, there are the clear no no's but I have had

Re: [twitter-dev] Re: Some thoughts leading up to Chirp

2010-04-13 Thread Peter Denton
also, I know no one wants to spill beans for the sake of spammers, but can team platform shed some light on app suspensions? obviously, there are the clear no no's but I have had an app suspended because the title was "analytics", thus some reserved word for twitter inc. Also, do denial of oAuth

Re: [twitter-dev] Re: Fred Wilson article on Twitter API

2010-04-07 Thread Peter Denton
I think once the ad sharing platform is in place, you'll see more clever/recommendation apps around products and services. Being able to create/project a revenue stream, with low barrier to entry (simply tying into the ad platform like AdSense), seems like it would create a business-as-usual enviro

Re: [twitter-dev] Re: Losing SessionUserId with oAuth!

2010-04-03 Thread Peter Denton
Hey, I think you might be trying to pass in a variable, and expect the oAuth callback url to use that variable? i.e. pass in a clientId of "123" and expect that the url returned will point to somecallbackurl.com?auth_token_4566&clientId=123 What you want to do is: a) set a session on your end b) r

Re: [twitter-dev] Losing SessionUserId with oAuth!

2010-04-02 Thread Peter Denton
This is > in both your user and application security's best interests. > > Taylor > > On Friday, April 2, 2010, Peter Denton wrote: > > I would suggest using a page overlay, vs opening a new browser window > (popup) via ajax. > > You can emulate the same experience f

Re: [twitter-dev] Losing SessionUserId with oAuth!

2010-04-02 Thread Peter Denton
I would suggest using a page overlay, vs opening a new browser window (popup) via ajax. You can emulate the same experience for the user, without opening new windows which can be blocked by browsers anyway. On Fri, Apr 2, 2010 at 4:34 PM, dvu714 wrote: > Hello everyone, > > I have a web app wher

Re: [twitter-dev] Introduce yourself!

2010-02-24 Thread Peter Denton
Hello everyone My name is Peter Denton (@petermdenton). I am a PM, designer, and front end developer. I built www.twibs.com and am working on a sentiment analysis engine with a team of people, expecting to complete in around a month's time. I am amazed at the communal aspects on the dev ma

Re: [twitter-dev] Re: Application Suspended

2010-02-15 Thread Peter Denton
Twitter should at least send a notification suspension, as well as a tracking code possibly, for both parties benefits, twitter and the app. *Reason*: My app was suspended, for something perfectly harmless, and was re-granted permission the next day, but it took a few communications with twitter

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
l server error) > > R. > > > On Jan 14, 5:12 pm, Peter Denton wrote: > > Well this seems to work: > > > > http://twitter.com/statuses/user_timeline/kevinweil.json?count=10&page=1 > > > > On Thu, Jan 14, 2010 at 5:00 PM, Ryan Rosario > wrote: &g

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
; > In Safari, it downloads the 500 web page. > > R. > > On Jan 14, 4:51 pm, Peter Denton wrote: > > if you put the URL in the browser it works? > > > > On Thu, Jan 14, 2010 at 4:44 PM, Ryan Rosario > wrote: > > > If I remove the "count" param

Re: [twitter-dev] Re: Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
l :) > > > > I logged out of my account and his tweets are publicly viewable. > > > > On Jan 14, 4:27 pm, Peter Denton wrote: > > > > > do you have the username? they might be protected, but have given you > > > access? > > > > > On Thu

Re: [twitter-dev] Retrieving tweets of an employee

2010-01-14 Thread Peter Denton
do you have the username? they might be protected, but have given you access? On Thu, Jan 14, 2010 at 4:26 PM, Ryan Rosario wrote: > I am working on a project where I need to extract some tweets from my > friends and followers. I follow a couple of employees of Twitter, and > for some reason, I

Re: [twitter-dev] How to monitor our brand by Streaming API

2010-01-13 Thread Peter Denton
oops, forgot to include this. If you're really looking to get up and running, here is the twitter search based widget, ready to go. http://twitter.com/goodies/widget_search On Wed, Jan 13, 2010 at 8:33 PM, Peter Denton wrote: > Its pretty easy to build a widget, from fetching the

Re: [twitter-dev] How to monitor our brand by Streaming API

2010-01-13 Thread Peter Denton
Its pretty easy to build a widget, from fetching the results, parsing them, and presenting them, twitter makes it easy to do. With all that extra time, your developers should be able to find global stop lists of words that prevent displays of harassing/vulgar/racist language and continue to add ru

Re: [twitter-dev] Re: Twitter with Google Visualization

2010-01-07 Thread Peter Denton
Hi Kidd Main reason to localize the data is for user experience. If twitter search slows down, you may have page loads waiting for the content you need. Also, you will get only 3200 results, or a historical snapshot of 7 days from a query, so you run the risk of losing data outside. It all depends

Re: [twitter-dev] Twitter with Google Visualization

2010-01-06 Thread Peter Denton
Hi Kidd, Many ways to do this depending on a) do you want to store the data somewhere, calculate things, then show the data in a visualization or b) calculate on the fly. One thing you might consider is writing to a google spreadsheet the data you get back from your twitter query. You can use this

[twitter-dev] Re: app suspension

2009-12-17 Thread Peter Denton
7, 2009 at 11:11 AM, Peter Denton wrote: > Hello All, > I have basically a test oAuth account for an application. It has been > suspended and I really am baffled as to why. My live app is not suspended, > just this test app, used for a separate domain. > > My app does not broadcast

[twitter-dev] app suspension

2009-12-17 Thread Peter Denton
Hello All, I have basically a test oAuth account for an application. It has been suspended and I really am baffled as to why. My live app is not suspended, just this test app, used for a separate domain. My app does not broadcast, except in one very limited use-case and no users have been affected

Re: [twitter-dev] analytics api

2009-12-08 Thread Peter Denton
nterested in trying a widget to embed on sites. > > Abraham > > > On Mon, Dec 7, 2009 at 11:51, Peter Denton wrote: > >> Hello everyone, >> I am working on an analytics product called @tweetStory ( >> www.tweetStory.com) and am curious if people would have intere

[twitter-dev] API Ready Apps List

2009-12-07 Thread Peter Denton
Hey Everyone, As promised, I have published the list of people who have API's ready for other app developers to use in their twitter projects. If you have not added your app or service, please do. Again, I think this is for everyone's benefit. Im always looking for cool api's to play with, and am s

[twitter-dev] analytics api

2009-12-07 Thread Peter Denton
Hello everyone, I am working on an analytics product called @tweetStory (www.tweetStory.com) and am curious if people would have interest in accessing our API. We have not formally released one, but are contemplating if other twitter developers would want to show analytics in their apps around key

Re: [twitter-dev] Basic Auth : "Could not authenticate you" strange issue

2009-12-03 Thread Peter Denton
Are you using other apps or alternate account credentials? i.e. have you checked for a cookie conflict? On Thu, Dec 3, 2009 at 10:22 AM, jaybenoit wrote: > I am experiencing an issue with our app, that uses Basic Auth, where > periodically it can not authenticate the user when trying to perform >

Re: [twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Peter Denton
Hi Cameron Both web and client. The end goal is to just have a resource devs can quickly check to see if there's an API or service available to use. Also if you want me to add categories, I'd can add anything else people would want to know. Thanks Peter On Nov 25, 2009, at 4:13 PM, Camero

[twitter-dev] Does your app have an API, Accessible Data or Widgets?

2009-11-25 Thread Peter Denton
Hello Everyone, After speaking with many developers, its apparent many people do not know which apps/services in the twitter ecosystem offer API's, accessible data, have widgets, etc for other developers to use in their projects. Does your app have an API, Accessible Data or Widgets? If so, please

Re: [twitter-dev] Flood of c*ck sucking spam

2009-11-24 Thread Peter Denton
bit.ly/8TJUe6> > > On Tue, Nov 24, 2009 at 12:49 PM, Peter Denton wrote: > >> Hahaha I wish I could retweet your mail. >> >> Sent from my iPhone >> >> >> On Nov 24, 2009, at 12:41 PM, Andrew Badera wrote: >> >> There seems to be a flood

Re: [twitter-dev] Flood of c*ck sucking spam

2009-11-24 Thread Peter Denton
Hahaha I wish I could retweet your mail. Sent from my iPhone On Nov 24, 2009, at 12:41 PM, Andrew Badera wrote: There seems to be a flood of bambibots with a (not very) blurry avatar of someone brushing their teeth with a skin flute. Any chance Twitter HQ is aware of, and working to mitigate,

[twitter-dev] Re: how to get my application link to appear on Twitter profile pages(upper right side)?

2009-11-02 Thread Peter Denton
Hi Jacob, The applications listed in that section are basically "editors picks" with the exception of a few sponsored apps. Its awesome Twitter does this because I have known a few individuals who have been added to the rotation, so there is the possibility your app is added. Its basically up to y

[twitter-dev] Re: warning for rate limit that causes ban

2009-11-02 Thread Peter Denton
Hi AKM, I think that would allow a spammer to come as close as possible without being banned. I have seen it mentioned you should email a...@twitter.com with your use case and let them know what you are doing, to reduce chances of being banned. Cheers Peter On Mon, Nov 2, 2009 at 1:06 PM, shiplu

[twitter-dev] API Wiki - Cannots per Method

2009-11-02 Thread Peter Denton
Hello all, I have been working in my spare time on creating a list of things you "cannot" do per method in the api. Basically, I went back through many questions from the dev group and see a lot of questions were basically the result of people not knowing the "rules" of the API. So they would ask

[twitter-dev] Re: Stepping down from API Support role

2009-10-30 Thread Peter Denton
Thanks so much with all of your help Chad! On Fri, Oct 30, 2009 at 4:00 PM, Chad Etzel wrote: > > Hi all, > > Today is the last day of my Twitter API Support contract. I will be > stepping down from this role and return to full-time 3rd party Twitter > app development. In other words, I will no

[twitter-dev] php to json character handling

2009-10-28 Thread Peter Denton
Hello, We are working on a service dealing with a high volume of tweets. We are seeing crazy things coming through in tweets and are running into recurring issues when creating large JSON strings to pass to our parser. I am curious if anyone can share approach or methodology on how they are creati

[twitter-dev] Re: Not getting direct message emails

2009-10-28 Thread Peter Denton
Im not as well. On Wed, Oct 28, 2009 at 9:42 AM, Dale Cook wrote: > > For some reason we're no longer getting emails when a user sends > though a direct message. This is happening on a number of accounts. Is > anyone else having this problem? >

[twitter-dev] Re: Nero 9 - FULL Version - [Precracked] 51MB ONLY!

2009-10-19 Thread Peter Denton
I would say, considering I can only recall a few spam posts getting through, you guys [sic] do a great job. On Mon, Oct 19, 2009 at 1:34 PM, Chad Etzel wrote: > > Why yes we can, and we do... loads of it. > > The problem is that these spammers are spoofing the "from" address of > list owners who

[twitter-dev] Re: Nero 9 - FULL Version - [Precracked] 51MB ONLY!

2009-10-19 Thread Peter Denton
now with only 48 megs of adware! On Mon, Oct 19, 2009 at 12:59 PM, Dewald Pretorius wrote: > > Foxtrot Oscar. > > On Oct 19, 2:01 pm, Nero 9 wrote: > > Nero 9 is the next generation of the worldâ%u20AC%u2122s most trusted > integrated digital media and home entertainment software suite. It feat

[twitter-dev] Re: Where in API docs to get first tweet only

2009-10-10 Thread Peter Denton
Hi Scott, Since it seems you are looking for a sampling situation, you might want to poll the public timeline and check for 1st tweet, (created at and 1st update timeframe are same/near day). Also, you could expand your sample size and look into accessing the spritzer or garden hose and again runn

[twitter-dev] Re: U.S.Senator Orrin Hatch's Request To Follow Me!

2009-10-06 Thread Peter Denton
are you sure you are not signed into twitter or another third party app under a different username? On Tue, Oct 6, 2009 at 1:48 PM, Taz wrote: > > I click on the friend request link from my e-mail to go into twitter > and accept it and it says no follow request at this time and I have > not acc

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

2009-10-03 Thread Peter Denton
n Sat, Oct 3, 2009 at 10:11 PM, Peter Denton 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. Thanks Peter On Oct 3, 2009, at 5:

[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 wrote: Hi, I am new to twitter

[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 wrote: > > I have a site posting updates to twitter using the api. I can either > have it say API or it says 'From Web', I am looki

[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 wrote: > > Hello, i am struggling to send data to twitter using oauth login. > Do any one help me. > Regard > ARIFUR RAHMAN >

[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 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 not have time to follo

[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 wrote: > > Im looking for a way to sign in while getting the data from > http://twitter.com/statuses/user_timeline.format (copyed frim tha > apiwiki)

[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 On Sun, Aug 30, 2009 at 5:47 AM, berdim99 wrote: > > Hi > > Our production server (that serves thousands of Twitter users) is > recently getting many 'connection refused' errors from Twitter. > > W

[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 wrote: > > 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 I search for

[twitter-dev] Re: 401 Error

2009-08-30 Thread Peter Denton
Hi Andreo, First, bumping up posts is considered rude and often times people will not help because of bumping your post. Second, please supply *header responses* and as much specific technical information as possible. That will help the smart people on this list solve your problem. What you desc

[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 wrote: > Hi Nate, > This is not allowed due to phishing attacks. > > Peter > > > On Sun, Aug 30, 2009 at 1

[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 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 almost in full

[twitter-dev] Re: rate limit status API not working!

2009-08-27 Thread Peter Denton
Does this work for others? I just get 150 hourly limit (displayed) for all accounts, even if whitelisted. On Fri, Aug 7, 2009 at 11:11 AM, echeyde wrote: > > hi, since yesterday when the DOS attack happened, this > http://twitter.com/account/rate_limit_status.json API call returns an > empty

[twitter-dev] Re: twitter based message board

2009-08-26 Thread Peter Denton
tp://github.com/abraham/sign-in-with-twitter/tree/master > > > > Abraham > > > > On Wed, Aug 26, 2009 at 17:58, Peter Denton > <mailto:petermden...@gmail.com>> wrote: > > > > Hello, > > Has anyone created a twitter account based message board? >

[twitter-dev] twitter based message board

2009-08-26 Thread Peter Denton
Hello, Has anyone created a twitter account based message board? I am building out a service and want users to be able to post forum questions, etc form the app. Im not looking for anything special, just want them to be able to communicate after already authenticating with the system. Thought I w

[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 real

[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. ca

[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 wrot

[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: 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 wrote: > > Hi Bojan Rajkovic, > > When I tried using 0.3 DLL it stated a file was missing. Fox > something? > > Perhaps it's a vs2008 only DLL?

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

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

[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 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 get start

[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 wrote: > > > See here: > > > http://groups.google.com/group/twitter-development-talk/browse_thread/thread/acdcb4baf76037c8/d5f4d4204b65d617#d5f4d4204b65d617 > > On Aug 9, 12:17 am, Bill Kocik wrote: > >

[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: trending volume

2009-08-07 Thread Peter Denton
day...no? > > > On Fri, Aug 7, 2009 at 2:51 PM, Peter Denton wrote: > >> 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 w

[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: 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 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 great. Then a fe

[twitter-dev] Re: Tracking Retweets

2009-08-04 Thread Peter Denton
t; > Witty I think is using the recycling symbol ... > > > > On Tue, Aug 4, 2009 at 6:17 PM, Peter Denton > wrote: > >> > >> Hello, > >> Does anyone have a list of RT conventions they are using to track? > >> > >> Right now,

[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: 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 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 official I can get ba

[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 wrote: > > Greetings. Is there any way to fetch multiple statuses in a single > request, by passing in all the status IDs? As in: > > http://twitter.com/statuses/sho

  1   2   3   >