My canvas app has to send kisses to user's friends. The conditions are:
- the picture has to be large, not the square format of open graph posts
- the user has to be notified in some way
- link to app canvas must be specified, so that other users can send some kisses
the best solution a found till now is uploading a picture to user's friend(so that the picture can be seen in large format) and write the url to app canvas in the title of the photo. the user is notified that someone posted on his timeline.
on this profile you have some examples: http://www.facebook.com/tiberius.maximus.37
i know that
- open graph actions allow posting large pictures, but only if they are camera pics made by the user.
- simple timeline posts with link or image atached does not comply with the large picture requirement
so, are there any solutions for my problem?