Hi Diego
Check the Classes folder out - it is in there.
Iain
sunny wrote:This sample code shown the usage of FaceBook connect library.
You can:
1. Login
2. Logout
3. Obtain name of logged in person
4. Obtain list of friends
5. Write messages on walls of friends
6. Write message on my wall?
Pastie wrote:Hi Eviserator
If you comment out the part of the code shown by Sunny (or simply don't send the userid to the function) it will post to your own wall.
Anyone been able to get the Facebook Connect code working with the navigationController? (see my post above...I'm still stuck with this).
statusUpdate = 'Post this as your facebook status';
url = 'http://www.facebook.com/connect/prompt_feed.php?message=' + encodeURIComponent(statusUpdate);
navController.gotoPage(url)";
timelineUpdate = 'Post this on your twitter timeline';
url = 'http://m.twitter.com?status=' + encodeURIComponent(timelineUpdate);
navController.gotoPage(url)";
Users browsing this forum: No registered users and 1 guest