Is there a way to pull my profile info (avatar, name, bio & site) from Twitter and show it on my website (like you can pull your last tweets and display them on your site)?
For as far as I understand the info in the API documentation, I need this: http://apiwiki.twitter.com/Twitter-REST-API-Method%3A-users%C2%A0show The thing is: I don't know how to transfer this info to my webpage...
I'd be willing to code something like this for you, if you were looking to turn this into a paid project. I've got a lot of experience with the Twitter API, and could easily help you get this done. PM me if you want to make it happen!
Just use curl the output will be in json format extract the info you need .. that's it it's pretty simple .