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

Example Fails with Login Failed Notice #18

Open edglazer opened 13 years ago

edglazer commented 13 years ago

Hello, I tried uploading the example file to my server, only changing the app id to my app id. When I load the page and attempt to execute the script by clicking on the login link, the script throws a failure notice, stating that the login failed. I was already logged in to facebook at the time.

I tried inserting the code to initialize an app from here, and then the getLoginStatus code from here, finally switching out the login code in the example with the sample code from here.

The rest of the code is exactly the same from your example, and when I ran it, it appeared to work. I'm a complete noob to a lot of this stuff, but I'm guessing the facebook is actively deprecating all the stuff which doesn't use the new Oauth system?

Thanks for sharing the plugin, finding it made my week!

edglazer commented 13 years ago

FWIW, here is my slightly modded code:

```


</code>
yoshie902a commented 12 years ago

I have the same exact issue. The index.html and list.html examples do not work. This would be a great plugin if it worked. I'm wondering why it does not.

Any help appreciated!

yoshie902a commented 12 years ago

I used edglazer's code and got it working. thanks