Ok solved the issue .net seems to have issues with the network creds

try this instead request.Headers.Add("Authorization", "Basic " +
Convert.ToBase64String(new
ASCIIEncoding().GetBytes("username:password")));



On Dec 23, 11:43 pm, Ninjamonk <[email protected]> wrote:
> this is what I am getting to using .net and I am blocked by this.
>
> On Dec 23, 11:35 pm, "Alex Payne" <[email protected]> wrote:
>
> > Are you sure that you're authorized to see the tweet in question?
>
> > On Tue, Dec 23, 2008 at 12:28, leebert <[email protected]> wrote:
>
> > > I'm developing a desktop Twitter client written in C#.
>
> > > I've found that I can successfully retrieve protected statuses for
> > > people I am following when requesting the friends timeline (http://
> > > twitter.com/statuses/friends_timeline.xml) but I cannot retrieve a
> > > given protected status in that list (http://twitter.com/statuses/show/
> > > id.xml).
>
> > > I get a "not authorized" error for the latter but not the former.
> > > However, I make both calls in the same manner using the same set of
> > > credentials.
>
> > >  Any suggestions?
>
> > > Thanks,
> > > Lee
>
> > --
> > Alex Payne - API Lead, Twitter, Inc.http://twitter.com/al3x

Reply via email to