Facebook "via appname" not clickable on profile feed -
i have application uploads link , photos facebook. have linked app facebook page in app settings @ developer.facebook.com. there 2 scenarios.
1) when upload link text. "via <appname>" clickable both home , profile.
[fb requestwithgraphpath:@"me/feed" andparams:[nsmutabledictionary dictionarywithobjectsandkeys: [[self.recipedetails objectforkey:@"source"] objectforkey:@"sourcerecipeurl"], @"link",fbtextview.text, @"message", nil] andhttpmethod:@"post" anddelegate:self];
2) when upload photo text. "via <appname>" clickable home feed not profile feed.
[fb requestwithgraphpath:@"me/photos" andparams:[nsmutabledictionary dictionarywithobjectsandkeys: imagedata,@"source",fbtextview.text, @"message", nil] andhttpmethod:@"post" anddelegate:self];
is actual scenario or missing something. please help.
have tried checking out setting on facebook app:
it wasn't tested, maybe can try enabling , disabling setting check if changes result.