auth icon indicating copy to clipboard operation
auth copied to clipboard

Instagram API login

Open jkohon opened this issue 6 years ago • 4 comments

Hi! any examples of configuration for instagram api login?

jkohon avatar Jan 16 '20 13:01 jkohon

Hey!

Pretty similar, example: https://github.com/SocialConnect/auth/blob/3.x/example/config.php.dist#L77

ovr avatar Jan 16 '20 13:01 ovr

Tried that out. No setting scope and fields. Getting provider failure response. Using this plugin whit extended plug in : https://github.com/ADmad/cakephp-social-auth/

jkohon avatar Jan 16 '20 13:01 jkohon

So I've tested 1.x/3.x branch and Instagram works on my local machine

Take a look at provider response, this should return error message Maybe wrong configuration...

BTW:

cakephp-social-auth - use a legacy branch, i drop support for it

@ADmad is there any chance that you will migrate to 3.x branch?

Thanks

ovr avatar Jan 24 '20 11:01 ovr

@ovr The new CakePHP 4 compatible branch of my plugin does use socialconnect/auth v3 https://github.com/ADmad/cakephp-social-auth/blob/cake-4.x/composer.json#L7

ADmad avatar Jan 24 '20 13:01 ADmad