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.
The timeout term refers to a predefined period of time allowed to elapse before an event is to occur. Timeout may also refer to an event that takes place after a specified period of time elapses.
1
vote
0answers
148 views
iOS SDK 3.2 Cancel Request or Timeout
I'm using the latest FB 3.2 SDK on iOS 6 and testing in the simulator right now.
I have found that I can post a photo to a user's wall fine first time app is run. I can repeat the post again, ONCE. ...
0
votes
0answers
53 views
Facebook-PHP-SDK Timeout Error
I have a facebook app that does various things with Facebook. Everything usually works fine, but today I tried it and it times out at this line:
$facebook = new Facebook(array(
'appId' => ...
3
votes
2answers
2k views
OpenSSL 1.0.1 handshake workaround in Ubuntu? [closed]
I've encountered a serious bug in OpenSSL 1.0.1 on Ubuntu 12.04:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=665452
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666051 <- dated Oct 3 ...
0
votes
0answers
134 views
FQL call to get friends photos with location timing out
I have the following FQL query to get any photos with location information attached from Facebook friends.
SELECT
object_id, owner, album_object_id, place_id, src_big, src_small, caption
FROM ...
3
votes
1answer
220 views
Heroku PHP hosting timeout
I am currently hosting a research project on Heroku using PHP and the Facebook API. It is somewhat intensive, so it is running past Heroku's time limit of 30 seconds for a response. Using their ...
0
votes
0answers
177 views
Why does Facebook frequently timeout in iOS SDK?
An app for iOS that I'm developing has some serious Facebook issues.
Perhaps it's an older SDK, and newer ones reference faster/more reliable Facebook web addresses, I dont know.
This is the ...
0
votes
0answers
108 views
Failure to hit endpoint with dojo.xhrPost on Safari
I am trying to hit a drupal endpoint from Javascript inside my Facebook app with the following code:
dojo.xhrPost({
url: "?q=new_inflatable_icon",
content: {
name: saveData.name,
...
0
votes
0answers
402 views
How to fix the fql Uncaught CurlException: 28: Operation timed out fatal error?
I am using the latest Facebook php sdk, 3.1.1 and I want to fetch top 10 books, movies related data from page.
I have been quering via FQL to get page results but I am getting
PHP Fatal error: ...
0
votes
0answers
258 views
Android How to set timeout when authorize Facebook?
I have some code to connect facebook:
facebook.authorize(((Activity) ctx).getParent(), new String[] {},
requestCode, new DialogListener() {}
Usually it works fine. But sometimes I ...
1
vote
1answer
536 views
Share Cache Timeout
How long is the timeout for facebook share cache. I edited all of my pages and changes must be reflected.
If timeout is unlimited, i have to debug all pages via curl etc.
Thanks.
1
vote
1answer
1k views
Load Facebook Like Box after page content finished loading
I'm trying to delay the Facebook Like Box from loading before the page content has been loaded in. I'm attempting to achieve this via AJAX but have so far had mixed results. What I did was take the ...
0
votes
1answer
60 views
Requests (as simple as Grap API /me) too often result in exception, what is the best practice to deal with this?
We've built an app using Facebook PHP SDK. Quite often (too often to count it negligible) requests result in exception (obviously timeout). What is the best way to deal with this? Are there any ...
1
vote
1answer
212 views
XMPP chat api timeout
Im trying to do a web-based facebook chat via php, i read the docs and find a good sample to start.
I'm using the x-facebook-platform authentication method.
I can log in and send messages thanks to ...
1
vote
1answer
593 views
Facebook API timeouts
Like lots of people my apps are affected by timeouts from connect(), fql and other apis.
It started on Wednesday 16, 08:00 UTC+00.
It is still unresolved.
Any official comment on this problem ?
...
0
votes
2answers
289 views
Slow facebook API via Python on Google App Engine (GAE)
I am fetching data from my news stream to filter it. This takes Facebook sometimes more than 5 seconds. I hit the url_fetch() timeout of Google App Engine.
Now is there any way to work around this ...
-1
votes
1answer
113 views
Facebook FBJS - Show content after 5 sec
I have this javascript code and I want to convert it in FBJS, but I don't know how.
<html>
<head>
<script type="text/javascript">
function timeMsg()
{
var ...
0
votes
3answers
1k views
Facebook API couldn't connect to host and timeout errors
A few days ago I released a beta version of a game on Facebook.
Unfortunately, I'm not so lucky, and in the first most important days of the application when users first use it, they keep getting ...
1
vote
2answers
1k views
Fb SSO for iPhone application
I am building an iPhone app that uses Facebook login.
I recently changed it to SSO but its asking users to sign again after 8 hours. Is there a way to improve on timeout for Facebook SSO ?