RCurl, basic authentication with API key
问题 I used to use RCurl, to grab the data that needs login. Now I have to grab the data using api key (as well as userid,password) and it needs a basic authentication (Radian6 api : http://socialcloud.radian6.com/docs/read/Getting_Started) If it doesn't need an authentication, the code will be something like.. getURL("https:// address", userpwd="id:pswd", httpauth = 1L) but I have no idea how to plug in api key for authentication. So far I was able to find examples written in python or Java but