[twitter-dev] (Yet another) PHP Library to work with Twitter

2010-03-31 Thread Guille
Hi everyone.

This is my first message in the list, so: hi everyone! My name is
Guillermo and I'm a spanish PHP developer since 2001 and a Twitter
user since 2007.

Recently i've been invloved in some Twitter related projects and I've
had to solve Twitter's API interaction using existing libraries out
there successfully up to this date. Anyway I always miss some things
(call it oAuth/xAuth, object orientation, design patterns,
extendability...) in each of them so i started working in a new object
oriented modular library called TwiPHPr (spelled too-ee-pher).

I've set up a github repository and written some wiki pages explaining
the goals and features, so I won't bother the list with more
explanations on the matter. I just encourage you to take a look and
share your thoughts if you will. All help will be very welcome.

The github repository is at: http://github.com/ggalmazor/twiphpr

Regard to everyone.




-- 
To unsubscribe, reply using remove me as the subject.


[twitter-dev] Re: Introduce yourself!

2010-03-31 Thread Guille
Oops, just started a new thread a minute ago with a little
hellopresentation. Here comes the full presentation anyways,
following Andy Badera's standard for this matter, as you will notice:

Hi! This is Guillermo GutiƩrrez, spanish PHP developer, all-things-
geek fan and tv-show lover. Trying to raise PHP's sourcecode average
quality from 2001 and failing most of the time. Working with Symfony
framework from 0.6 alpha release and sticking always to Propel.

On 19 feb, 22:20, Abraham Williams 4bra...@gmail.com wrote:
 We have not had an introductions thread in a long time (or ever that I could
 find) so I'm starting one. Don't forget to add an answer to the tools thread
 [1](Gmail link [2]) as well.

 I'm Abraham Williams, I've been working with the Twitter API and this group
 since early 2008. I do mostly freelance Drupal and Twitter API integration
 and personal projects. I love seeing the creative projects developers build
 or integrate with the API and look forward to meeting many of you at Chirp.

 TwitterOAuth [3] the first PHP library to support OAuth is built and
 maintained by me, and will hopefully see a new release soon. I also built a
 fun Chrome extension [4] that integrates common friends and followers into
 Twitter profiles.

 The feature I would most like added to the API is a conversation method to
 get replies to a specific status.

 So. Who are you, what do you do, what have you built, and what feature do
 you most want to see added?

 @Abraham

 [1]http://groups.google.com/group/twitter-development-talk/browse_thread...
 [2]https://mail.google.com/mail/#inbox/12680cd0fa59011e
 [3]https://chrome.google.com/extensions/detail/npdjhmblakdjfnnajeomfbogo...
 [4]http://code.google.com/p/twitter-api/issues/detail?id=142

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Project | Out Loud |http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States


-- 
To unsubscribe, reply using remove me as the subject.


[twitter-dev] Re: What tools do you use?

2010-03-31 Thread Guille
Howdy!

I script calls with PHP's Curl library and also user command-line
(linux shell) curl command.

I've seen some proxies mentioned. The one of my choice is: BurpProxy
(@portswigger http://twitter.com/portswigger - http://portswigger.net/proxy/
)

I host my TwiPHPr library project at GitHub (@github http://
twitter.com/github - https://github.com/ )

I code using NetBeans (@netbeans http://twitter.com/netbeans -
http://netbeans.org/ )

Whenever I do web applications I develop them using Symfony Framework
(@symfony http://twitter.com/symfony - http://www.symfony-project.org/
)

On 30 ene, 21:55, Abraham Williams 4bra...@gmail.com wrote:
 Lets collect an awesome list of tools and applications we use to help
 develop with the Twitter API.

 I'll start the list with a couple that I use:

 Charles Proxy - @charlesproxy http://twitter.com/charlesproxy 
 -http://www.charlesproxy.com/
 Charles is an HTTP proxy / HTTP monitor / Reverse Proxy that enables a
 developer to view all of the HTTP and SSL / HTTPS traffic between their
 machine and the Internet. This includes requests, responses and the HTTP
 headers (which contain the cookies and caching information)

 Hurl - @hurlit http://twitter.com/hurlit -http://hurl.it/
 Hurl makes HTTP requests. Enter a URL, set some headers, view the response,
 then share it with others. Perfect for demoing and debugging APIs.
 Hurl is also open source -http://defunkt.github.com/hurl/

 TwitterOAuth PHP Library - @oauthlib http://twitter.com/oauthlib 
 -http://github.com/abraham/twitteroauth
 The first PHP Library to support OAuth for Twitter's REST API.
 MIT licensed.

 GitHub - @github http://twitter.com/github -https://github.com/
 GitHub is the easiest (and prettiest) way to participate in that
 collaboration: fork projects, send pull requests, monitor development, all
 with ease.

 What tools do you use while developing with the Twitter API?

 --
 Abraham Williams | Community Advocate |http://abrah.am
 Project | Out Loud |http://outloud.labs.poseurtech.com
 This email is: [ ] shareable [x] ask first [ ] private.
 Sent from Seattle, WA, United States