Hi mates,
   I read through the man <https://apiok.ru/ext/oauth/>, created an 
odnoklassniki app, received these things to email:
 Application ID NNNNNNN 
 Публичный ключ приложения XXXX
 Секретный ключ приложения XXXX
 Ссылка на приложение https://ok.ru/game/ <https://ok.ru/game/1276730880>
NNNNNNN


   And as per instruction from the link <https://apiok.ru/ext/oauth/server> 
created a ref on login.html:

<a href=
>> "https://connect.ok.ru/oauth/authorize?client_id=NNNNNNN&scope=VALUABLE_ACCESS&response_type=code&redirect_uri=192.168.1.8:11111&layout=w";
>> >OK</a>
>>
>
Then on clicking the link on login(in my local app ) it redirects me to the 
odnoklassniki site and asks to use the odnoklassniki account with prompt to 
enter credentials. 
It checks credentianls and forwards me to the link 192.168.1.8:11111

But the registration magic has not been done as expected. The site still offers 
to enter credentials. 
With VK the only thing I added is this link
<a href="/login/vk-oauth2">VK</a>
and it works fine. (it's working out of the box of social auth, the same 
success with Google+)

Could someone please forward me to the detailed howto man for odnoklassniki 
authorization(example is prefered)?

Thanx in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/c7c6835b-c37f-4def-861e-781ff258230c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to