i am new to OAuth
i want to know how to use "Twitter OAuth library from Abraham Wiliam" to get user's credential information.such as screen_name.
i am new to OAuth
i want to know how to use "Twitter OAuth library from Abraham Wiliam" to get user's credential information.such as screen_name.
You don't need to be authenticated to get public user information: you can just use simple web requests to http://api.twitter.com/1/users/show/StephenFry.xml etc. Documentation here.