You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@fschuindt looks like LinkedIn.default_profile_fields are being set as the :fields argument in the network_updates call, even though those fields don't apply to that call. The work around would be to not set .default_profile_fields OR specify the fields when you call #network_updates:
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:
I don't know if it's real a issue, but I can't figure out what I am missing.
The text was updated successfully, but these errors were encountered: