Hi guys
I am new at JavaFX and now I need some of your help
I made an application and now I need to link my/our instagram profiles for the credits.
I used following code to load the profiles into the webview:
webview.getEngine().load("https://www.instagram.com/username");
Problem 1:
The problem now is, that when the webview loads the instagram page there is a window where I need to accept the cookies, what doesn't work
Problem 2:
The second question is how to load the instagram page without logging in to my insta profile so that everybody can see it without creating any account.
Thank's for every help!