Frage

I'm using Zend Framework 2. I need each user to be able to associate their social account(s) (Facebook,Twitter,...). Each user has an account on my website using ZfcUser module and I would like to associate their social accounts.

Do you know some libs or packages to integrate that functionality? Or any suggestions?

Thanks a lot

War es hilfreich?

Lösung

Thanks I have found the solution (using your link @Ocramius) ! Just create a link using this code :

<?php echo $this->url("scn-social-auth-user/add-provider/provider",array('provider'=>'twitter')); ?>

It works !

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top