You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The _credentials function does not get passed the params object as in other methods, but instead gets {}. This can be solved (I think!) replacing {} with params.
The text was updated successfully, but these errors were encountered:
Not all methods pass all the params to the query string.
For example, in
users.follows
:The
_credentials
function does not get passed theparams
object as in other methods, but instead gets{}
. This can be solved (I think!) replacing{}
withparams
.The text was updated successfully, but these errors were encountered: