[twitter-dev] Re: new twitter apps

2009-03-02 Thread Burhan TANWEER
You can list your twitter app with our search engine explorewww.com



On Mon, Mar 2, 2009 at 7:41 AM, kprobe goo...@kprobe.com wrote:


 Is there a twitter place to list new twitter apps?




-- 
Sincerely,

Burhan Tanweer
www.explorewww.com
expl...@explorewww.com


[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-02 Thread Burhan TANWEER
Hi Paul,

I have developed a social search engine ExploreWWW and would like to
encourgae twitter user to submit their website to ExploreWWW and it will be
unploaded in twitter with their account. I have been using twitter account
to do that.
Now I am not sure how to consolidate user authentication on our server and
twitter server with the implementation of oAuth. I am really happy that you
have come forward to raise this issue. I will also like to gain access to
your solution for oAuth implementation.


On Sun, Mar 1, 2009 at 9:19 AM, Paul Kinlan paul.kin...@gmail.com wrote:


 Hi,

 I am still concerned that the introduction of oAuth is going to cause a lot
 of problems for applications that use twitter username and password as a
 login and account registration mechanism for their services.

 I would like to start a list of the services that primariraly use twitter
 details as a form of login to their services.

 Starting with:
 Twe2 (although we do support oauth right now)
 Twollo

 What I am keen to also get accross is that if we have to introduce a new
 username and password mechanism for our services I bet that 80% of users
 will still use the same password as their twitter account, negating the use
 of oauth.

 If anyone wants I can provide you with a secret link for twe2's oauth
 implementation to show you what we are doing (no username and password - but
 re-requesting access to your data if you need to login).

 I look forward to hearing back and seeing a list of all the services in the
 ecosystem that use twitter credentials as account authentication and
 validation so that it is clear the how prevelant the problem will be.

 Regards,
 Paul





-- 
Sincerely,

Burhan Tanweer
www.explorewww.com
expl...@explorewww.com


[twitter-dev] Re: Question about authority to view social graphs

2009-03-02 Thread Matt Sanford

Hi Kevin,

The permission difference is a known issue (http://code.google.com/p/twitter-api/issues/detail?id=268 
) that we plan to correct. I suggest putting a star on that issue so  
you get email updates when there are changes.


Thanks;
  — Matt Sanford

On Mar 1, 2009, at 05:09 AM, Kevin Makice wrote:



There are currently two ways you can use the API to see someone's
follow network (followers and those you follow). The first is the
old way: paginating through the /statuses/friends and statuses/
followers methods. These give a lot more information but do so in
smaller chunks. The new way is using the social graph methods, /
friends/ids and /followers/ids, that return the entire list but only
user IDs.

My question is, why can I use the former on protected accounts but not
the latter?

https://twitter.com/friends/ids/cmakice.xml
https://twitter.com/followers/ids/cmakice.xml

return 'Not authorized' if the account is protected (this one is) and
the authenticating account hasn't been granted access.

https://twitter.com/statues/friends/cmakice.xml
https://twitter.com/statuses/followers/cmakice.xml

I don't have any problems getting this list. Once upon a time, I could
get one list but not the other, but that behavior seems to have been
opened up.

BTW, if no authentication is used on the request, the /followers/ids
and /statuses/followers returns a Could not authenticate you. error.
For public accounts, /friends/ids does not require authentication and
will return the full list of IDs. For both public and private
accounts, /statuses/friends will return useful information.

Could someone explain the reasoning for these discrepancies?




[twitter-dev] Re: [json] Public Timelines uses String ID instead Integer

2009-03-02 Thread Matt Sanford


Hi Daniel,

Please open an issue at http://code.google.com/p/twitter-api/issues/list 
 and we'll take a look.


Thanks;
  — Matt

On Mar 1, 2009, at 07:30 AM, Daniel Morales wrote:



Hi there.

I got this when i request Public Timeline:

Public Timeline:

id:1265475802

instead of (as Replies/Friends/Users):

id:1265346640,


On some JSON libraries isn't the same, so will be very nice to have
fixed this.


Thanks,

Daniel




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

2009-03-02 Thread Scott C. Lemon

Thanks for adding us to the list:

Scott C. Lemon
@Humancell
HumanXtensions L.L.C.
http://www.humanxtensions.com
sa...@humanxtensions.com
435-654-6446

Experience in creating a wide range of social network and twitter
apps.
Creators of http://www.TopFollowFriday.com


On Feb 23, 11:33 am, Alex Payne a...@twitter.com wrote:
 There isn't one that I'm aware of, but if people would like to post
 their contact info in this thread (Twitter username, URL, email,
 whatever) I'm happy to collect them on the API Wiki.

 On Sat, Feb 21, 2009 at 18:00, Chad Etzel jazzyc...@gmail.com wrote:

  Hi All,

  I have been getting a few requests here and there for twitter API
  development work.  I cannot take on any such projects at the moment,
  but I always feel bad for leaving them in the lurch.  Is there a list
  or directory anywhere of Twitter API developers that work freelance
  that I can send to them when this happens?  I'm happy to forward on
  such requests.

  -Chad

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


[twitter-dev] Re: new twitter apps

2009-03-02 Thread kprobe

Thanks Burhan, I have added a story to your site. Isn't there a
directory that is managed by Twitter?


[twitter-dev] Re: Which services use twitter username and password as account identifier

2009-03-02 Thread Daniel Sims

Or, do both.
Allow them to login via OAuth, and then let them create an account
later to avoid future round-trips (or to associate multiple twitter
accounts)
This is what http://feedflix.com does with the Netflix OAuth API.

On Mar 1, 6:18 pm, Paul Kinlan paul.kin...@gmail.com wrote:
 Hi Sam,

 I think most things other than a basic username and password will confuse
 most people, which is why asking for their twitter username and password is
 done (rightly or wrongly) because people know it, use it all the time on
 twitter and don't have to remember yet another password.

 I will give JainRains solution a look over. Trouble is, it looks two phase,
 log-in via openId/facebook/etc then hook up your twitter account (using
 oAuth); obviously once you have set up your twitter account your only ever
 have to log in using the JainRain stuff.  I do like using the twitter
 account and password (like many app developers) because its central, you can
 verifiy the details and let people use your service in one simple step and
 you don't need another external sevice to authenticate against.  I just
 worry that using external services will limit who uses Twitter apps, and I
 also worry that managing the credentials myself will negate all the benefits
 that oAuth provides (because most people will use the same password as their
 twitter password).

 Onhttp://oauth.twe2.comyou only ever type anything when you are redirected
 to Twitters site, twe2 doesn't ask for anything ever.  In my opinon it is
 the cleanest thing from a UX point of view, however, it's not (from what I
 have been told) how your supposed to use oAuth.

 Paul.

 2009/3/1 Sam K Sethi samkse...@googlemail.com

  Hi Paul

  As you know we already have a working version of Twitters OAuth on a test
  sitehttp://ouath.twitblogs.comand will integrate into our live site when
  twitter let us.  The way we are looking to overcome the user login issue is
  to use JainRain'swww.rpxnow.comand associate a users ID to their OAuth
  token.

  Our worry is will this all confuse non-technical users

  Thanks in advance

  Sam

 www.twitblogs.com/

  This email is: [ ] bloggable [ ] twittable [ ] ask first [X] private

  2009/3/1 Dossy Shiobara do...@panoptic.com

  On 3/1/09 1:28 PM, Petermdenton wrote:

  Dossy, serioulsy, no one is saying the sky is falling. This list is for
  application developers to discuss development topics as they please. You
  may know everything, but for those of us who wish to discuss

  We need to resist spreading FUD.  Twitter has its problems, but creating
  ones where there aren't any helps no one.

  --
  Dossy Shiobara              | do...@panoptic.com |http://dossy.org/
  Panoptic Computer Network   |http://panoptic.com/
   He realized the fastest way to change is to laugh at your own
     folly -- then you can let go and quickly move on. (p. 70)


[twitter-dev] Re: new twitter apps

2009-03-02 Thread Chad Etzel

There is:
http://twitter.pbwiki.com/Apps

but i'm not sure how accurate or up-to-date it is...

also: http://twitter.com/downloads
but seems to be only non-web apps, and only a select few.

there are several sites that try to list every twitter app known to man:

http://twi5.com
http://tweetwave.com
http://twitdom.com
i'm sure there are many more.

now if only there there was a site that listed those sites

-Chad

On Mon, Mar 2, 2009 at 12:01 PM, kprobe goo...@kprobe.com wrote:

 Thanks Burhan, I have added a story to your site. Isn't there a
 directory that is managed by Twitter?



[twitter-dev] Re: Location ...

2009-03-02 Thread TjL

On Mon, Mar 2, 2009 at 11:03 AM, Matt Sanford m...@twitter.com wrote:
 Hi there,
     The API wiki (http://apiwiki.twitter.com/REST+API+Documentation) shows
 that the maximum size of 30 characters in the description of the
 update_profile method. There is currently a bug where it allows longer data
 and then after a day or so truncates it
 (http://code.google.com/p/twitter-api/issues/detail?id=315). I have a fix
 ready and am hoping to get it deployed today.

Thanks for the info. I had obviously missed that.

I suppose this is not the place to have the Why is it limited to 30
characters? discussion, so I'll let that go.

TjL


[twitter-dev] Re: How to get started?

2009-03-02 Thread Ed Finkler

There's also a book coming out from O'Reilly which may be of use to
you:

http://oreilly.com/catalog/9780596157791/index.html

That's the rough cuts version, which pretty much what it sounds
like. You can pre-order the whole dealie on Amazon tho.

Disclaimer: I and a couple other people on here did the tech editing
work on this.

--
Ed Finkler
http://funkatron.com
Twitter:@funkatron
AIM: funka7ron
ICQ: 3922133
XMPP:funkat...@gmail.com


On Mar 1, 12:51 pm, Elker elia...@gmail.com wrote:
 (I'm deeply sorry if I'm not supposed to post here or whatsoever.)

 Hi!
 I've got experience in HTML, CSS and kind of some experience with PHP
 and MySQL.

 As a fulltime Twitter-user, I would also like to learn how to use the
 Twitter API. I have from previous times no experience with APIs. I
 barely know what it is.

 So, my question is, where do I start? My head is a mess right now
 after reading about words such as social graph, curl and that weirdo
 stuff. xD

 Appreciating help, thanks in advance.


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Nick Arnett
On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:


 Hi! I haven't been getting anything new from the public time feed for
 the last four hours... Anybody else noticed this?


I'm not getting that feed, but I noticed a lot of failures, internal server
errors, service too busy, etc., this morning when trying to get almost
anything.  Helped me work on code to deal with the 50x errors... ;-)

Nick


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Chad Etzel

I think there is some latent sluggishness in twitter this morning due
to a certain celebrity talking about twitter on a certain morning talk
show.
-Chad

On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com wrote:


 On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:

 Hi! I haven't been getting anything new from the public time feed for
 the last four hours... Anybody else noticed this?

 I'm not getting that feed, but I noticed a lot of failures, internal server
 errors, service too busy, etc., this morning when trying to get almost
 anything.  Helped me work on code to deal with the 50x errors... ;-)
 Nick


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Doug Williams
Matt also mentioned a power outage at the search host.

Doug Williams

On Mon, Mar 2, 2009 at 2:01 PM, Chad Etzel jazzyc...@gmail.com wrote:


 I think there is some latent sluggishness in twitter this morning due
 to a certain celebrity talking about twitter on a certain morning talk
 show.
 -Chad

 On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com wrote:
 
 
  On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:
 
  Hi! I haven't been getting anything new from the public time feed for
  the last four hours... Anybody else noticed this?
 
  I'm not getting that feed, but I noticed a lot of failures, internal
 server
  errors, service too busy, etc., this morning when trying to get almost
  anything.  Helped me work on code to deal with the 50x errors... ;-)
  Nick




-- 
Doug Williams

do...@igudo.com
http://www.igudo.com


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Jorge Handl
Thanks, Alex!

On Mon, Mar 2, 2009 at 6:01 PM, Alex Payne a...@twitter.com wrote:


 Power outage, slave database replication issues. Both are being
 recovered from as I type.

 On Mon, Mar 2, 2009 at 11:48, Doug Williams do...@igudo.com wrote:
  Matt also mentioned a power outage at the search host.
 
  Doug Williams
 
  On Mon, Mar 2, 2009 at 2:01 PM, Chad Etzel jazzyc...@gmail.com wrote:
 
  I think there is some latent sluggishness in twitter this morning due
  to a certain celebrity talking about twitter on a certain morning talk
  show.
  -Chad
 
  On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com
 wrote:
  
  
   On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:
  
   Hi! I haven't been getting anything new from the public time feed for
   the last four hours... Anybody else noticed this?
  
   I'm not getting that feed, but I noticed a lot of failures, internal
   server
   errors, service too busy, etc., this morning when trying to get almost
   anything.  Helped me work on code to deal with the 50x errors... ;-)
   Nick
 
 
 
  --
  Doug Williams
 
  do...@igudo.com
  http://www.igudo.com
 



 --
 Alex Payne - API Lead, Twitter, Inc.
 http://twitter.com/al3x



[twitter-dev] MAKE TWITTER WORK WITH GOOGLE TALK AGAIN ALREADY!

2009-03-02 Thread APintheLP

come on guys...this is getting rediculousdo your jobs and don't
neglect services just cause you're busy.

AP


[twitter-dev] Re: MAKE TWITTER WORK WITH GOOGLE TALK AGAIN ALREADY!

2009-03-02 Thread Ed Finkler

This isn't an API issue. You should address it to http://help.twitter.com/.

--
Ed Finkler
http://funkatron.com
Twitter:@funkatron
AIM: funka7ron
ICQ: 3922133
XMPP:funkat...@gmail.com


On Mar 2, 2:03 pm, APintheLP aphillip...@gmail.com wrote:
 come on guys...this is getting rediculousdo your jobs and don't
 neglect services just cause you're busy.

 AP


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

2009-03-02 Thread Farez

Hope I'm not too late to the party!

Freelance PHP developer based in Shoreditch, London. Have experience
with Twitter development and integration with Drupal or CakePHP. Also
interested in building mobile apps.

Contact details:
Farez Rahman
fa...@redkeydigital.com
@farez
URL: redkeydigital.com

Cheers Doug.

Farez



On Feb 24, 4:25 pm, Doug Williams do...@igudo.com wrote:
 Hi all,
 Thanks for your responses. All the information provided this far is being
 tracked and recorded at:

 http://apiwiki.twitter.com/Developers.

 It will be linked to the front page shortly. I'll monitor this thread and
 keep any changes/additions you make in sync.

 Please let me know if you have any questions or suggestions.

 Thanks,
 @dougw

 do...@igudo.com



 On Tue, Feb 24, 2009 at 10:45 AM, Burhan TANWEER btanw...@gmail.com wrote:
  My contact information

  Explore WorldWideWeb
  Detroit, Michigan
  @explorewww
  expl...@explorewww.com
 http://explorewww.com

  On Tue, Feb 24, 2009 at 3:48 AM, Dave Briccetti da...@davebsoft.comwrote:

  Dave Briccetti
  Lafayette, California
  @dcbriccetti
  da...@davebsoft.com
 http://davebsoft.com

  Thanks!

  --
  Sincerely,

  Burhan Tanweer
  Founder
 www.CorrectSearch.com
  Phone:  877-807-1818
  supp...@correctsearch.com

 --
 Doug Williams

 do...@igudo.comhttp://www.igudo.com


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Alex Payne

Nope, sorry.

On Mon, Mar 2, 2009 at 14:55, Santi P san...@santip.com.ar wrote:

 Will there be any way for the people who read from the timeline feed
 to get all the tweets lost during this period?

 Thanks,
 Santiago

 On Mar 2, 6:01 pm, Alex Payne a...@twitter.com wrote:
 Power outage, slave database replication issues. Both are being
 recovered from as I type.



 On Mon, Mar 2, 2009 at 11:48, Doug Williams do...@igudo.com wrote:
  Matt also mentioned a power outage at the search host.

  Doug Williams

  On Mon, Mar 2, 2009 at 2:01 PM, Chad Etzel jazzyc...@gmail.com wrote:

  I think there is some latent sluggishness in twitter this morning due
  to a certain celebrity talking about twitter on a certain morning talk
  show.
  -Chad

  On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com wrote:

   On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:

   Hi! I haven't been getting anything new from the public time feed for
   the last four hours... Anybody else noticed this?

   I'm not getting that feed, but I noticed a lot of failures, internal
   server
   errors, service too busy, etc., this morning when trying to get almost
   anything.  Helped me work on code to deal with the 50x errors... ;-)
   Nick

  --
  Doug Williams

  do...@igudo.com
 http://www.igudo.com

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x




-- 
Alex Payne - API Lead, Twitter, Inc.
http://twitter.com/al3x


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread mattarnold1977

Thanks for the notice, my server has been trying to post the same
public timeline feed all day.  Is there a ETD to when the public feed
will be up and running again?  I'm also trying to perform some testing
that requires this feed.  Any info would be greatly appreciated.

-Matt

On Mar 2, 3:01 pm, Alex Payne a...@twitter.com wrote:
 Power outage, slave database replication issues. Both are being
 recovered from as I type.



 On Mon, Mar 2, 2009 at 11:48, Doug Williams do...@igudo.com wrote:
  Matt also mentioned a power outage at the search host.

  Doug Williams

  On Mon, Mar 2, 2009 at 2:01 PM, Chad Etzel jazzyc...@gmail.com wrote:

  I think there is some latent sluggishness in twitter this morning due
  to a certain celebrity talking about twitter on a certain morning talk
  show.
  -Chad

  On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com wrote:

   On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:

   Hi! I haven't been getting anything new from the public time feed for
   the last four hours... Anybody else noticed this?

   I'm not getting that feed, but I noticed a lot of failures, internal
   server
   errors, service too busy, etc., this morning when trying to get almost
   anything.  Helped me work on code to deal with the 50x errors... ;-)
   Nick

  --
  Doug Williams

  do...@igudo.com
 http://www.igudo.com

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x


[twitter-dev] 400 Bad Request from Twitter RSS Feed

2009-03-02 Thread travelvice

Howdy,

I can't seem to get my Yahoo! Pipes to pull in a feed off of Twitter.
(http://twitter.com/statuses/user_timeline/21192372.rss)

Are others having this problem these days?


[twitter-dev] Re: Public timeline feed frozen at about 7 PST?

2009-03-02 Thread Chad Etzel

What do you mean post the same public timeline feed all day ?

The public timeline feed seems to be working fine now.
-Chad

On Mon, Mar 2, 2009 at 7:43 PM, mattarnold1977
matt.arnold.1...@gmail.com wrote:

 Thanks for the notice, my server has been trying to post the same
 public timeline feed all day.  Is there a ETD to when the public feed
 will be up and running again?  I'm also trying to perform some testing
 that requires this feed.  Any info would be greatly appreciated.

 -Matt

 On Mar 2, 3:01 pm, Alex Payne a...@twitter.com wrote:
 Power outage, slave database replication issues. Both are being
 recovered from as I type.



 On Mon, Mar 2, 2009 at 11:48, Doug Williams do...@igudo.com wrote:
  Matt also mentioned a power outage at the search host.

  Doug Williams

  On Mon, Mar 2, 2009 at 2:01 PM, Chad Etzel jazzyc...@gmail.com wrote:

  I think there is some latent sluggishness in twitter this morning due
  to a certain celebrity talking about twitter on a certain morning talk
  show.
  -Chad

  On Mon, Mar 2, 2009 at 2:00 PM, Nick Arnett nick.arn...@gmail.com wrote:

   On Mon, Mar 2, 2009 at 10:57 AM, jungle jha...@gmail.com wrote:

   Hi! I haven't been getting anything new from the public time feed for
   the last four hours... Anybody else noticed this?

   I'm not getting that feed, but I noticed a lot of failures, internal
   server
   errors, service too busy, etc., this morning when trying to get almost
   anything.  Helped me work on code to deal with the 50x errors... ;-)
   Nick

  --
  Doug Williams

  do...@igudo.com
 http://www.igudo.com

 --
 Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x



[twitter-dev] Re: Consistent 502 errors for users with large friend follower lists

2009-03-02 Thread Abraham Williams
There is always json.

Perhaps Twitter will consider implementing Protocol Buffers.

Google uses this lightweight protocol internally:
http://code.google.com/p/protobuf/
I don't know how it compares to json performance wise though.

On Mon, Mar 2, 2009 at 19:14, Jeffrey Greenberg
jeffreygreenb...@gmail.comwrote:


 My app (tweettronics.com) fetches friends and followers for a given
 user with the following pair of calls, done one immediately after the
 other:
 http://twitter.com/friends/ids.xml
 http://twitter.com/followers/ids.xml

 They take quite a while on large users (understandably up to a 2-3megs
 of data via XML encoding), but worse they often fail with a 502 error.

 It's easy to see on user barackobama and less frequently as you go
 down the top 10 lists... e.g. on ev ... somewhere around 200k
 followers it's less frequent

 Can this be addressed on your side?

 BTW: I want this data pretty fresh and I'd like to avoid duplicating
 the Twitter DB, so I'm wanting to avoid caching these calls... still I
 can imagine caching as viable just to improve the performance of
 transferring the large ist   Nonetheless, since you are deep into
 facing massive data growth, I'm wondering if there are any interesting
 alternatives to a scheme that transfers something other than XML, one
 that pack more data/byte?

 Thanks
 Jeffrey

 http://www.jeffrey-greenberg.com








-- 
Abraham Williams | http://the.hackerconundrum.com
Web608 | Community Evangelist | http://web608.org
This email is: [ ] blogable [x] ask first [ ] private.
Sent from: Madison Wisconsin United States.


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

2009-03-02 Thread Doug Williams
Farez,
It's never too late!

Doug Williams
@dougw

On Mon, Mar 2, 2009 at 6:25 PM, Farez alfa...@gmail.com wrote:


 Hope I'm not too late to the party!

 Freelance PHP developer based in Shoreditch, London. Have experience
 with Twitter development and integration with Drupal or CakePHP. Also
 interested in building mobile apps.

 Contact details:
 Farez Rahman
 fa...@redkeydigital.com
 @farez
 URL: redkeydigital.com

 Cheers Doug.

 Farez



 On Feb 24, 4:25 pm, Doug Williams do...@igudo.com wrote:
  Hi all,
  Thanks for your responses. All the information provided this far is being
  tracked and recorded at:
 
  http://apiwiki.twitter.com/Developers.
 
  It will be linked to the front page shortly. I'll monitor this thread and
  keep any changes/additions you make in sync.
 
  Please let me know if you have any questions or suggestions.
 
  Thanks,
  @dougw
 
  do...@igudo.com
 
 
 
  On Tue, Feb 24, 2009 at 10:45 AM, Burhan TANWEER btanw...@gmail.com
 wrote:
   My contact information
 
   Explore WorldWideWeb
   Detroit, Michigan
   @explorewww
   expl...@explorewww.com
  http://explorewww.com
 
   On Tue, Feb 24, 2009 at 3:48 AM, Dave Briccetti da...@davebsoft.com
 wrote:
 
   Dave Briccetti
   Lafayette, California
   @dcbriccetti
   da...@davebsoft.com
  http://davebsoft.com
 
   Thanks!
 
   --
   Sincerely,
 
   Burhan Tanweer
   Founder
  www.CorrectSearch.com
   Phone:  877-807-1818
   supp...@correctsearch.com
 
  --
  Doug Williams
 
  do...@igudo.comhttp://www.igudo.com




-- 
Doug Williams

do...@igudo.com
http://www.igudo.com


[twitter-dev] Please support my idea

2009-03-02 Thread rashmiranjanpadhy


  

  
  
Dear twitter-development-talk@googlegroups.com,
  
 I posted my idea Expose Corruption and corrupt people on the MyIdea.co.in website.
  
  Do support this idea by voting for it here. Every vote counts!
  
Do you have an idea that can change India? Share it with the world by submitting it at MyIdea.co.in.

 
  
  Regards,
Rashmi Ranjan Padhy