Waterpumper / socialauth

Automatically exported from code.google.com/p/socialauth
0 stars 0 forks source link

Facebook Permissions not getting included #387

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Try to change facebook permissions and nothing is reflected. 

What is the expected output? What do you see instead?

What version of the product are you using? On what operating system?
4.0

Please provide any additional information below.
While debugging the AuthProviderFactory at line 262. 
            conf = new OAuthConfig(consumerKey, consumerSecret);
Every time we are creating a new instance of OAuth and not using the one which 
was initialized earlier. 

This is causing the new changes not to load. 

Kindly verify. 

Original issue reported on code.google.com by puneet...@gmail.com on 21 Apr 2015 at 4:09