How I can login with facebook and twitter but without curl extension? I need to login with facebook and twitter in a cloud system, so I need that without curl extension.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
Is it just curl not installed or is it your PHP configuration not allowing outgoing connections? It's worth checking that first. You can also use sockets instead of curl, which are more low-level, but will allow you to achieve what you want. |
|||
|
|