"The Python" - Apr. 5. 2011
2011. 4. 5.
I read the "Head First Programming". This book is very easy in python. I had coding my program that search and getting the webpage for twitter. This program is very easy but twitter's Authorization is not easy. Twitter's authenticating using OAuth that not used password and userid the first thing I have to do is register a application. I recived the consumer key and consumer seccret. I recived a..