iOS で Facebook SDK 3.0 を使用して、プロファイルまたはページへの投稿をスケジュールしようとしています。スケジュールせずに試してみると、すべてうまくいきます。ただし、次を入れると
//scheduleDate is a NSDate between the range 10 minutes - 6 months from now
NSString *timestamp = [NSString stringWithFormat:@"%.0f", [scheduleDate timeIntervalSince1970]];
[requestToPost.parameters setObject:timestamp forKey:@"scheduled_publish_time"];
エラー 400とcom.facebook.sdkエラー 5 が表示されます。
なぜそれが機能しないのか、誰にも分かりますか?