I am having problems when extracting comments from posts using the RFacebook package.
localiza <- getPage(543362459038077,token = my_oauth,n=10)
post <- getPost(post = localiza$id[1], token = my_oauth) here
The problem is the encoding of the output. For example:
algu/U+00E9/m
Note that instead of "/", the output has <>
That word, for instance, should appear as
alguém
Any suggestions?
Thanks in advance!