Open nidhoeggr09 opened 8 years ago
The problem is connected to "{ }" in the request string. I tried to escape it with no luck. Does anybody know if it is possible to use "{ }" with the facebook-plugin?
What a mess!!! We were ready to deliver an application to a client and now this happened!!! P L E A S E - H E L P
As a temporary fix i removed the {} part of my request. The respone will be a bit bigger, but the code works anyway. I will stay with this solution unit i find a proper fix.
Hello @nidhoeggr09,
Many thanks for considering my request. We do not understand where we should remove the {}. Can you give us more indications?
Again, I appreciate your help.
Valerio
If you are having the same problem as i had you can just remove the part from { to } of your request. What does your request look like?
I am calling the graph API with the following request: "?ids=xxxxxxxxxxxx,xxxxxxxxxxxx,xxxxxxxxxxxx&fields=id,name,picture{url}" (xxxxxxxxxxxx are page ids)
On Android and the Facebook Graph Explorer tool, this request works perfectly. On iOS the error callback is called with the following error: "There was an error making the graph call."
Since the error doesn't tell me too much about the problem, i don't know what to do. What is the actual problem here?