oauth2-extensions icon indicating copy to clipboard operation
oauth2-extensions copied to clipboard

GitHub registration

Open sirkitree opened this issue 12 years ago • 2 comments

I'm developing a chrome extension for GitHub and wondering what values I should use on the registration page for Main URL and Callback URL. Since it's an extension it really has no URLs, so... is that what the values in the table are for? :confused:

sirkitree avatar Jan 27 '13 23:01 sirkitree

Tried this out and when I gave access to the app, it redirected to https://github.com/login/oauth/access_token?error=redirect_uri_mismatch which was the GitHub 404 page.

sirkitree avatar Jan 28 '13 03:01 sirkitree

Main doesn't matter. The callback is the robots.txt url the examples/docs/something in here provides you with (I don't remember which).

ProLoser avatar Nov 18 '13 08:11 ProLoser