[tuxdroid-svn] r5750 - software_suite_v3/software/plugin/plugin-facebook/branches/october_release/r
Status: Beta
Brought to you by:
ks156
|
From: jerome <c2m...@c2...> - 2009-10-20 13:28:45
|
Author: jerome
Date: 2009-10-20 15:28:30 +0200 (Tue, 20 Oct 2009)
New Revision: 5750
Modified:
software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
Log:
* Updated plugin description to match new Facebook plugin options.
Modified: software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml
===================================================================
--- software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml 2009-10-20 07:03:26 UTC (rev 5749)
+++ software_suite_v3/software/plugin/plugin-facebook/branches/october_release/resources/plugin.xml 2009-10-20 13:28:30 UTC (rev 5750)
@@ -51,6 +51,18 @@
description="Check event invites"
type="boolean"
defaultValue="true" />
+ <parameter
+ category="Gadget parameters"
+ name="updateStatus"
+ description="Update user status"
+ type="boolean"
+ defaultValue="false" />
+ <parameter
+ category="Gadget parameters"
+ name="statusText"
+ description="Feed to add"
+ type="string"
+ defaultValue="Hello all from my Tux Droid Facebook gadget" />
</parameters>
<commands>
<command
@@ -59,6 +71,9 @@
<command
name="check"
description="Check your facebook account" />
+ <command
+ name="configure"
+ description="Configure Tux Droid facebook application permissions" />
</commands>
<tasks>
<task
|