Is there a person view manager that works with Facebook friends?

I am looking for an existing view controller, such as ABPeoplePickerNavigationController, which, instead of showing contacts from the address book, shows to Facebook users.

I created a custom picker before, but after Words with Friends did something like a people picker, it seems like a better solution ... but I don’t know if they created their picker from scratch and I can’t find what- then there.

+4
source share
2 answers

There are no open source libraries / frameworks that provide this functionality. You just need to roll on your own, maybe a cool idea to open it as well.

I see people using such a thing.

UPDATE After your new find, I see that KNMultiItemSelector has the function of selecting Facebook friends.

KNMultiItemSelector

+5
source

https://github.com/kentnguyen/KNMultiItemSelector ...

The demo includes downloading your Facebook friends ...

Seems perfect!

0
source

All Articles