cURL Cookies and Facebook
- by James Jeffery
I have a script that pulls information from a facebook page. Information that isn't available using opengraph but it's something my client has requested for their pages.
Anyway, is there any way to use the cookies from the browser in the cURL script?
At the moment when you run the script it asks you to log in. But I am already logged into Facebook at the moment and the script is still asking me to log in.
Is there any way to use the cookies from the browser?
Thanks