Pablo Barberá
Pablo Barberá
Hi @nikolassch - thanks for your question! The code in the package here only works for US accounts. However, with the replication files in the original paper you might still...
Hi @praneethkvs . Thanks for opening the issue. This is what the API returns -- the 'text' field in any tweet that is a retweet follows this format, and this...
I'm working on fixing this, but it doesn't seem to be easy... In the meantime, here's two temporary solutions: 1 - You can go to https://developers.facebook.com/tools/accesstoken/ Then choose the app...
@a0903624 I honestly have no idea why this is happening. I have the same versions of the packages installed and I cannot replicate the error. Perhaps a problem with your...
@nikolasj5 Sorry I'm only replying to this now. I'm trying to run the function with browser=NULL, but then it doesn't work for me (on Mac). It says `Error in utils::browseURL(hu$url)...
Thanks for your contribution! Do you have an example of a page or comment where you get this error? The example in ?getCommentReplies still works for me: ``` r load("fb_oauth")...
Thanks for suggesting this! It mostly reflects my own ignorance about R programming when I started writing the package :-) I thought I had switched all the output to `message()`...
Thanks for the suggestion! Unfortunately it looks like reviews ("ratings" in the API) are only available for page owners (see the result [here](https://developers.facebook.com/tools/explorer/?method=GET&path=HGITimesSquare%3Ffields%3Dratings&version=v2.10) ), and since I don't own any...
These options are not currently implemented in the package, but I'll consider adding them in the future. Thanks for the suggestion.
I'm not familiar with the zoo package, but perhaps you could build upon the [code for the plot.tweets function](https://github.com/SMAPPNYU/smappR/blob/master/R/plot-tweets.R)? It should be straightforward to change it to months (weeks a...