My telegram website log in widget stopped working. How to set third-party cookie for the recently updated browsers? - telegram-bot

I integrated telegram login widget for my website several months ago.
It worked like a charm.
But it stopped working today.
enter image description here
IMO, the reason is that my Chrome browser has been updated recently, and banned third-party cookies.
Even telegram community has no solution for this yet.
Anyone can help?
Thanks in advance

Telegram responded so quickly to the changes of modern browsers' updates.
They implemented overcoming third-party cookies for telegram login widget.
For more information, you can refer this.
Is it possible to disable third-party cookies while on my site on behalf of users?

Related

Login through Google SSO using automated browser

I am trying to automate login to my app which uses among others, google sso authentication.
However login form return error "This browser or app may not be secure.". I set my google account options to allow less secure apps but still nothing.
I browsed few topics:
GMail is blocking login via Automation (Selenium)
Selenium Google Login Block
Automation Google login with python and selenium shows ""This browser or app may be not secure""
And it seems that google is blocking this way at all in favor of oauth.
People write in these topics that solutions stopped working recently
So is it currently possible, to set ChromeDriver somehow using capabalities, to be able to login through SSO?. I need a simple solution, that will run headless with other scripts on cloud (not something that would require me to manually login first on another instance as one anwser suggests).
If its not possible or extremly complicated please tell me I will not waste time on it.
If you want to use chrome capabilities, what you can do is set the user-data-dir to a chrome profile that has already been signed in using SSO.
You should look up how to reuse chrome profiles with selenium.
If your accounts have 2 steps verifications, google believe it's safer and allows you to get login. Then the issue will be how to handle the 2 steps verifications. Working on that :/

Instagram API Register New Client Not Showing Captcha

So I'm trying to register a new client on the instagram API. I have a business account and have done the proper steps prior to this. Everytime I fill out the "Register New Client ID" form and submit it, I get an error "The captcha solution was not correct. Please try again." But no there is no captcha for me to fill out!! Looking at the console errors it says the CSP page setting's are blocking this source https://www.google.com/recaptcha/api.js. I'm gonna take a wild guess and say that has the captcha I need that's not appearing..lol.
Anyway, I've disabled all my content blocking settings and JS is enabled on firefox (oh I'm using firefox developer edition btw) and no change. I've also tried this in chrome and safari, no change. I don't have this issue with other sites that use captchas.
Anyone have any idea what's going on?
'preciate it!
Had the same issue here on Google Chrome. Used IE11 (version 11.345.17134.0 to be exact), and captcha displayed instantly. I've successfully registered a new client
I suggest to wait until Instagram team realizes to upgrade their whatever scripts & parameters.
I found myself in the same scenario:
I'm logged on Instagram
I land to instagram.com/developer/clients/register/ over Google Chrome 70.0.3538.102 (no extensions)
No captcha. And I get the following from the console:
ps: I tried figuring out how to submit this specific report, but after several searches I find myself loosing too much time... to make them aware.

How to persist login cookie on Facebook's browser

Here is my issue.
The site I am responsible for gets millions of page few per month, many from social media apps.
We are seeing an increased trend in customer service complaints along the lines of "I need to login every time I visit your site".
After some detective work, it seems that this problem is occurring mainly for people visiting from social media apps.
So it looks like this:
Someone logs in on their native browser.
Sometime later they visit the site again via a link on Facebook.
They are asked to log in again... frustration ensues.
Has anyone encountered anything like this and is there a way to share native browser cookies with social media apps? We can't be the first to have this issue.

How should I store login details with appcelerator?

I have built a website that uses Facebook, Google, Yahoo, Twitter and standard email/password for account signup. It all works fine on the web but my client wants to make the website an app. I've been experimenting with using webviews with appcelerator and it looks like it will work well. The problem is the websites session will expire after 30 minutes or so. The client wants to be able to stay logged in and prevent the users from having to re-loging in all the time.
I'm thinking I need to store the login details and automatically re-login when the session has expired. Would this be the best way to handle this?
I think this is solved. I've going to use asiviero's suggestion.

Scripting a Persona Login

I want to try and scrape data from the Mozilla Marketplace so that I can have a daily email of downloads and installs that are reported there.
This is all fine and I have done this is many other place simulating HTTP Post for a "normal" login form.
However, can something similar be done with Persona via code to login programmatically?
A few of the tools and work-arounds are mentioned in this thread: https://groups.google.com/d/topic/mozilla.dev.identity/BkvU9FJQ5Uw/discussion
Feel free to ask for more information there.