[R] searchTwitter

2015-04-11 Thread Ragia Ibrahim
Dear group , I used the following code to download some tweets (1500) library(twitteR) library(ROAuth) library(plyr) library(stringr) library(ggplot2) ## Windows users need to get this file download.file(url="http://curl.haxx.se/ca/cacert.pem";, destfile="cacert.pem") requestURL <"https:/

[R] searchTwitter

2015-04-11 Thread Ragia Ibrahim
Dear group I used the following code to download some tweets (1500) library(twitteR) library(ROAuth) library(plyr) library(stringr) library(ggplot2) ## Windows users need to get this file download.file(url="http://curl.haxx.se/ca/cacert.pem";, destfile="cacert.pem") requestURL <"https://api.twit

[R] searchTwitter with unicode- UTF8

2015-04-10 Thread Ragia Ibrahim
Dear group I uses 'searchTwitter' to get users tweets it works for English words such as ("iphone") but when working with Arabic text example searchTwitter("�") it gave me the following Error Error in twInterfaceObj$doAPICall(cmd, params, "GET", ...) : Error: Forbidden my questions