flann
Regular Member
- Jan 19, 2008
- 208
- 34
I'm almost 2 months learning and building in VB. I know how to use the webbrowser control and make some tools with it. Now i need to switch over to httpwebrequest because of some things like multi-treading and so on. My problem is i can't find any tutorial or example how to use tokens. A simple login is not working without the specific tokens from the website i want to do my shit.
Someone know a good tut or example where i can start? Maybe it is just 1 line of code but i can't get it to work.
Is this something i can use?
Someone know a good tut or example where i can start? Maybe it is just 1 line of code but i can't get it to work.
Is this something i can use?
Code:
Public Shared Sub AuthorizeRequest ( _
request As HttpWebRequest, _
accessToken As String _
)