From 6425c817f02d7cb99b83f173237ca5d8adaac92a Mon Sep 17 00:00:00 2001 From: Teddy Wing Date: Sun, 29 Jul 2012 17:47:24 -0400 Subject: In order to FQL likes from our friends, we need to get permission from the current Facebook user to get their friends' likes. There is another permission token called 'user_likes' for the likes of the current user, but I don't think we need that. Now looking into FB permissions, I'm not sure we need 'publish_stream', but we can discuss. --- Resources/friendship/config/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/friendship/config/config.js b/Resources/friendship/config/config.js index dc86a0e..eb54513 100644 --- a/Resources/friendship/config/config.js +++ b/Resources/friendship/config/config.js @@ -1,5 +1,5 @@ (function() { // Facebook Titanium.Facebook.appid = '258369447595838'; - Titanium.Facebook.permissions = ['publish_stream']; + Titanium.Facebook.permissions = ['publish_stream', 'friends_likes']; })(); -- cgit v1.2.3