PDA

View Full Version : how to code using API?



srohit24
18th March 2009, 09:31
I want to contact a website, that has inbuilt API's.

What all should I learn before coding?

For example i need to use Twitter API and get the updates from my account, how can this be done??

thanks

faldzip
18th March 2009, 10:15
look here: http://http://apiwiki.twitter.com/FAQ

srohit24
18th March 2009, 13:10
I have seen the page, but it wasnt much use as i do not know the basics about API;s and coding it in Qt.

It would be of much help if someone can assist me

arturo182
18th March 2009, 15:29
There are links to some libraries on that page, there's a library written in C++ that uses Qt, check out the code:
http://code.google.com/p/twitlib/