Please tell me how do I authorize StackOverflow? I've stopped at the "fkey" parameter, where do I get it from? 
|
1 answer
From the StackExchange object: StackExchange.options.user.fkey .
But it is better to use the API .
- Damn, API documentation in English, not that not clear: ( - alex-rudenkiy
- Can you tell me how to do this using the API? - alex-rudenkiy
- @ alex-rudenkiy, it’s easy enough, I don’t really know English, but I figured it out in a couple of hours (later it turned out that the problem was not in the language, but in an obsolete example). - user207618
- And if the standard post to work, then I save the cookie? - alex-rudenkiy
- @ alex-rudenkiy, I can not tell, because I don't know sharpe. The algorithm is normal, in general, OAuth2 - send a request, they ask the user for permission and return you an access token. - user207618
|