jquery-facebook-multi-friend-selector
jquery-facebook-multi-friend-selector copied to clipboard
A jQuery based Alternative Facebook Multi-Friend Selector that uses the Graph API
can you make facebook user's email selector?
I implemented this because I had other div displaying the friends I selected through the multi-friend-selector but I also needed to be able to deselect a selection in the multi-friend-selector...
Hi Mike, I as mentioned before, I needed a more generic version of the friend selector. I got to publish it now, though it's still a lot(!) of refinement to...
http://blog.jquery.com/2012/07/04/the-new-sizzle/
hi Mike, I made some changes to your project which should enable it to work in IE7+ and FF (and Chrome of course). I also fixed some bugs with "All"...
I used the plugin in an app I'm building and if the user came to the app _right_ after logging in, the JS SDK wouldn't see the user as logged...
Hello I have made some changes in CSS file to fix errors in IE browsers. One problem remains - it is round corners in IE. It all because IE till...
`response.session` does not work anymore. Use `response.status` to check whether the user is connected. See [fb doc](https://developers.facebook.com/docs/reference/javascript/FB.getLoginStatus/): ``` status The status of the User. One of connected, not_authorized or unknown....
I am not sure if this is the best way of going about it. I have a server-side FB login flow through which I obtain an access token. I found...
Hi! Thank you for this brilliant plugin :) In a project I'm working on right now, the design calls for the jfmfs to be able to clear a selected friend...