LinuxMCE Forums

General => Feature requests & roadmap => Topic started by: DeathMagnetic on August 02, 2011, 09:44:23 am

Title: Social Networks
Post by: DeathMagnetic on August 02, 2011, 09:44:23 am
I was wondering if there had ever been a discussion on integrating social site into the project? For example, being able to populate the phonebook with your Facebook contacts or even being able to press a button whole watching a movie to check your twitter feed. This could even be extended to allow MCE to update your feed when you start watching a film etc.

Another idea could be a twitdeck-style screen to keep up to date while you're not using the screen, such as listening to music. Also, being able to set your user picture to your Facebook profile picture would be a nice addition.
Title: Re: Social Networks
Post by: Marie.O on August 02, 2011, 10:08:48 am
nope.
Title: Re: Social Networks
Post by: tschak909 on August 02, 2011, 04:52:08 pm
That's all possible, someone would just need to do it. ;)

-Thom
Title: Re: Social Networks
Post by: WhateverFits on August 02, 2011, 06:19:53 pm
Post a list of what you think it should do and others will add their two cents. Eventually you will have a requirements list.  :D
Title: Re: Social Networks
Post by: DeathMagnetic on August 02, 2011, 06:41:12 pm
I'll have a think and see what I can come up with. I'm sure there's lots of ideas that people would find useful.

I'm going to look into the Facebook Graph (http://developers.facebook.com/docs/reference/api/ (http://developers.facebook.com/docs/reference/api/)) and see what's possible, and also look into MCE to see what I can do myself, despite my limited programming experience.

Can anyone point me in a direction for MCE development?
Title: Re: Social Networks
Post by: tschak909 on August 02, 2011, 06:50:46 pm
http://wiki.linuxmce.org/index.php/Developing_a_DCE_Device
http://wiki.linuxmce.org/index.php/Developers_Guide (a giant conceptual reference)

That should get you started.

The basic concept to understand is that LinuxMCE is a messaging system, you have commands and events. Commands tell a device to do something, events are emitted from a device when something happens.

Given the nature of what you want to do, you'll need to write it in C++.

-Thom
Title: Re: Social Networks
Post by: Marie.O on August 02, 2011, 06:58:11 pm
and given the nature of what you want to achieve, you will need to have a datagrid provider.
Title: Re: Social Networks
Post by: DeathMagnetic on August 02, 2011, 07:14:06 pm
I'll take a look, cheers.

PS: Also looking at the Google Contacts API.