Skip to content
Advertisement

Tag: linkedin

Can’t add OAuth 2.0 scopes LinkedIn

I don’t have the ability to change OAuth scope in the Linkedin developers page. That’s why while trying to get an authorization code I get this error: You can see the OAuth scopes section in my profile. I just can’t set up any scopes. Answer Navigate to Products in the LinkedIn Developer Console and select Sign in with LinkedIn. The

Linkedin parseq. How to run task after task?

I’m using parseq framework for asynchronous computation. Consider the following code. It first queries the content of google.com and then map the content to it’s length. Finally, the length is printed. The problem is that only the first task is ran. Why? Answer I was able to solve your problem with the use of HttpClient instead of OkHttp . Below

Advertisement