You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example: i found the request for this feature like this
params = {
"story_fbid": ...
}
i'm using client.get(url, params)
But I got the error
This is either because you specified an invalid URL, or because"
" you provided an invalid id (Facebook usually requires integer ids).
how can i resolve this problem
The text was updated successfully, but these errors were encountered:
Example: i found the request for this feature like this
params = {
"story_fbid": ...
}
i'm using client.get(url, params)
But I got the error
This is either because you specified an invalid URL, or because"
" you provided an invalid id (Facebook usually requires integer ids).
how can i resolve this problem
The text was updated successfully, but these errors were encountered: