i have online tool that works with users based on oauth 2.0. I have access to their Google Analytics, etc.
The only one that i can't access is PageSpeed API because i don't know and can't find scope URL of this service.
For Google Analytics, for example, i use https://www.googleapis.com/auth/analytics.readonly scope etc. But it seems like PageSpeed api does'nt have any scope and is accessible only with user API key. But in that case i can't offer to my users Pagespeed insights for their pages (because one API key has only 50 000 queries/day).
I did'nt find even in Oauth playground on: https://developers.google.com/oauthplayground/
Can you please help me how to solve this problem if i don't wanna press users to Google Developer Console?
Thank you!