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
{{ message }}
This repository was archived by the owner on Mar 8, 2019. It is now read-only.
# Or if your code is executed single threaded ...oauth_token,oauth_token_secret=# load from your dbXingApi::Client.configuredo |_|
_.oauth_token=oauth_token_.oauth_token_secret=oauth_token_secretend# no client instance needed, because oauth token is set globallyXingApi::User.me
... one might use the configure block in a request based filter (controller.before) to initialize a new request with a correct xing default client.
BUT: having a user without oauth_token and oauth_token_secret will lead to the following behaviour:
Reading the following:
... one might use the configure block in a request based filter (controller.before) to initialize a new request with a correct xing default client.
BUT: having a user without oauth_token and oauth_token_secret will lead to the following behaviour:
just sayin, greets
jochen