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

Popular posts from this blog

c# - NewtonSoft JArray - how to select multiple elements with LINQ -

c# - Process.Kill() returns access denied -

c# - Using the generic type 'System.Collections.Generic.List<T>' requires 1 type arguments -