Hi,
I cannot know how to deal with cookies.
I made an simple project : cleared cookies, login into my FB account , posting something and after some repetition FB banned my account. So it was wrong.
After that i followed the advices from lokiys user ( thank you! ) :
1) Installed cokies quick manager in my mozilla browser
2) selected the FB cookies in the addon and exported them as file: cookies.JSON
3) i renamed cookies.JSON in cookies.txt ( it was wrong that step ?)
3) in my project i created own C# with code: instance.LoadCookie("C:\\............\\cookies.txt");
BUT when i run the project and open the fb log in page i always have up in the page the cookies message :
To help personalize content, ........................ Facebook through cookies. Learn more, including about available controls: Cookies Policy.
So my cookies was not loaded. I am afraid to test the project because as i said, the previous account was banned after some loop tests , i think becasue FB idedntified an browser automatisation.
Please any advice from you ..
Thank you
I cannot know how to deal with cookies.
I made an simple project : cleared cookies, login into my FB account , posting something and after some repetition FB banned my account. So it was wrong.
After that i followed the advices from lokiys user ( thank you! ) :
1) Installed cokies quick manager in my mozilla browser
2) selected the FB cookies in the addon and exported them as file: cookies.JSON
3) i renamed cookies.JSON in cookies.txt ( it was wrong that step ?)
3) in my project i created own C# with code: instance.LoadCookie("C:\\............\\cookies.txt");
BUT when i run the project and open the fb log in page i always have up in the page the cookies message :
To help personalize content, ........................ Facebook through cookies. Learn more, including about available controls: Cookies Policy.
So my cookies was not loaded. I am afraid to test the project because as i said, the previous account was banned after some loop tests , i think becasue FB idedntified an browser automatisation.
Please any advice from you ..
Thank you