Answered

How can I test OAuth before making it public?

  • 19 October 2020
  • 1 reply
  • 47 views

Badge +1

Hi, I want to implement OAuth for my app but as I can understand from the docs, I can do it only after making it public.

Until then I receive: `This app is private and can’t be installed or authorized `

 

 

So, I tried to make my app public but intercom crew sent me this: "We need to see OAuth in action to make sure it's working"

Please help, I'm a bit stuck.

 

Thanks in advance

icon

Best answer by Misha 19 October 2020, 17:27

View original

1 reply

Badge +1

Found an answer.

The problem was that I was trying to login with different account which has another private intercom app.

 

Using oauth with the same account and oauth client works fine

Reply