Closed kife-design closed 7 months ago
We are using instagrambasic and instagram graph api in one project. They share the same code, and a custom parameter is passed to the redirect using the with() method.
In the instagram basic provider, the custom param is not passed because it doe not merge the code fields with the provided parameters. This pull request fixes that issue.
Align the getCodeFields method with the AbstractProvider.php where the CodeFields are merged with the external parameters.