dmpe / urlshorteneR

R package for 2 URL shortening service :loudspeaker: Compatible with Bitly API v4
http://cran.r-project.org/package=urlshorteneR
Apache License 2.0
22 stars 7 forks source link

authentication first use #10

Closed sckott closed 8 years ago

sckott commented 8 years ago

on first use the failure behavior could be a bit better

bitly_LinksShorten(longUrl = "http://www.opencoesione.gov.it/progetti/1si366/")
#> Error in bitly_LinksShorten(longUrl = "http://www.opencoesione.gov.it/progetti/1si366/") : 
#>   object 'bitly_token' not found

maybe a meaningful message about what to do to authenicate

:smile_cat:

dmpe commented 8 years ago

+1 - will do

sckott commented 8 years ago

cool^3