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
this is due to a similar issue I opened and closed a while ago about the missing likes table in the getPOst request.
Basically, Facebook has begun to authorize this edge only to page owners.
So you can't get the users' name or id unless you use a page token associated to an admin of the page.
Unfortunately, there's nothing we can do here :(
Hi.
Since some days ago, when I start to get comment from a post, the columm "from_id" and "from_name" has received "NA".
Look:
The code:
a<-NULL
i<-NULL
ComentVGSH<-NULL
P<-nrow(posts_VGSH)
U<-P-100
if(U<1){U<-1}
for (i in U:P) {
postVG <- getPost(post=posts_VGSH$id[(i)], n=2000, token=token)
a<- postVG[["post"]][["id"]]
ifelse(nrow(postVG[["comments"]])==0,postVG[["comments"]][1,1]<-0,FALSE)
postVG[["comments"]]$Post <- c(a)
postVG[["comments"]]$Shopping <- c("Várzea Grande Shopping")
postVG[["comments"]]$Indice <- i
ComentVGSH<-rbind(postVG[["comments"]],ComentVGSH)}
What´s could be happening?
Thanks.
Marcel Fernandes - From Brazil.
The text was updated successfully, but these errors were encountered: