Project Description:
I have code to login to pinterest using webrequest and get response in vb.net 2010. However I get a 403 error. This is because Pinterest has 2 values that change on page refresh and I am using 2 calls. 1 to get the values and another to process the login. This does not work because the values I get change on the second call.
I have spent to much time on this and need the solution. I am sure it is simple and I am just overlooking it.
The values that change on page refresh are csrfmiddlewaretoken and _ch.
I just need working code that will log me into pinterest using webrequest so that I can see the logged in page with getresponse. If you have questions please let me know. This should be for vb.net 2010.