Hi,
With HTTPConnector I am able to extract profile data from Profile API where as If I use other API like people search, Company Search & Job Search it is throwing SEARCH DENIED with OAUTH1.
I am able to do the same with PYTHON scripting. Please let me know the limitations of it or I am missing any parameter.
----------------------------Graph Source-----------------
<?xml version="1.0" encoding="UTF-8"?>
<Graph author="sedlacek" created="Sat Jan 18 13:35:42 CET 2014" guiVersion="3.5.3" id="1390049580722" licenseType="Evaluation" modified="Thu Jan 08 16:48:34 IST 2015" modifiedBy="157482" name="LinkedIn" revision="1.43" showComponentDetails="true">
<Global>
<Metadata id="Metadata0">
<Record fieldDelimiter="|" name="LinkedInResponse" recordDelimiter="\n" type="delimited">
<Field name="content" type="string"/>
</Record>
</Metadata>
<Metadata id="Metadata1" previewAttachmentCharset="ISO-8859-1">
<Record fieldDelimiter="|" name="Updates" previewAttachmentCharset="ISO-8859-1" recordDelimiter="\n" type="delimited">
<Field label="first_name" name="first_name" type="string"/>
<Field label="last_name" name="last_name" type="string"/>
<Field delimiter="|" name="headline" type="string"/>
</Record>
</Metadata>
<GraphParameters>
<GraphParameterFile fileURL="workspace.prm"/>
</GraphParameters>
<Note alignment="1" backgroundColorB="225" backgroundColorG="255" backgroundColorR="255" enabled="true" folded="false" height="48" id="Note0" textColorB="0" textColorG="0" textColorR="0" textFontSize="12" title="LinkedIn REST API usage example" titleColorB="0" titleColorG="0" titleColorR="0" titleFontSize="14" width="599" x="17" y="51"/>
<Dictionary/>
</Global>
<Phase number="0">
<Node consumerKey="78tnom9vvahxws" consumerSecret="K9kYvhLpX9MCTNf4" enabled="enabled" guiName="Get updates from LinkedIn" guiX="17" guiY="109" id="GET_UPDATES_FROM_LINKED_IN" oAuthAccessToken="b2ff8768-2e88-4a3b-9afc-2f7f5af72a62" oAuthAccessTokenSecret="6f51209c-0f11-4bc9-af39-5e4ecd5fc285" type="HTTP_CONNECTOR" url="https://api.linkedin.com/v1/people-search?first-name=Sarath&last-name=Pendyala"/>
<Node enabled="enabled" guiName="Trash" guiX="462" guiY="271" id="TRASH" type="TRASH"/>
<Edge debugMode="true" fromNode="GET_UPDATES_FROM_LINKED_IN:0" guiBendpoints="" guiRouter="Manhattan" id="Edge0" inPort="Port 0 (in)" metadata="Metadata0" outPort="Port 0 (out)" toNode="TRASH:0"/>
</Phase>
</Graph>