アクションを投稿しようとしています
NSMutableDictionary *params = [[NSMutableDictionary alloc] initWithCapacity:5];
[params setObject:[self getHomePageTitle] forKey:@"article"];
[params setObject:[self getHomePageTitle] forKey:@"title"];
[params setObject:@"xxxxxxxxxxx" forKey:@"app_id"];
[params setObject:self.regularUrlForFacebookSharing forKey:@"url"];
[params setValue:appDelegate.facebook.accessToken forKey:@"access_token"];
[appDelegate.facebook requestWithGraphPath:@"me/news.reads"
andParams:params
andHttpMethod:@"POST"
andDelegate:appDelegate.facebook];
そして、「記事」に設定したすべてのエラーに続いてエラーが発生し続けます
{"error":{"message":"(#3503) \"\u003Ctitle xmlns=\"http://www.w3.org/1999/xhtml\">xxxxx はプロパティ \"article\ の無効な値です" タイプ \"Reference\"","type":"OAuthException","code":3503}}
「参照」プロパティタイプを設定する方法をアドバイスしてください