Closed MattiaPrimavera closed 1 year ago
Are you logged in?
Probably not. His point likely is that we should amend client ID and secret to the API calls if we're not logged in ... I'm not sure whether I'm a fan of that :-/
Well that could help testing the app without login if not needed ... the real problem here is I get redirected to the browser github authorization page, but the green button to authorize Octodroid_dev access to my account is disabled ... Sorry for the question, but should I need special rights for it ?
Did you register application correctly as described in readme?
apparently the issue is occurring within the emulator only :S, works on real device ...
@MattiaPrimavera I had the same issue and it's a problem with the webview. Download firefox and it'll work fine. (Note: firefox klar will not work since it renders the page with the system webview)
On the oauth page, the green button is enabled only if you have read all things that the app will have access to. But the categories can't be expanded, because webview has a bug. I havent got firefox installed, so here's my solution:
A notification should be added to this app that informs the user about the webiew bug, and gives him possible solutions.
To get a higher rate limit for unauthenticated requests, nowadays the client ID and client secret need to be passed via basic authentication header (and not via query parameters anymore). Since that doesn't seem to be an insecure way to send those credentials, would you accept a PR to implement it @maniac103?
Sure, it's not exactly secure, but not any more than using query parameters.
I get the following often pretty soon when developing ...
The documentation reports the following:
Did i miss anything ?