-3

I search all over the net, read forums but yet found none. i found this but it didn't explain from first till end i think it skips some important parts.

no headers. what headers to be used?

http://dkdevelopment.net/what-im-doing/dropnet/

  • 3
    Are you sure? They have a GitHub repository of samples: https://github.com/dkarzon/DropNet/tree/master/DropNet.Samples. Also, a project using Dropnet is open-source: https://www.transifex.net/projects/p/7Pass/. And 7Pass's homepage is: http://7pass.wordpress.com/. I found this in the same article. – Jason Feb 24 '12 at 04:46
  • 1
    @Jason: you might want to add this as an answer, I think it's as good as it gets. – Andrew Savinykh Feb 24 '12 at 04:50
  • If you ask more specific questions on the connection process, people can better help you. There are quite a few questions regarding DropBox (but sadly not Dropnet): http://stackoverflow.com/questions/8424561/dropbox-api-user-token-user-secret. Your problems won't really be specific to Dropnet - it's just the weird lambda expressions and conceptual tokens you're having trouble with. – Jason Feb 24 '12 at 04:53
  • i read that also but no header?what header to be used? = – user1223206 Feb 24 '12 at 05:00
  • 1
    FYI, there's no such thing as "C#.NET". The language is named "C#". – John Saunders Feb 24 '12 at 05:02
  • sorry men still new to this ;( – user1223206 Feb 24 '12 at 05:06

1 Answers1

2

DropNet's Windows Phone 7 sample is in C#: https://github.com/dkarzon/DropNet/blob/master/DropNet.Samples/DropNet.Samples.WP7/MainPage.xaml.cs

Jason
  • 6,878
  • 5
  • 41
  • 55