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.
"Call" may refer to originating a conversation by telephone, or may refer to executing a subroutine in code.
0
votes
0answers
10 views
No documentation about AppSecret Proof for Server API calls ?
If I enable the option giving in "Advanced Settings" is gives me "BAD Request or error code 400"
If I enable this option, what is the required value of AppSecret_Proof parameter?
1
vote
0answers
19 views
DataLayerException in a api call
In my logs I have one Facebook API exception and I don't find any information about it. Anybody knows this?
The Exception is:
[error] => Array
(
[message] ...
0
votes
0answers
71 views
How to make a call through facebook on Android?
I'm doing a Android app that use Facebook account to login. I can chat user-to-user through Facebook by Asmack library, but I don't have any idea for a call. I searched on the internet but seem I'm ...
2
votes
0answers
56 views
Api errors on facebook insights
I have a lot of errors in my App when I go to developer block on Facebook Insights.
The problem is that I don't know which method is that produce the error.
The method is 'GET objectcomment'. Someone ...
0
votes
1answer
141 views
Conflicting limits about maximum number of calls to Facebook API?
On https://developers.facebook.com/policy/#features they say an app has an upper limit of 100M calls per day.
However, the error code:
613 - FQL_EC_RATE_LIMIT_EXCEEDED - Calls to stream have exceeded ...
0
votes
1answer
81 views
Facebook API: is a time interval between calls needed?
I need my app to continuously call the Facebook API.
Should I set an interval between each call or just make sure it doesn't make more calls than what the developers declared a single app can do and ...
0
votes
1answer
72 views
api call only delivers “1” instead of user data
if i use this peace of code:
$facebook = new Facebook(array(
'appId' => APP_ID,
'secret' => APP_SECRET,
'cookie' => true,
));
?>
<html>
<head></head>
...
1
vote
1answer
345 views
Facebook Subscribe Call Back
Facebook subscribe didn't call back. How callback successful?
<script> window.fbAsyncInit = function() {
FB.init({status: true, cookie: true, xfbml: true}); var user= "<?
echo ...