Our app, still in the development stage, can post to players' walls. I don't think it matters, but if it does, we're using GoViral's showFacebookFeedDialog method for this.
We're getting some strange behavior on mobile (iOS is all we're testing right now) when trying to click the link on these posts:
- Click wall post from Safari: URL loads fine.
- Click wall post from Facebook app: opens the App Store.
Any idea why it's loading the app store? The link is PHP, but I tried just a plain URL (http://www.google.com) and it opens the App Store too. Obviously this is not the desired behavior, any help would be appreciated.