I know a friend's app can publish to my newsfeed, but is there any way to query a user for the apps they have "installed" (either canvas or connect).
I'm not sure if this is possible using the facebook UI, nevemind the API.
I know a friend's app can publish to my newsfeed, but is there any way to query a user for the apps they have "installed" (either canvas or connect).
I'm not sure if this is possible using the facebook UI, nevemind the API.
It doesn't look like it. You can query to see if your friends have installed your app at /me/friends?fields=installed
when you are authenticated as your app.