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
I've been facing this error while running getPost:
getPost(me_page_i$id[1], token = fb_oauth)
Error in data.frame(from_id = json$from$id, from_name = json$from$name, :
arguments imply differing number of rows: 0, 1
I've been noticing the pattern why its happen. If number of comments is quite large (>20'ish) there would be no error. Else, it would throw above error.
The text was updated successfully, but these errors were encountered:
I faced this error when I try to extract comments of Community Posts on a public page. Since the from id and name are NA , functions seems to throw an error
Hi,
I've been facing this error while running getPost:
I've been noticing the pattern why its happen. If number of comments is quite large (>20'ish) there would be no error. Else, it would throw above error.
The text was updated successfully, but these errors were encountered: