I have already implemented this. For now I can get calendar, inbox, contacts.
And now I want to login as Office365 account. It means I want to get user's email & name, ... something like gem 'omniauth-facebook'
when login with Facebook.
Can anyone please help? Thanks in advance! Happy coding :D
I follow this sample application https://github.com/microsoftgraph/ruby-connect-rest-sample
It's working fine with gem
omniauth_src = 'https://github.com/cbales/omniauth-microsoft_graph'
gem 'omniauth-microsoft_v2_auth', git: omniauth_src