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.

cURL is a library and command-line tool for transferring data using several protocols such as HTTP, FTP and Telnet.

learn more… | top users | synonyms

0
votes
0answers
18 views

Follow links with curl/php after login

I have written a php script using curl to successfully login to facebook. What I am trying to do is then follow a link to an app on my facebook business page and download a report. I believe there ...
0
votes
2answers
19 views

OAuthException: This authorization code has been used

I have facebook application where I have used php CURL for authorization and to get access token and facebook user id. I have following code for allowing user access: function AlowUserAccess() { ...
0
votes
0answers
12 views

Facebook Ad Campaign Budget Update Fails

We are able to update ad campaign name using Facebook Ads API, but when we are trying to update any budget for the same campaign, we are getting "User request limit reached" error. What may be the ...
0
votes
1answer
29 views

get content from facebook url using php

How to get content from facebook url and extract facebook user id and access token. I have used CURL and it's returning empty content. $url = ...
0
votes
0answers
27 views

what is Review object in facebook graph API & how do I post it

I have implemented some of the facebook features using curl and facebook graph APIs as mentioned in the developer website. I am able to post and upload photos. During the course of adding other ...
0
votes
1answer
47 views

Using Curl with Cookie able to log into twitter etc but not facebook wordpress etc?

I'm using cUrl with cookies and user agents to log into several websites and fetch information. It's very convenient but it doesn't work for some websites. And I'm very curious about why. For example, ...
0
votes
2answers
47 views

how to transfer the curl command to http post request

I am using facebook object api to upload images to facebook staging service. api document is here http://developers.facebook.com/docs/opengraph/using-object-api/ in the doucement, it uses curl to ...
0
votes
0answers
113 views

Uncaught CurlException: 35: Unknown SSL protocol error in connection to graph.facebook.com:443

I keep getting this error, and it seems like it has appeared out of nowhere. I've been working at my project for some weeks, and this didn't show up until now. When I try to run my app on localhost, ...
1
vote
2answers
51 views

Scrape facebook fan page

I'm trying to scrape a facebook fanpage using curl in php but it just give's me a blank page. here is my code. function curlFunction($source_url){ $ch = curl_init(); $userAgent = 'Mozilla/5.0 ...
1
vote
0answers
216 views

graph.facebook.com/me?access_token=<token> returns “Cannot call API on behalf of this user”

Receiving an OAuthException when: curl https://graph.facebook.com/me?access_token= but only when I curl from my AWS-based web server. If I run the exact same command from my local machine, it ...
0
votes
1answer
27 views

Removing dead facebok api tokens

I am trying to find a way to automatically validate multiple facebook access tokens at once. I am storing user access tokens into a txt file and (as expected) after some time some of the tokens will ...
0
votes
0answers
62 views

Curl and Facebook album dosn't work

I have this code, but dosn't work and i can't understand why I tried different page id but all give me back THERE HAS BEEN AN ERROR: pageId invalid the strange thing is that it stopped working a few ...
0
votes
0answers
32 views

Facebook CurlException 3 No URL set

I am getting FacebookApiException Object ( [result:protected] => Array ( [error_code] => 3 [error] => Array ( [message] => No URL set! ...
0
votes
1answer
50 views

is there a legal & valid for facebook login using curl or some none browser (login popup) approach?

I am trying to make facebook application; But, my system will not have a browser support; And in order to write and use fb APP, getting access token the first thing that my app has to do is ask user ...
0
votes
1answer
50 views

Facebook Graph: Possible to upload photo to /user/account/album? If so, how?

I'm attempting to set up an app for a small set of known users, all of whom have a sub "page", "account" or whatever the terminology du jour is. The main goal of the app is to publish photos to these ...
0
votes
0answers
39 views

Facebook albums request failure

I have some Facebook graph API integration on a website. Everything has been working fine for a couple of months until now. Basically, I perform curl requests in PHP to obtain albums. PHP aside, ...
0
votes
0answers
60 views

Sending Facebook Friend list to server

I have to send my Facebook friend list from my Cocos2d-x game to my php server. Currently how I'm doing this is sending it through my url. I append 50 friend id's at a time to my url and use the curl ...
0
votes
0answers
59 views

Latest Post Facebook page integration to website

<?php function fetchUrl($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER, 1); curl_setopt($ch, CURLOPT_TIMEOUT, 20); $feedData = ...
1
vote
1answer
16 views

Facebook running on heroku and Curl Options

I am developing a facebook app running on heroku and i need to change the CURLOPT_CONNECTTIMEOUT in the base_facebook.php file. I can not change the CURLOPT_CONNECTTIMEOUT value (default set to 10) ...
0
votes
1answer
79 views

CURL URL Invalid

I have a problem in my application, is showing the following message Warning: curl_setopt () [function.curl-setopt]: Invalid curl configuration option in / ...
0
votes
0answers
35 views

PHP CURL link url issue

Hi I'm investigating certain URL's not posting to facebook. Using PHP and cURL when adding a certain URL link string to the array the post will fail. I'm not sure if there is some kind of ...
0
votes
2answers
37 views

Posting using Curl and php link error

I'm having issues posting to facebook using php & cURL I have posted my code to pastebin http://pastebin.com/pQdXq0Pi The link is the issue. If I use the google shortened url the post doesn't ...
1
vote
2answers
190 views

Facebook needs the CURL extension

I'm trying to run my facebook php application on my apache server, on a new machine with Windows 64bit. As mentioned in the title, the error given is Facebook needs the CURL PHP extension. I have ...
0
votes
1answer
77 views

Error using json decode and curl to get or display data from facebook

<?php function curl($url){ $ch = curl_init(); curl_setopt($ch, CURLOPT_URL, $url); curl_setopt($ch, CURLOPT_RETURNTRANSFER,1); $data = curl_exec($ch); curl_close($ch); ...
0
votes
2answers
62 views

cURL issue with php

When i am tryin to manualy fetch a php page by passing URL, an exception is appearing which says javax.servlet.ServletException: java.lang.RuntimeException: PHP Fatal error: Uncaught exception ...
6
votes
1answer
257 views

Facebook curl like post request using open graph

I want to create the like button in my iOS app by using curl -X POST \ -F 'access_token=USER_ACCESS_TOKEN' \ -F 'object=OG_OBJECT_URL' \ https://graph.facebook.com/[User FB ID]/og .likes ...
2
votes
0answers
92 views

Uncaught CURLEXCEPTION in facebook login - php sdk

Sometimes, especially, when I am not logged in Facebook, an error shows in my login page with the code pasted from the php-sdk. You can see the output at http://jnfp.tk/login.php. When I refresh the ...
0
votes
1answer
31 views

Issue with hyperlinks when pulling Facebook post into web page

I'm using the following script to pull the latest post from my Facebook page. It does this as expected, however, if the Facebook post contains a hyperlink, the link becames garbled & no longer ...
0
votes
0answers
49 views

facebook oauth getcode csrf https session not working

I have a site that is an https site with an nginx proxy in front of apache. I am having problems collecting profile information after a user has authenticated through the oauth dialog. This is the ...
0
votes
0answers
111 views

Facebook Post over curl on Group wall (i´m the Admin) per Cronjob

I've tried out many tutorials but so far had no success. I want to post in my group. So I have created a group and am an administrator there. Now I want when someone logs on one of my websites here ...
0
votes
0answers
61 views

Reading content in PHP from facebook url

I want to get content from the following URL: https://graph.facebook.com/[id]?access_token=[token] When I type the url in brower, the result is displayed. However when i try to get result in php ...
-1
votes
1answer
48 views

Retrieving facebook order details

How can I get order details on facebook. When I send GET https://graph.facebook.com/[order_id] following error is displayed: { "error": { "message": "An access token is required to request this ...
0
votes
1answer
277 views

PHP Facebook graph API search cURL - no results

I've got a problem with the facebook graph API. I'm trying to do a search through the posts on facebook filtered on a keyword, but I can't seem to fetch the results. When I copy my url in a browser, ...
-1
votes
1answer
181 views

Facebook POST HTTP curl in PHP

Teaching myself some Facebook feed posting via PHP and I'm trying to figure out how I would execute this curl HTTP POST via the the PHP curl command, any suggestions? curl -X POST \ -F ...
0
votes
0answers
106 views

Stuck at PHP loop statement

I am developing a facebook application that updates users statuses automatically through the code below. I have about 52 k users in my database. The issue is when i run this code. It's taking too much ...
0
votes
1answer
158 views

Connect Fb through curl in php

i need to get user feeds from Facebook using curl , i have send request through curl and got Facebook returned HTTP Error Code: 404 error, follow is my code to connect facebook through curl ...
-2
votes
2answers
285 views

how to use cURL in facebook graph api request

I am getting the information to facebook graph api using file_get_contents() but sometimes I am receiving an error. I found out that cURL must be used instead of file_get_contents(). The problem ...
0
votes
0answers
230 views

Fatal error: Uncaught CurlException: 26: couldn't open file “” thrown in

<?php ob_start(); include("/home/coversco/public_html/include/config.php"); ini_set('display_errors', 1); error_reporting(E_ALL); require 'src/facebook.php'; $facebook = new Facebook(array( ...
0
votes
1answer
410 views

Uncaught CurlException: 77 : error setting certificate verify locations

I keep getting this same error. I just installed the SSL and no luck. I have checked out all the other posts but none of the solutions seemed to work for me. Does anyone know what should I be doing ...
0
votes
0answers
63 views

Posting to walls of FB webpage likers with Curl (open graph page)

I am trying to use these command lines below for posting to all 30,000+ likers of my website, however there is a error message shown, why? curl -k -F grant_type=client_credentials -F client_id=7xxxx ...
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 ...
0
votes
1answer
133 views

Scrape new page using opengraph and curl

I am developing a website in which i have created a blog, on that blog people can comment via their facebook. Now i noticed that whenever i create a new blog, the comments plugin shows a warning "url ...
0
votes
1answer
366 views

php can't load CURL in Windows 7 64-bit

So I've tried every solution I can find online and nothing seems to be working. I'm trying to get my first Facebook app off the ground. I'm running Apache 2.4. I installed PHP 5.4.11 manually to ...
0
votes
1answer
57 views

Posting a like via app on facebook only returns true and does nothing

I was trying to get the feeds of friends' fan pages with a cURL and to post a like via app. The cURL GET works fine, but when it comes to liking the object (that has for sure likes enabled because ...
0
votes
1answer
121 views

get file path from url in php?

I am using php sdk for uploading images to facebook album.For this I need to give real path of Images.Incase of my server I can give real path of the image and upload to facebook is working fine. But ...
0
votes
0answers
293 views

OAuthException: Invalid OAuth access token signature

When i type this url direct into browser i get the post sent to user feed wall https://graph.facebook.com/xx facebook uid xx/feed?access_token=xx app access token ...
0
votes
0answers
132 views

php facebook curl

iam having a weird problem , i have built an application on facebook using php , it stores the users id all permissions are ok to post to users wall while they are offline the following code works ...
1
vote
1answer
270 views

Curl SSL & Connection Timeout Intermittently in Facebook Graph API

i think my problem is totally different than rest questions on Stackoverflow. I searched and googled everywhere but dint find accurate solution or reason for it. Hope i get some information over here. ...
-2
votes
2answers
445 views

uploaded photo post to facebook album [closed]

when below form submitted the form action is set to $graph_url in my case when the album name, description, image database insertion operation completed after below code is executed i don't know how ...
-2
votes
1answer
63 views

php json decode curl_exec result of shared link on facebook

I use curl php to share link on facebook all is fine and I'VE got this result { "id": "the_link_id" }. I tried to got the id with: $result = curl_exec($ch); $json = json_decode($result); $post_id = ...

1 2 3 4 5 6