issue during implementing twitter API.
when i send a request using
http://twitter.com/statuses/friends_timeline.xml
i got a message
Basic authentication is not supported
Can anyone provide me some sample examples of implementing twitter api.?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
twitter no more supports
basic authentication, you’ll have to implementOAuth authenticationin order to retrievesecuredata from twitter.here is an article to help you getting started with twitter OAuth in
C#andiPhonerespectivelyhttp://www.voiceoftech.com/swhitley/?p=681
https://github.com/bengottlieb/Twitter-OAuth-iPhone