i know if there way specify user credetianls when calling delicious api bundle tags. using following url c#.
string delapi = "https://api.del.icio.us/v1/tags/bundles/all?";
however, when call url ask me credentials. if put same url in browser same. there, after write user nd password able se bundle tags have. but, how achieved same c# code?
an clue, comment, code usefull.
regards!
did try approach: http://www.dreamincode.net/forums/topic/152297-c%23-log-in-to-website-programmatically/ helpful