am working on a PHP site(CodeIgniter) which uses HybridAuth to support social login.now I must use proxy server to send requests to providers(facebook,google..). where should i configure proxy server details in hybridauth?
Asked
Active
Viewed 145 times
1 Answers
0
Pretty sure Hybridauth use CURL sending request out. It should be achieveable by setup proxy with CURL before calling the hybridauth class. see this post to see how to setup proxy with CURL