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.
Bundles are a group of resources.
0
votes
0answers
80 views
Android Facebook Request Error 100
i have an Android App which writes to a Facebook-Users Story-Line.
To look, if some friends have liked oder comment it, i have a BroadcastReceiver which checks it.
Few weeks ago, everything has ...
2
votes
1answer
129 views
Can only add one param to Bundle before facebook request
I am messing around with the facebook graph api for the first time and ran into an issue that doesn't to be happening to anyone else. If this is a duplicate, I apologize.
Bundle searchParams = new ...
2
votes
1answer
197 views
Apprequest DialogListener's return bundle array type
Hello everybody i'm trying to get the returned values from an apprequest invite so i did this;
public void onComplete(Bundle values) {
final int[] to = values.getIntArray("to");
int n = to.length
}
...
0
votes
1answer
800 views
Symfony2 FOSFacebookBundle use:
I have try a lot to integrate FOSFacebookBundle in my application, but can't get configure it. May be the gitHub instruction is a bit confusion or something else anyhow:
Where to study and know ...
1
vote
1answer
600 views
Android (Facebook API) - How do I force a call to onComplete(Bundle values)?
I have a facebook dialog in the screen in which I put a button on the top right of the page (next to the Facebook`s login page). What I want to do is, if the user hits that button, dismiss the ...
3
votes
3answers
5k views
ios bundle id questions to start first facebook app
I've been trying to learn how to do my first facebook app. The directions at developers.facebook.com/apps/407656052586647/summary?web_hosting=0 asks for my ios bundle id.
I've looked on this ...
9
votes
2answers
8k views
Creating my own bundle in xCode, for iPhone application
I am having some difficulty creating a bundle for my application, and placing files in the bundle.
For example, Facebook has developed a bundle for iPhone applications using their framework. In the ...