mbrevoort / jquery-facebook-multi-friend-selector

A jQuery based Alternative Facebook Multi-Friend Selector that uses the Graph API
Other
266 stars 64 forks source link

use response.status to check whether the user is connected #43

Open rweng opened 11 years ago

rweng commented 11 years ago

response.session does not work anymore. Use response.status to check whether the user is connected. See fb doc:

status
The status of the User. One of connected, not_authorized or unknown.