Hello, there is any way of accomplishing the follow task:
My project is hosted at google appengine I need to get the some user profile, but i dont want the current user to accept my application, there is nothing that i want in his account. I just need to authenticate the request to "http://api.twitter.com/1/ users/show.xml?screen_name=101010", but, the actor user, doesnt need to authorize my application into his twitter account. Cant i do that? Should i use a dummy twitter account for requesting that page?
