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.
An error that causes a program to abort, regardless of the programming language.
-1
votes
1answer
205 views
Continue the loop if a Fatal Error is found in a Facebook publish stream script
I have the following PHP code:
require 'facebook.php';
$facebook = new Facebook(array(
'appId' => 'XXXX',
'secret' => 'XXXX',
));
$ids = array('1234','5678','1348','1476');
foreach ($ids ...
1
vote
1answer
2k views
Facebook. Fatal error: Uncaught OAuthException: An active access token must be used to query information about the current user
with my app's administrator acount on facebook my app work normally, but with other account I get error: Fatal error: Uncaught OAuthException: An active access token must be used to query information ...
0
votes
3answers
140 views
Redirect to Index page when Facebook PHP SDK Access Token is Expired
I'm working on a site that uses the Facebook PHP SDK. It is working great, and after 2 hours, whenever I try to get onto one of the general pages on the site, I get...
Fatal error: Uncaught ...
1
vote
2answers
171 views
Facebook PHP SDK fatal error occures Facebook:: throwAPIException
try {
$return = $facebook->api("/" . $userFromDB["username"] . "/feed",
"post", array(
message => "",
picture => ...
0
votes
0answers
377 views
Fatal error: Uncaught OAuthException: (#5) Unauthorized source IP address thrown in (PHP SDK)
I have a problem with all of my apps, hosted on my server. Im getting this message on all of them:
Fatal error: Uncaught OAuthException: (#5) Unauthorized source IP
address thrown in
I am ...
2
votes
3answers
2k views
Fatal error: Uncaught CurlException: 26: failed creating formpost data thrown
I get the following error:
Fatal error: Uncaught CurlException: 26: failed creating formpost data thrown in /home/u801961841/public_html/inc/lib/base_facebook.php on line 814
This is the code I ...
0
votes
1answer
711 views
PHP Fatal error: Call to a member function error when logging in to Facebook
I've been working on this for 5 hours now, looking up every single stackoverflow and google search item I know but I couldn't get this solved. I was wondering if I could turn to you guys for help.
...
-1
votes
2answers
185 views
Facebook php :How To Skip an Warning
I wrote a facebook php program to post in 10 friends wall.But If some friends does not allow others to post in their wall i get the following error
Fatal error: Uncaught OAuthException: (#210) User ...