Open graph actions via iOS app don't appear in mobile timeline
It relates to posting an active open graph action from an iOS app which is NOT in sandbox mode.
The action is successfully posted and is visible in the user's timeline. However, it is not visible when viewing the timeline from the Facebook iOS app.
In Facebook iOS app, the action also doesn't appear in the Recent Activity. It seems like the action never got posted but is visible from the web.
The following code is being used.
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"xxxxxxxxxxxx", @"profile", nil];
[params setObject: @"Hello" forKey: @"message"];
[facebook requestWithGraphPath: @"me/appname:action" andParams: params andHttpMethod: @"POST" andDelegate: self];
I've browsed through the Facebook iOS bugs and OpenGraph bugs (open and resolved) but couldn't find anything related.
Has anyone else encountered it? Is it a recent bug or am I missing something ?
Edit: I tried with disabling Mobile Web Settings for the app but no luck, the OG actions aren't visible in user's timeline in Facebook iOS app.
链接地址: http://www.djcxy.com/p/60032.html上一篇: 仅显示Facebook时间轴聚合