Advertisement
Guest User

EA app integration with GOG Galaxy 2.0

a guest
Mar 6th, 2025
353
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.46 KB | Gaming | 0 0
  1. AUTH_PARAMS = {
  2.     "window_title": "Login to EA Play",
  3.     "window_width": 495 if is_windows() else 480,
  4.     "window_height": 746 if is_windows() else 708,
  5.     "start_uri": "https://accounts.ea.com/connect/auth"
  6.                  "?response_type=code&client_id=EADOTCOM-WEB-SERVER&display=junoWeb/login"
  7.                  "&locale=en_US&release_type=prod"
  8.                  "&redirect_uri=https://www.ea.com/ea-play",
  9.     "end_uri_regex": r"^https://www.ea.com/.*"
  10. }
Tags: Galaxy origin ea
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement