Must be a unixtime or a date/time representation parseable by strtotime

Ifwat Ibrahim

Why I have this error when run the graph api code for facebook in c#?

(OAuthException - #100) Must be a unixtime or a date/time representation parseable by strtotime()

my graph Api code is:

https://graph.facebook.com/v2.1/687925031280154/feed?since=1391244171

but the same code return the correct result when I use on: developers.facebook.com/tools/explorer/

Ifwat Ibrahim

i got the answer. Need to have access_token in graph api code. Example:

https://graph.facebook.com/v2.1/687925031280154/feed?access_token=XXXXX&limit=25&until=1403056007

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Must be a unixtime or a date/time representation parseable by strtotime

From Dev

Pandas datetime to unixtime

From Dev

Unixtime to datetime and OHLC in R

From Dev

PHP - strtotime() and datetime strange behavior

From Dev

AngularJS UnixTime to DateTime Format with date filter failed

From Dev

Pandas Conversion of datetime representation

From Dev

PHP strtotime() "noon" must go before date

From Dev

strtotime not putting the correct timezone from datetime obj

From Dev

Mysql Incorrect datetime value when doing select on timestamp with unixtime value

From Dev

Mysql Incorrect datetime value when doing select on timestamp with unixtime value

From Dev

PHP strtotime error when convert some date string to datetime value

From Dev

strtotime and weird results when calculating time differences (datetime)

From Dev

Convert pandas datetime month to string representation

From Dev

Converting Sitecore nvarchar date representation to SQL datetime

From Dev

Argument 1 must be string, not datetime.datetime?

From Dev

Get Parseable Timezone

From Dev

Unambiguous DateTime representation with NodaTime -- can this be done with less ceremony?

From Dev

Converting the specified string representation of a date and time to its DateTime equivalent

From Dev

Converting the specified string representation of a date and time to its DateTime equivalent

From Dev

Nullable object must have a value datetime

From Dev

TypeError: string indices must be integers datetime

From Dev

Google Charts xAxis must contain datetime

From Dev

TypeError: must be string, not datetime.datetime when using strptime

From Dev

TypeError: int() argument must be a string or a number, not 'datetime.datetime'

From Dev

argument must be 9-item sequence, not datetime.datetime

From Dev

Convert jsonString to something parseable in Python?

From Dev

Maven: non-parseable POM

From Dev

Convert jsonString to something parseable in Python?

From Dev

MySQL query using unixtime

Related Related

  1. 1

    Must be a unixtime or a date/time representation parseable by strtotime

  2. 2

    Pandas datetime to unixtime

  3. 3

    Unixtime to datetime and OHLC in R

  4. 4

    PHP - strtotime() and datetime strange behavior

  5. 5

    AngularJS UnixTime to DateTime Format with date filter failed

  6. 6

    Pandas Conversion of datetime representation

  7. 7

    PHP strtotime() "noon" must go before date

  8. 8

    strtotime not putting the correct timezone from datetime obj

  9. 9

    Mysql Incorrect datetime value when doing select on timestamp with unixtime value

  10. 10

    Mysql Incorrect datetime value when doing select on timestamp with unixtime value

  11. 11

    PHP strtotime error when convert some date string to datetime value

  12. 12

    strtotime and weird results when calculating time differences (datetime)

  13. 13

    Convert pandas datetime month to string representation

  14. 14

    Converting Sitecore nvarchar date representation to SQL datetime

  15. 15

    Argument 1 must be string, not datetime.datetime?

  16. 16

    Get Parseable Timezone

  17. 17

    Unambiguous DateTime representation with NodaTime -- can this be done with less ceremony?

  18. 18

    Converting the specified string representation of a date and time to its DateTime equivalent

  19. 19

    Converting the specified string representation of a date and time to its DateTime equivalent

  20. 20

    Nullable object must have a value datetime

  21. 21

    TypeError: string indices must be integers datetime

  22. 22

    Google Charts xAxis must contain datetime

  23. 23

    TypeError: must be string, not datetime.datetime when using strptime

  24. 24

    TypeError: int() argument must be a string or a number, not 'datetime.datetime'

  25. 25

    argument must be 9-item sequence, not datetime.datetime

  26. 26

    Convert jsonString to something parseable in Python?

  27. 27

    Maven: non-parseable POM

  28. 28

    Convert jsonString to something parseable in Python?

  29. 29

    MySQL query using unixtime

HotTag

Archive