Reputation: 29719
Ive got task to create application which can post data on users friends walls. As far as I know user has to accept permissions that application can post messages on his behalf of his friends walls.
Now I would like to make it like:
If user chooses friend to post message on his wall I would like to check whether receiver has got my app installed. If yes then message is post on his wall. If not invitation is sent.
Is something like that possible?
Upvotes: 0
Views: 871
Reputation: 31860
From: http://developers.facebook.com/docs/reference/api/user/
See the installed
property of the user
graph object.
Upvotes: 1