Forgot to add instagram to the socialauth AuthProviderFactory
Closed this issue · 2 comments
GoogleCodeExporter commented
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
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
Original comment by tarun.na...@3pillarglobal.com
on 12 Nov 2013 at 3:03
- Changed state: Done