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