facebookresearch / Radlibrary

An R package for accessing the Facebook Ad Library API

Home Page:https://facebookresearch.github.io/Radlibrary/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Should we make the dependency on keyring optional?

colin-fraser opened this issue · comments

You can send a request by pasting a token directly into adlib_get so we don't need to require users to have keyring. It's more of a convenience and gives you security.

My vote would be to leave it as encouraged, but not required. I can make sure the documentation clearly states that using keyring is the superior option.