Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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?

share|improve this question
I have had the same issues with my Android APplication, it has something to do with the setting page on the Facebook Dashboard – Anuj Sep 10 '12 at 6:50

1 Answer

that only happens if your HASH KEY generated from your application doesn't actually match the one you have entered on the Facebook App Developer Page

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.