Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Im wondering why an entry in facebook could be created in the future. that is very strange, in my opinion: Exactly i talk about this entry: https://graph.facebook.com/249887210752_10150466510880753 Maybe a failure from facebook ?

2nd question: During this, I have got some problem to filter this out, and additional other entries (which are correct): In an open-graph request, I can request specific fields (me/wall%fields=...) , but can I exclude some IDs ? As an example, I have a feed-wall and want to exclude one person of this. (thats not exactly what I want, but the general idea is the same)

share|improve this question

2 Answers

1) please raise a bug on developers.facebook.com/bugs - giving full repro steps about the request you made to create this post object

2) no. you can't specify IDs to exclude - you'll have to do this on your side after you've received the response.

share|improve this answer
Thanks a lot. So I dont have to search further. Great answer. I will check my first problem directly with facebook. Thanks! – Christof Buechi Jan 6 '12 at 17:36
1  
Did this answer help you to find your solution to your question, if so, please accept this answer. See meta.stackoverflow.com/questions/5234/… for how to mark answers. Thank you! – DMCS Feb 4 '12 at 20:37

You will have to filter those IDs out with your code.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.