Adding a query parameter to the Instagram auth redirect_uri doesn't work?
问题 Steps to reproduce Register a redirect_uri in the client: http://example.com/publisher/auth Direct a user to the /oauth/authorize endpoint with the redirect_uri including a query parameter: https://api.instagram.com/oauth/authorize/?client_id=xxx&redirect_uri=http%3A%2F%2Fexample.com%2Fpublisher%2Fauth%3FinviteId%3D00001000-cf33-11e4-9f26-8789dd0b3e01&response_type=code&scope=basic&type=web_server For reference, those query parameters are: client_id=xxx redirect_uri=http%3A%2F%2Fexample.com