Skip to content

Escaping of URL prevents requesting LinkedIn data #46

@appsol

Description

@appsol

I can get data from LinkedIn using the URL:

people/~:(id,num-connections,num-connections-capped)?format=json

However when using the library, the URL is escaped to produce:

people/~%3A%28id%2Cnum-connections%2Cnum-connections-capped%29

This is rejected by LinkedIn with:

Could not find person based on: ~%3A%28id%2Cnum-connections%2Cnum-connections-capped%29

Is there a way to prevent the URL being escaped before being used?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions