Skip to content

(400): Unknown field {first-name} in resource {Update} #241

Description

@fschuindt

I have faced this problem when I call @client.network_updates:

LinkedIn::Errors::GeneralError in LinkedinsController#callback
(400): Unknown field {first-name} in resource {Update}

That's the code where I set @client:

def set_linkedin_client
  @client = LinkedIn::Client.new('xxx', 'xxx')
  LinkedIn.default_profile_fields = %w(first-name last-name date-of-birth location:(name) email-address skills certifications educations courses phone-numbers positions languages)
end

I don't know if it's real a issue, but I can't figure out what I am missing.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions