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) |
RE: Facebook-Media - Facebook Photo/Video Addon - schumi2004 - 2017-04-14 (2017-04-08, 09:37)LuzZz Wrote:Same here, any suggestions?(2017-03-30, 12:19)JohnnySSH Wrote: Is something wrong with the authentication system with the addon?? As in has Facebook changed something in their API or so..?? RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-04-14 (2017-04-14, 23:06)schumi2004 Wrote:Something is wrong with my auth site, so authorizing is going to be broken until I get a chance to fix that.(2017-04-08, 09:37)LuzZz Wrote:Same here, any suggestions?(2017-03-30, 12:19)JohnnySSH Wrote: Is something wrong with the authentication system with the addon?? As in has Facebook changed something in their API or so..?? Sent from my SM-N910P RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-04-14 I just renewed the SSL cert, but I'll have to get home to actually activate it. I'm not sure if that's the whole of the problem, but we'll see Sent from my SM-N910P Facebook-Media - Facebook Photo/Video Addon - LuzZz - 2017-04-21 (2017-04-14, 23:27)ruuk Wrote: I just renewed the SSL cert, but I'll have to get home to actually activate it. I'm not sure if that's the whole of the problem, but we'll see Hello, sorry for such a late reply! Just tried it once again but, unfortunately, same scenario happened: white empty page after re-redirect from FB page and a authorization error in Kodi, as seen above. Regards, Lucas RE: Facebook-Media - Facebook Photo/Video Addon - memnon - 2017-04-26 same problem if i want to authenticate to facebook RE: Facebook-Media - Facebook Photo/Video Addon - memnon - 2017-04-30 well ruuk sorry to disturb - any news ? RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-05-13 Authorization should be fixed now. Facebook changed the API at the end of march which messed that up. It's possible other things were affected, so feel free to let me know if you see any issues. No need for an add-on update because the fix was server side. RE: Facebook-Media - Facebook Photo/Video Addon - [gen2]tcs - 2017-05-31 Hello, First, thank you for your work, it's a very nice addon! I'm trying to get it up and running on a minimalistic installation (based on ubuntu minimal, just xorg and openbox). Unfortunately it crashes when trying to initialize the auth process ('bad handshake: SysCallError(0, None)',). Works perfectly on Fedora Core 25 and Ubuntu Desktop 16.04. I'm sure I'm missing some dependencies - any advice? Log: https://pastebin.com/Svbewr6U Thanks in advance! Cheers tcs RE: Facebook-Media - Facebook Photo/Video Addon - ido_ - 2017-07-26 (2017-05-13, 06:20)ruuk Wrote: Authorization should be fixed now. Facebook changed the API at the end of march which messed that up. It's possible other things were affected, so feel free to let me know if you see any issues. Hi, I'm getting the same white page and cant authorize the addon RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-08-05 Just checked and I'm also getting the white page. It's added to my list of things to fix. RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-08-06 Auth should be fixed now. RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-08-06 (2017-05-31, 10:38)[gen2]tcs Wrote: Hello, I solved an SSL issue recently with Code: sudo pip install -U requests[security] If that doesn't work you may try looking at this: https://github.com/requests/requests/issues/3212 Not sure if it's totally related (the error is at least similar if not the same) but it also mentions the same fix above, which didn't work in this users case - but a later suggestion helped. RE: Facebook-Media - Facebook Photo/Video Addon - majordude53 - 2017-09-03 I'm on a 2017 nVidia Shield TV. KODI 17.4 and addon v 0.9.16. No Issues with the install or Auth process. But when run, FB is returning my albums, comments on them, but not the pictures or videos themselves. I believe the issue is around how the addin is passing request to the FB Graph API. Here is a line from my log: 13:21:35.741 T:138529961040 ERROR: CCurlFile::Stat - Failed: HTTP response code said error(22) for http://graph.facebook.com/23863......345/picture?access_token=EAACI4kM2zZCYBAO043b8CONknZAi3eZBElCtKBEZAexTdxTCSJoQeUsBpSLYTJBUTQpWNtArKDPKRckYquiLyCw9R4B58V37bv70HSVnjUpjZCcaYgFAQcNc5djf............................3lAmZBuQt6boGrbaN4vTgJueAjWegZDZD ( dots replacing actual chars for privacy)] if I paste the API call into chrome , it returns the following error: { "error": { "message": "You must use https:// when passing an access token", "type": "OAuthException", "code": 1, "fbtrace_id": "Bu84iDQ75GV" } } Basically, it seems to be saying one needs to make the call via https rather than http. Any suggestions or is this just a bug? RE: Facebook-Media - Facebook Photo/Video Addon - ruuk - 2017-09-03 Looks like Facebook must have made a change to require https on images. I'll look into it - it's probably an easy fix. RE: Facebook-Media - Facebook Photo/Video Addon - majordude53 - 2017-09-03 Thanks, both for this helpful addon, and for your very speedy response ! Major |