xhsyy / omnidroid

Automatically exported from code.google.com/p/omnidroid
Apache License 2.0
1 stars 0 forks source link

Facebook Update Action #75

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Idea:
This would allow the user to send updates to facebook based on messages
received similar to the twitter update action that we created. 

Problems:
We were working with two libraries
 http://www.xeomax.net/fbrocket/
 http://code.google.com/p/fbconnect-android/

The thing with Facebook libraries is that you cant pass the
username/password to some function to login to facebook. You have to enter
the username, password via a login page if the session has expired.

This will not work for our Omnidroid as compared to updating status on
twitter ( where we pass the username password as parameters to a function
to login to twitter). 

Original issue reported on code.google.com by case.and...@gmail.com on 26 May 2010 at 9:41

GoogleCodeExporter commented 9 years ago
Awaiting contributors...

Original comment by case.and...@gmail.com on 3 Jul 2010 at 6:12

GoogleCodeExporter commented 9 years ago

Original comment by case.and...@gmail.com on 6 Jul 2010 at 2:21

GoogleCodeExporter commented 9 years ago
you need to request extended permission from user, once you have that you can 
do pretty much everything. so technically it's feasible if anyone wants to work 
on this

Original comment by sv767%ny...@gtempaccount.com on 13 Jul 2010 at 2:59