oauth2-extensions
                                
                                 oauth2-extensions copied to clipboard
                                
                                    oauth2-extensions copied to clipboard
                            
                            
                            
                        GitHub registration
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:
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.
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).