I have a Facebook canvas app that creates wall posts on a community Facebook page. At the same time, the app 'shares' a link to the new post on the users wall.
In all the browsers, clicking on the shared link takes you to a FB page with the original post.
In the native iOS FB App, clicking on the shared link gets a 'The page you requested was not found' error.
The shared link is of the form: http://www.facebook.com/[ParentPageID] _ [PostID]
Facebook converts the link to the following form: http://www.facebook.com/permalink.php?story_fbid=[PostID]&id=[ParentPageID]
Any ideas?