2
可能與Using R to send tweets重複的問題,但不幸的是它提供 如何在R中發送推文?
我從傑夫·金特里安裝TwitteR
包如何使用OAuth爲R.
dmSend
和
dmGet
),但我找不到任何內容來發送推文。
> consumer_key <- "xxx"
> consumer_secret <- "zzz"
> access_token <- "aaa"
> access_secret <- "bbb"
> setup_twitter_oauth(consumer_key, consumer_secret, access_token, access_secret)
[1] "Using direct authentication"
如今,我認證,我怎麼能使用RCurl
提交有效的HTML表格併發送微博?
謝謝
分享Tweet狀態excatly什麼,我一直在尋找,謝謝 – Florent