How to make a request for uploading a file to facebook using graph api in curl
I am making this request but getting Error:
curl https://graph.facebook.com/<id>/photos -F "source=@me.jpg" -d "message=Me" -v
ERR:
Only One Http Request can be Selected