c0debrain / socialauth

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

Forgot to add instagram to the socialauth AuthProviderFactory #307

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi y'all,

Just thought I would let you know that you forgot to add a couple of lines to 
the socialauth AuthProviderFactory to finish your instagram implementation.

Please add the following lines to the static block at the top of this class:

providerMap.put("instagram", 
org.brickred.socialauth.provider.InstagramImpl.class);

domainMap.put("instagram", "api.instagram.com");

Otherwise it works great and thanks for doing this it made our lives pretty 
easy.

Best regards,
Andrew Shannon
Android Developer
WillowTree Apps, Inc.

Original issue reported on code.google.com by andrew.s...@willowtreeapps.com on 24 Oct 2013 at 5:22

GoogleCodeExporter commented 9 years ago
AuthProvider Factory class is only for backward compatibility.
Now you can use latest API without Factory. 
You have to use SocialAuthManager.

Please go through the following link and Use SocialAuthManager instead of 
Factory.

Regards
Tarun

Original comment by tarun.na...@3pillarglobal.com on 28 Oct 2013 at 4:30

GoogleCodeExporter commented 9 years ago

Original comment by tarun.na...@3pillarglobal.com on 12 Nov 2013 at 3:03