Closed trestrantham closed 7 years ago
Hi there,
You should be able to specify scopes in your Ueberauth config:
config :ueberauth, Ueberauth,
providers: [
fitbit: { Ueberauth.Strategy.Fitbit, [default_scope: "activity profile"] }
]
Great, thanks! :+1:
It seem like this strategy defaults to requesting all available scopes. Is there a way to specify just a subset?