php - Facebook Access Token Invalid for search endpoint -
I'm through with this request Graph API and I get this error:
(# 200) the conclusion must be a valid access_token to access point
a few days ago I was doing the same request without any problems and now I get this error message I do not know why, I do not know why. What I am requesting is the following:
/ search? Q = some other type = event and field = id, name, description, cover, start_time, and_time, location, owner, venue & amp; Border = 5000 & amp; Access_token = ACCESS_TOKEN
.
This query works on the graph API API (including access token). My question is, is my error or Facebook?
Thank you.
Keep access token in the debugger and check whether it is valid:
If Yes, then file a bug:
Comments
Post a Comment