• 1
  • 4
  • 5
  • 6
  • 7(current)
  • 8
Release ShareSocial - Social media sharing & More
#91
(2014-01-10, 14:42)ruuk Wrote:
(2014-01-10, 01:33)smallclone Wrote:
(2014-01-10, 01:15)ruuk Wrote: Just a quick suggestion, after looking from my phone, try leaving the username blank in settings for the Flickr addon. I'll look closer when I get home and see if can find the Facebook issue.

Thanks. The Flickr one has worked, although only in the flickr add on. I can't see flickr stuff in the ShareSocial.

Is the flickr feed enabled on ShareSocial? If it is, send me another log after trying to view a flickr feed there.

Also I think I may have fixed the Facebook-Media issue. Try the new version (0.9.4) on my repo.
Facebook got me as stage further......I was able to put a password in. But from there it just hangs and crashes xbmc before I can authorise web viewer.
OSMC Vero 4K, Intel NUC Celeron 847, ODroid N2+, Raspberry Pi3 LibreELEC. Amazon Fire TV
Vizio  Atmos 7.1
LG 65" OLED
Reply
#92
Sharesocial also won't allow me to put a twitter username in. It just goes back to the default settings page and opens a white browser page in the background which I then have to close manually. I could post

log:

http://xbmclogs.com/show.php?id=108633

These should show the facebook issue ruuk. cheers

http://xbmclogs.com/show.php?id=108649
http://xbmclogs.com/show.php?id=108648
OSMC Vero 4K, Intel NUC Celeron 847, ODroid N2+, Raspberry Pi3 LibreELEC. Amazon Fire TV
Vizio  Atmos 7.1
LG 65" OLED
Reply
#93
(2014-01-10, 21:34)smallclone Wrote: Sharesocial also won't allow me to put a twitter username in. It just goes back to the default settings page and opens a white browser page in the background which I then have to close manually. I could post

log:

http://xbmclogs.com/show.php?id=108633

These should show the facebook issue ruuk. cheers

http://xbmclogs.com/show.php?id=108649
http://xbmclogs.com/show.php?id=108648
I'll be looking into this when I get a chance. I've looked at your logs, but I think I will help more if I can get OpenElec set up on something and try to reproduce the issue.
Reply
#94
Finally got a virtual machine with OpenElec running. It's XBMC 12.0, but it was good enough for testing anyway.

(2014-01-10, 21:11)smallclone Wrote: Facebook got me as stage further......I was able to put a password in. But from there it just hangs and crashes xbmc before I can authorise web viewer.

The new version 0.9.5 of Facebook-Media should fix this issue. The keyring was waiting for a password in the background, which is what caused the hang.
There is now a dialog that asks for a keyring password when you authorize, and will ask again the first time you use Facebook-Media in a new XBMC session.
This password can be a simple 4-digit pin as it is just used to encrypt the actual passwords.

(2014-01-10, 21:34)smallclone Wrote: Sharesocial also won't allow me to put a twitter username in. It just goes back to the default settings page and opens a white browser page in the background which I then have to close manually. I could post

Not sure what is going on here. I couldn't duplicate the issue. When you click 'Add User' in the settings, it should close the setting dialog and open WebViewer so you can authorize ShareSocial to access twitter.
When you say it opens in the background do you mean WebViewer opens under the settings dialog?
It looks like from the log that the settings dialog closes before WebViewer opens.
Reply
#95
Any plans to support Google+ in this?
Reply
#96
(2014-02-19, 13:18)schumi2004 Wrote: Any plans to support Google+ in this?

I don't have any plans for that no, but since I much of what I do is not planned that doesn't mean much Smile
I've recently done some work with the YouTube api, which is probably similar so I may do something there.

Just to be clear, the point of ShareSocial is to allow addons to share to other addons and provide things like feeds that other addons can use. It doesn't contain any Facebook or Flickr code, it merely sits in the middle providing an interface the Facebook-Media and flickr addons can use. Of course as it so happens, I am the author of those addons as well Smile
Reply
#97
Hey, really love the idea, thanks for working on this Ruuk! I can't seem to install on Gotham, tried beta2 and 3. It says dependencies aren't met, is there a list of dependencies I'm missing? Or is this not quite ready for Gotham yet?
Reply
#98
(2014-03-31, 18:34)potrick Wrote: Hey, really love the idea, thanks for working on this Ruuk! I can't seem to install on Gotham, tried beta2 and 3. It says dependencies aren't met, is there a list of dependencies I'm missing? Or is this not quite ready for Gotham yet?

I'll look into it when I get the chance. There is probably just a small tweak needed to one of the dependencies to get it to work, because there's otherwise no reason for it not to work with Gotham.
I haven't been actively developing this for a while, but I'll get back to it eventually. There are some new things in Gotham that should help make it work without the hacks that were previously necessary.
Reply
#99
Thanks for the reply! Looking forward to the updates. Smile
Reply
Information 
Version 0.2.8

Changes:
- Update for Gotham

On my REPO.

This should make install fine on Gotham now.
Reply
Is this addon still working and/or ready for Kodi? I read the 7 pages, but still didn't get many information about how the module works.

I have an addon that get videos from 9gag, break, etc. I want to add a context menu to share a video choosen by the user on facebook.
I only have to install this module and add this:
Code:
import ShareSocial
share = ShareSocial.getShare('add.on.id','video')
share.media = 'http://site.com/vid.avi'
share.thumbnail = 'http://site.com/vid_thumb.jpg'
share.title = 'appropriate title'
share.page = 'link to page media is hosted on'

share.share()

How this module get authenticated? what steps are necessary?
Reply
(2015-01-10, 00:26)Mafarricos Wrote: How this module get authenticated? what steps are necessary?
I'm not sure what you're asking here. What do you mean by authenticated?
Reply
Hello ruuk,

can you please update your REPO? I cant download this addon.

best regards
Reply
(2015-01-15, 15:21)clubb1ng Wrote: Hello ruuk,

can you please update your REPO? I cant download this addon.

best regards

It's on my repository, but my repository moved. It should automatically update itself, but if you have any issues you can download my new repository.
Reply
(2015-01-15, 21:26)ruuk Wrote:
(2015-01-15, 15:21)clubb1ng Wrote: Hello ruuk,

can you please update your REPO? I cant download this addon.

best regards

It's on my repository, but my repository moved. It should automatically update itself, but if you have any issues you can download my new repository.

Thank you sir, i updated your new repo, but is it workin for Kodi? I just got a black/white Screen with NO FEEDS on the left corner :\.

Best Regards
Reply
  • 1
  • 4
  • 5
  • 6
  • 7(current)
  • 8

Logout Mark Read Team Forum Stats Members Help
ShareSocial - Social media sharing & More1