Facebook-Media - Facebook Photo/Video Addon - Printable Version +- Kodi Community Forum (https://forum.kodi.tv) +-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33) +--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27) +---- Forum: Picture Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=150) +---- Thread: Facebook-Media - Facebook Photo/Video Addon (/showthread.php?tid=82500) |
- hansdampf - 2011-05-03 thanks. facebook media addon works nice here - Harry Tension - 2011-05-04 Just tried it quickly. Login works fine. Interface is nice. Can get my pictures and albums, slideshow worked only once. Getting the friends of my friends was not possible. I 'll do some more testing tomorrow. Thanks for you work on this beautifull add-on. - rflores2323 - 2011-05-04 ruuk Wrote:Ok, I think everything is basically done for the XBMC version of the Facebook Media addon. This version adds what was missing and fixes some problems and errors I found. I'd really like to get some feedback on how it's working for other people. I've added some code that will fix the fonts for skins other than confluence. The results won't always be perfect, but should be better in any case. Hey I was wondering if there was a way to integrate multiple logins? I would like to use this however I have the wifey also wanting to check her stuff out. Would be nice if we could switch users somehow. - rflores2323 - 2011-05-04 I keep getting an error when trying to authorize via webviewer. anyone got this working on an atv2? - speed32219 - 2011-05-04 rflores2323 Wrote:Hey I was wondering if there was a way to integrate multiple logins? I would like to use this however I have the wifey also wanting to check her stuff out. Would be nice if we could switch users somehow. It is setup for mutilple users. It worked with the plugin 0.9.8 and now the script 0.5.3. You need to use the new script that adds a bunch of functionality, here is the link: http://facebook-media.googlecode.com/files/script.facebook.media-0.5.3.zip Unzip in the .xbmc/addons/ folder and you will find it under programs not pictures as Facebook media. Once loaded if you move left arrow two clicks a drop down box will appear and you will see where to add users. Once you add the users and both are signed on, just left arrow over until that drop down appears and you will see the users, just highlight the user and hit select/enter and it will swap active user. Great plugin. Make sure you have the latest web viewer release installed, I think ruuk posted that back a few pages. - ruuk - 2011-05-04 speed32219 Wrote:A. Only thing is the camera in center should be bright, like pic on side when hovering over an image. A. The image in the camera is faded to match the old photo appearance of the background. Since it is not used as a preview (in fact it is a fairly small thumbnail image and at the size it is scaled to in the camera you can see compression artifacts, especially without the faded overlay) I went with form over function. B. I've had the same problem. Thought I fixed it. I guess not. I'll look into it. C. Comments are updated when the list of photos is shown, and after you submit a comment. When the addon gets the list of photos, the comments and tagged users come with the photo data with only one request to facebook. Getting just the comments for a photo takes almost as long as getting that entire photo list, so updating whenever you open the comments would cause an unacceptable delay. Perhaps I could add a refresh option? Harry Tension Wrote:...slideshow worked only once. Getting the friends of my friends was not possible. What happened the second try? I believe getting the friends will only work if the friend has the Facebook Media addon authorized as well. For instance, I can view my wife and daughters friends, but no one else's. It's due to permissions issues. You will also not be able to see other items for some users because of privacy settings, and you will get a similar message. There is no way of knowing if the addon can access them until it does the request, otherwise I would disable the item. rflores2323 Wrote:I keep getting an error when trying to authorize via webviewer. anyone got this working on an atv2? Authorization is problematic with the atv2 for a many of my addons due to SSL issues (at least that's the best I can discern from others, since I don't have an atv2) It's not directly related to Web Viewer. I am planning to see if I can add an alternate authorization method. (ie authorize from another computer) I did that with the flickr addon, but I'm still waiting for a reply in that thread to see if it works on atv2. - rflores2323 - 2011-05-05 ruuk Wrote:Authorization is problematic with the atv2 for a many of my addons due to SSL issues (at least that's the best I can discern from others, since I don't have an atv2) It's not directly related to Web Viewer. I am planning to see if I can add an alternate authorization method. (ie authorize from another computer) I did that with the flickr addon, but I'm still waiting for a reply in that thread to see if it works on atv2. I keep getting this error. Error loading page urlopen error_ssl.c:310:INvalid SSl protocol variant specified If you do this addon like the other I will test it out for you and let you know if it works or not. - kirtash12 - 2011-05-25 Hi everyone. I installed the facebook-media plugin and everything works fine except the slideshow function. Whenever I click on "Slideshow" a message appears saying "Getting pictures (number) of (number)" but when it finishes loading the pictures absolutely nothing happens. Has anyone had a similar issue? I would really appreciate some guidance. - alexm - 2011-05-31 Hi, When I first set the facebookphotos plugin up it was working fine (0.9.7 from repo) but within a couple of days it suddenly starting giving me the following error: Unhandled Error: Bad signature I've tried removing/re-adding/reauthorizing but nothing works. any ideas? thanks, Alex Edit: same problem with 0.9.8 Log Code: 09:28:24 T:139957453154048 M:3358867456 NOTICE: -->Python Interpreter Initialized<-- - ruuk - 2011-05-31 kirtash12 Wrote:Hi everyone. I installed the facebook-media plugin and everything works fine except the slideshow function. Whenever I click on "Slideshow" a message appears saying "Getting pictures (number) of (number)" but when it finishes loading the pictures absolutely nothing happens. Has anyone had a similar issue? I would really appreciate some guidance. I need to see your log file after right after you get this behavior. - ruuk - 2011-05-31 alexm Wrote:Hi, I'll look into it as soon as I can. Why don't you try the script version (ie not plugin) at this link: http://facebook-media.googlecode.com/files/script.facebook.media-0.5.3.zip Update: I tried the plugin myself and I get the same error. The script is working fine though. - sdr1 - 2011-06-18 Hi, i have installed the latest script version. it runs as far as entering my user name and password, then wev viewer loads up, and then it just hangs - with web viewer blank in the background, and the box in front saying loading folder. Log below: Code: 01:24:56 M: 24850432 WARNING: XFILE::CFileFactory::CreateLoader - Unsupported protocol(plugin) in plugin://pictures/plugin.image.facebook/folder.jpg Is it something to do with: ERROR: LoadLibrary('NETAPI32.DLL') failed ? Cheers, Sean. - rflores2323 - 2011-06-20 ruuk Wrote:Authorization is problematic with the atv2 for a many of my addons due to SSL issues (at least that's the best I can discern from others, since I don't have an atv2) It's not directly related to Web Viewer. I am planning to see if I can add an alternate authorization method. (ie authorize from another computer) I did that with the flickr addon, but I'm still waiting for a reply in that thread to see if it works on atv2. Just wondering if this issue is being worked on for the atv2? - tmac122 - 2011-06-22 Thanks! - rflores2323 - 2011-07-19 rflores2323 Wrote:Just wondering if this issue is being worked on for the atv2? has this been resolved on the atv2 yet? |