• Resolved pierrethecrew

    (@pierrethecrew)


    The filter functionality of Linkedin feed does not work. Choices are

    • Updates of company
    • Job offers (BETA)
    • Any

    The code is incomplete: the $event_type variable is never used in flow-flow/libs/FlowSocial/src/flow/social/FFLinkedIn.php

    Just include it like this:

    $this->url = "https://api.linkedin.com/v1/companies/{$this->company}/updates?oauth2_access_token={$token}&count={$num}&format=json";
            if (isset($feed->{'event-type'}) && $feed->{'event-type'} != 'any'){
    			$event_type = '&event-type=' . $feed->{'event-type'};
                $this->url .= $event_type;
    		}
Viewing 1 replies (of 1 total)
  • Plugin Author Looks Awesome

    (@looks_awesome)

    Hello, thanks for your feedback, we will review code.

    Please notice due to recent API changes Linkedin feeds will work only with token of apps created before 1 March and that has rw_company_admin permission. We are trying to get access to V2 API but this depends on review team and it’s possible we will drop Linkedin support in future.

Viewing 1 replies (of 1 total)
  • The topic ‘Linkedin API event type filter not working (FIX)’ is closed to new replies.