[VB.NET] NF Authorization

Discussion in 'Code Snippets and Tutorials' started by tharoux, Dec 4, 2008.

  1. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    I had some problem using the code in the sticky link for the NF Authorization and some users asked me for help so here's the one I'm using. The complete solution is zipped and it even has the wrapper included ! :D

    Enjoy !
     

    Attached Files:

    Heya_old likes this.
  2. Belaarx

    Belaarx Level I

    Joined:
    Sep 23, 2008
    Messages:
    135
    Likes Received:
    16
    Location:
    San Diego
    Is that wrapper the same posted by cx323 on codex?
     
  3. Fexxel

    Fexxel Level IV

    Joined:
    Jan 28, 2009
    Messages:
    959
    Likes Received:
    26
    Thank you! I used it, and the Auth kinda works. The problem is that the wrapper- well, not so much. Is there a way to make those boxes show up on my program working? Thanks,
    Fexxel
     
  4. WEARD

    WEARD Level II

    Joined:
    Aug 13, 2009
    Messages:
    354
    Likes Received:
    1
    Dead Download Link
     
  5. Andromeda

    Andromeda Level I

    Joined:
    Aug 19, 2009
    Messages:
    44
    Likes Received:
    4
    Well it's not that hard to remake...

    Code (Text):
    1.  
    2. Dim wc as new webclient
    3. Dim str as string = wc.downloadstring("url lol")
    4. if instr(str, "unauthorized") then msgbox("Unauthorized")
    5.  
    Etc etc.
     
  6. Violent_J

    Violent_J Level I

    Joined:
    Oct 21, 2008
    Messages:
    41
    Likes Received:
    1
    The selected attachment does not exist anymore.
     
  7. tharoux

    tharoux Level IV

    Joined:
    Dec 30, 2006
    Messages:
    2,733
    Likes Received:
    126
    Location:
    In front of my PC, Montreal
    Fixed !
    Reuploaded the project.
     
  8. Phee

    Phee Moderator
    Staff Member

    Joined:
    Aug 18, 2007
    Messages:
    6,206
    Likes Received:
    101
    sticky? :)