I have a native iOS application that makes posts on the users timeline using:
[facebook requestWithGraphPath:@"me/feed" andParams:params andHttpMethod:@"POST" andDelegate:self];
When the post shows on Facebook, it has the post info "XYZ minutes ago via MY_APP_NAME_HERE" where MY_APP_NAME_HERE is a link. When I click on the link, then I am directed to a page http://www.facebook.com/apps/application.php?id=my_app_id that says "Page Not Found".
I have submitted an App Detail Page to the Facebook App Center, but that is at http://www.facebook.com/appcenter/my_app_namespace?preview=1&locale=en_US.
How do I get this MY_APP_NAME_HERE
link to work on my Facebook wall posts? Do I have control over it in Xcode (I'm guessing no)? Where is this link supposed to go... to my App Detail Page in the Facebook app center? Am I not seeing it because my detail page isn't approved by Facebook yet?