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.
libcurl is a multiprotocol file transfer library
0
votes
1answer
63 views
“via my application” isn't shown on most cell phones when my app posts to facebook
We have an app on Facebook. It posts quotes hourly on behalf of users even when they are offline. But when php script runs to post to users timeline i am actually facing 2 serious problems.Firstly and ...
1
vote
0answers
659 views
Getting “message”: “(#324) Requires upload file” when I try to upload a picture using libcurl
I want to upload a local picture file to facebook.
I use c++ so I can't use any SDK provided by facebook.
I'm using libcurl. I can post plain text to feed but can't upload picture.
Some code below:
...
1
vote
1answer
184 views
Why does curl failures finding the ssl certificate work intermittently?
I think I have now a good grasp of why you need to either have the ssl certificate bundle when pulling content from a https api like facebook. But my question is: Why does this work sometimes even ...
1
vote
2answers
255 views
facebook graph API using libcurl/other libraries
Is there any library using C++ or libcurl implementing Facebook graph API?
1
vote
0answers
852 views
Facebook Open Graph action posting to News Feed, but Aggregation/Timeline NOT updating anymore
At around 1pm EST, I was performing final tests on methods utilizing the Open Graph, when the timeline aggregation and individual stories stopped updating.
I could continue to add open graph actions ...
-1
votes
1answer
2k views
Getting the access token for facebook using curl on a linux server
I'm having a problem trying to use cURL to get the access token from Facebook on my Linux server. On my Windows machine everything works fine when I'm running PHP under XAMPP, but not in Linux.
I ...