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 tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
34 views

Android: Facebook SDK 3.0 - FriendPickerFragment setChecked

I'm trying to restore the selected checked friends in a FriendPickerDialog, I tried this before showing fragment but it doesn't help : Bundle args = new Bundle(); ...
4
votes
2answers
166 views

Mark selected user as checked in FriendPicker (Facebook SDK for Android)

I've done the tutorials for the Facebook SDK for Android (Especially the "Show Friends"-tutorial). How can I mark the selected users which i've selected before at the PickerActivity when i click on ...
1
vote
1answer
138 views

Using FBFriendPickerViewController with Parse framework

I'm trying to build a facebook friend selector. At the moment I'm using the Parse framework for logging into my app using my Fb account. Do you know if it's possible to use the FacebookSDK's ...