-2

I need help to solve one of my Facebook problem. Below is the error I met:

posts error

I tried changing the limit from 5000 to 1000 to 25 to 10. But this error still exists. I've also checked that it is ";" and not ":". I tried changing whatever I could but to no avail. Can anyone help me with this???

Your help will be greatly appreciated!

Linify
  • 227
  • 4
  • 13

1 Answers1

1

I assume that the problem is with until parameter that you passing in fb.Get method. as it states in the error message ensure that it has a correct representation (unixtime or date/time format)

Community
  • 1
  • 1
Alex Art.
  • 8,711
  • 3
  • 29
  • 47
  • How do I ensure that it has the correct representation (unixtime or date/time format? I only have `string datetime = string.Format("{0:yyyy-MM-dd_hh-mm-ss-tt}", DateTime.Now);` in my coding – Linify Mar 19 '15 at 07:09