Open GoogleCodeExporter opened 8 years ago
Hi,
never provide your keys and secrets on open forum. it can be misused. Check
this post if it can help you and let me know.
https://github.com/3pillarlabs/socialauth-android/wiki/Create-Own-Social-Network
-Provider
Original comment by vineet.a...@3pillarglobal.com
on 14 Jan 2014 at 1:01
NP. It's just test key doesn't matter.
I say that I do all like described in this thread (
https://github.com/3pillarlabs/socialauth-android/wiki/Create-Own-Social-Network
-Provider ) . But this error...
Original comment by CCM...@gmail.com
on 14 Jan 2014 at 1:05
Hi try to run without providing custom permissions. Let's check are you able to
authenticate.
Original comment by vineet.a...@3pillarglobal.com
on 14 Jan 2014 at 1:07
Where I can get example for use Your lib "without providing custom
permissions", just directly?
Original comment by CCM...@gmail.com
on 14 Jan 2014 at 1:09
[deleted comment]
All this credentials works good with direct oAuth or if I use different lib
(kateVk for ex.)
Original comment by CCM...@gmail.com
on 14 Jan 2014 at 1:13
Remove this line
vkontakte.custom_permissions = wall,groups,photos,offline
Original comment by vineet.a...@3pillarglobal.com
on 14 Jan 2014 at 1:13
[deleted comment]
[deleted comment]
Unfortunately it's doesn't help. Same error. =(
Original comment by CCM...@gmail.com
on 14 Jan 2014 at 1:25
[deleted comment]
It's have a easy solution. Just in activity:
SocialAuthAdapter.Provider vkontakteProvider = SocialAuthAdapter.Provider.GENERIC;
vkontakteProvider.setName("vkontakte");
vkontakteProvider.setCallBackUri("https://oauth.vk.com/blank.html");
socialAuthAdapter.addProvider(vkontakteProvider, R.drawable.vkontakte);
Make sure what drawable resource has same name with Provider.
Thank You for nothing. =)
Original comment by CCM...@gmail.com
on 20 Jan 2014 at 11:51
Original comment by vineet.a...@3pillarglobal.com
on 23 Jan 2014 at 6:46
Original comment by l...@3pillarglobal.com
on 24 Mar 2014 at 7:46
Original issue reported on code.google.com by
CCM...@gmail.com
on 14 Jan 2014 at 8:58