• Ted Z.
  • NEWBIE
  • 10 Points
  • Member since 2014
  • Software Engineer
  • Adobe Systems Inc.

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 6
    Replies
I have a hybrid app. that we implement login, refresh access tokens, etc.

I just implement Revoke Refresh_Token by POST Refresh Token to instance_url + '/services/oauth2/revoke'.
It works.  The app. could not renew access token with the refresh token. I assume by doing this the app. is logged out.

My problem is, when I tried to login again, the screen shows the dialog of Allow, Deny MyConnectedApp. It seems like the app. is not log out.

I just need to click on Allow, then the app. is logged in again.  I don't need to type in password, etc.

How to fix this problem?
  • February 15, 2014
  • Like
  • 0
add a record to a custom object.

I have looked around and could not find such a sample app.  
  • February 05, 2014
  • Like
  • 0
I have a hybrid app. that we implement login, refresh access tokens, etc.

I just implement Revoke Refresh_Token by POST Refresh Token to instance_url + '/services/oauth2/revoke'.
It works.  The app. could not renew access token with the refresh token. I assume by doing this the app. is logged out.

My problem is, when I tried to login again, the screen shows the dialog of Allow, Deny MyConnectedApp. It seems like the app. is not log out.

I just need to click on Allow, then the app. is logged in again.  I don't need to type in password, etc.

How to fix this problem?
  • February 15, 2014
  • Like
  • 0
add a record to a custom object.

I have looked around and could not find such a sample app.  
  • February 05, 2014
  • Like
  • 0