Currently various questions arise regarding CredentialsCreator.
One of the issue is the fact that the temporary credentials are updated during step 1.
Nothing indicates in the methods names that the credentials will be updated.
In Web Application this will often result in users to not store the Authorization Key and Secret.
This results in a failure during Step 2
Comments: CREATE A STATIC DICTIONNARY of credentials in the process of being generated.
Passthrough the callback url a unique identifier to get back the values from this dictionary.
One of the issue is the fact that the temporary credentials are updated during step 1.
Nothing indicates in the methods names that the credentials will be updated.
In Web Application this will often result in users to not store the Authorization Key and Secret.
This results in a failure during Step 2
Comments: CREATE A STATIC DICTIONNARY of credentials in the process of being generated.
Passthrough the callback url a unique identifier to get back the values from this dictionary.