Kodi Community Forum
[RFC] Facebook login for plugins. - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: [RFC] Facebook login for plugins. (/showthread.php?tid=117502)



[RFC] Facebook login for plugins. - TobiasTheCommie - 2011-12-23

Blip.TV recently added Facebook support to their site.

This gives a few new features to Blip.TV, and i may make a login feature for the plugin to access these features.

But before i go waste any time on this i would like to hear if any other plugin developers would be interested in Facebook login in their plugins.

The implementation will depend on whether i make it just for Blip.TV, or if i make a generic "login" for multiple plugins.

So, would any other plugins gain anything from Facebook login?

Sincerely
TheCollective


- spiff - 2011-12-23

There is a Facebook image addon, might be some usable code in there.


RE: [RFC] Facebook login for plugins. - sportshd - 2015-09-16

Has there been any development on incorporating the facebook login into an addon for authentication. Thanks


RE: [RFC] Facebook login for plugins. - learningit - 2015-09-16

(2015-09-16, 06:32)sportshd Wrote: Has there been any development on incorporating the facebook login into an addon for authentication. Thanks
script.facebook.media by ruuk. It's in the kodi.org repo.
You can see an example of it being used here:
https://github.com/moneymaker365/plugin.video.vevo


RE: [RFC] Facebook login for plugins. - sportshd - 2015-09-16

Thank you