Please what’s the meaning of this I got while running a code in command line | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Please what’s the meaning of this I got while running a code in command line

{ "error": { "message": "(#803) Some of the aliases you requested do not exist: v3.0{user-id}", "type": "OAuthException", "code": 803, "fbtrace_id": "Ag5NhMVkUezSbVkQX6D7Qjs" } }

28th Mar 2021, 3:28 AM
Cindy K Hink
Cindy K Hink - avatar
3 Answers
+ 2
I can't even understand whether it is the C++ question(you mentioned the C++ tag) or related to web development?
28th Mar 2021, 4:35 AM
Rellot's screwdriver
Rellot's screwdriver - avatar
+ 2
probably an error in generating the fb api url
28th Mar 2021, 6:01 AM
KrOW
KrOW - avatar
+ 1
It's definitely an error to do with the request you're making to the API. The type is "OAuthException" which means it could be something to do with your API key. Have you checked it's valid? It does also say {user-id}. That could refer to something like an API key or it could be a resource you're trying to request which is non-existent.
28th Mar 2021, 6:10 PM
CamelBeatsSnake
CamelBeatsSnake - avatar