News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

Social Networks

Started by DeathMagnetic, August 02, 2011, 09:44:23 AM

Previous topic - Next topic

DeathMagnetic

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.

Marie.O

If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

tschak909

That's all possible, someone would just need to do it. ;)

-Thom

WhateverFits

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
[url="http://www.seanwalker.org"]http://www.seanwalker.org[/url]

DeathMagnetic

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/) 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?

tschak909

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

Marie.O

and given the nature of what you want to achieve, you will need to have a datagrid provider.
If I helped you, feel free to buy me a coffee: [url="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES"]https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=2VKASZLTJH7ES[/url]

DeathMagnetic

I'll take a look, cheers.

PS: Also looking at the Google Contacts API.