I am developing a gtalk client. My server is hosted on amazon. My users access service on my server. my server sends requests (XMPP) to google.
Now, most of my users are facing issues related to Suspicious sign-in alerts.
How do I avoid this?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Don’t use your user’s username/password to authenticate. Instead, use OAuth 2.0:
https://developers.google.com/talk/jep_extensions/oauth
this should let Google understand that a legitimate application, not an interactive user (or scammer) is accessing the account.
Jay