Closed stedogin closed 7 years ago
found some interesting info here, but no solution https://github.com/hadley/httr/issues/379
i've the same problem and i have not been able to solve the problem with the link hadley/httr#379
@chcariou Could you share your sessionInfo() ? I haven't been able to replicate this error, so it's hard for me to understand what could be happening!
essionInfo() R version 3.3.2 (2016-10-31) Platform: x86_64-apple-darwin13.4.0 (64-bit) Running under: OS X El Capitan 10.11.6
locale: [1] fr_FR.UTF-8/fr_FR.UTF-8/fr_FR.UTF-8/C/fr_FR.UTF-8/fr_FR.UTF-8
attached base packages: [1] stats graphics grDevices utils datasets methods base
other attached packages: [1] instaR_0.2.4 jsonlite_1.1 httr_1.2.1
loaded via a namespace (and not attached): [1] R6_2.2.0 curl_2.2 Rcpp_0.12.8 httpuv_1.3.3
I had made a space error in my client key, sorry !
i've been trying to use instaR, but failed at getting an access token - getting the response:
when examining the request using with_verbose(), i don't see any additional info. httr::with_verbose(my_oauth <- instaOAuth(app_id=client_id, app_secret=client_secret))
i saw people reporting similar issues with R FB libraries, some of them reported that reverting to an older httr version resolved the issue (due to the current version possibly having some issues with http instead of https requests).