<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: [resolved] Get data from social media - Facebook in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327951#M97276</link>
    <description>Yes, that's exactly what I was looking for. With the Graph API of Facebook, I can find the results related to a particular word (by setting the names, status, dates, etc ...). At first, I didn't quite understand the principle.
&lt;BR /&gt;Then, I have to create a script to retrieve data in JSON. And use it as an input file in Talend Open Studio.
&lt;BR /&gt;Thank you very much.
&lt;BR /&gt;Best regards.
&lt;BR /&gt;Stanaaaaa</description>
    <pubDate>Tue, 22 Apr 2014 15:43:27 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-04-22T15:43:27Z</dc:date>
    <item>
      <title>[resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327946#M97271</link>
      <description>Hi all
&lt;BR /&gt;I'm using Talend Open Studio for Data Integration for a few weeks, and my goal is to retrieve information about a topic via social networks. 
&lt;BR /&gt;Currently, the tTwitterInput component is useful to me, and I wanted to know if there was one for Facebook (but not tFApp because from what I understood it only treats the statistics related to its own application or his web site). And after consulting several topics on this forum, I have not found adequate answers to my problem.
&lt;BR /&gt;And if ever there was such a component, if it existed methods, plugins or connectors to extract data from status/group/facebook page.
&lt;BR /&gt;Thanks to you.
&lt;BR /&gt;Best regards.
&lt;BR /&gt;Stanaaaaa</description>
      <pubDate>Fri, 18 Apr 2014 14:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327946#M97271</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-18T14:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327947#M97272</link>
      <description>There is no component to connect to Facebook - also not in Talend Exchange. I guess most guys fetch statistics via a reporting interface (simply downloads csv return files).
&lt;BR /&gt;The only nice APIs I know so far has Google.</description>
      <pubDate>Sat, 19 Apr 2014 16:58:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327947#M97272</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-19T16:58:55Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327948#M97273</link>
      <description>Hi Stana,&lt;BR /&gt;Have you checked facebook graph API? &lt;BR /&gt;Vaibhav</description>
      <pubDate>Mon, 21 Apr 2014 06:06:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327948#M97273</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-21T06:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327949#M97274</link>
      <description>Hi,
&lt;BR /&gt;Firstly, thank you for your answers. 
&lt;BR /&gt;Yes, I tried the facebook graph API, but it seems to return information that a particular page (person, group...). What I am looking is to find the facebook status related to a keyword. Do you have any idea?
&lt;BR /&gt;Best regards.
&lt;BR /&gt;Stanaaaaa</description>
      <pubDate>Tue, 22 Apr 2014 09:57:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327949#M97274</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T09:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327950#M97275</link>
      <description>This will read the status and related messages&lt;BR /&gt;GET /{status-id} HTTP/1.1&lt;BR /&gt;Host: graph.facebook.com&lt;BR /&gt;&lt;A href="https://developers.facebook.com/docs/graph-api/reference/status/" rel="nofollow noopener noreferrer"&gt;https://developers.facebook.com/docs/graph-api/reference/status/&lt;/A&gt;&lt;BR /&gt;Vaibhav</description>
      <pubDate>Tue, 22 Apr 2014 10:33:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327950#M97275</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T10:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327951#M97276</link>
      <description>Yes, that's exactly what I was looking for. With the Graph API of Facebook, I can find the results related to a particular word (by setting the names, status, dates, etc ...). At first, I didn't quite understand the principle.
&lt;BR /&gt;Then, I have to create a script to retrieve data in JSON. And use it as an input file in Talend Open Studio.
&lt;BR /&gt;Thank you very much.
&lt;BR /&gt;Best regards.
&lt;BR /&gt;Stanaaaaa</description>
      <pubDate>Tue, 22 Apr 2014 15:43:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327951#M97276</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-22T15:43:27Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327952#M97277</link>
      <description>Hi Stana,
&lt;BR /&gt;Can you please post the sample complete script here so that it is useful to others as well. I also don't remember how I did it earlier.
&lt;BR /&gt;Thanks
&lt;BR /&gt;Vaibhav</description>
      <pubDate>Wed, 23 Apr 2014 05:20:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327952#M97277</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T05:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327953#M97278</link>
      <description>Hi sanvaibhav,
&lt;BR /&gt;For now, I have not yet realized the script. I don't know when I will post it, cause I currently have a problem with acess token apparently because of permissions. 
&lt;BR /&gt;I currently testing a simple request in a browser, trying to make a script after that. I need the exact syntax to do what I want, but the idea could be the next:
&lt;BR /&gt;Core (for example, statuses about Apple):
&lt;BR /&gt;
&lt;A href="https://graph.facebook.com/search?fields=name,message&amp;amp;limit=50&amp;amp;q=Apple" rel="nofollow noopener noreferrer"&gt;https://graph.facebook.com/search?fields=name,message&amp;amp;limit=50&amp;amp;q=Apple&lt;/A&gt;
&lt;BR /&gt;Access Token (to add before or after, I don't know):
&lt;BR /&gt;/access_token?client_id=12345&amp;amp;client_secret=12345abcde&amp;amp;type=client_cred/
&lt;BR /&gt;Best regards.
&lt;BR /&gt;Stanaaaaa</description>
      <pubDate>Wed, 23 Apr 2014 08:53:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327953#M97278</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T08:53:51Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] Get data from social media - Facebook</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327954#M97279</link>
      <description>&lt;BR /&gt;I found a solution, two choices open to us:
&lt;BR /&gt;1) For example, all statuses about a page. Here, we take directly the token after the request: 
&lt;BR /&gt;"
&lt;A href="https://graph.facebook.com/oracle/feed?access_token=121212121212121212|abababababababab" rel="nofollow noopener noreferrer"&gt;https://graph.facebook.com/oracle/feed?access_token=121212121212121212|abababababababab&lt;/A&gt;"
&lt;BR /&gt;2) For a script, we perform the request of a token at each excution. To do this, we must define in the language of our choice two variables:
&lt;BR /&gt;"
&lt;A href="https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&amp;amp;client_id={app_id}&amp;amp;client_secret={secret_key}" rel="nofollow noopener noreferrer"&gt;https://graph.facebook.com/oauth/access_token?grant_type=client_credentials&amp;amp;client_id={app_id}&amp;amp;client_secret={secret_key}&lt;/A&gt;"
&lt;BR /&gt;Then, in a second variable:
&lt;BR /&gt;"https://graph.facebook.com/oracle/feed?"
&lt;BR /&gt;As said previously, we just create a job in Talend Open Studio using this syntax, then recover all the desired values and treat them.
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;The following message appears when I do a simple query using the appropriate access token.
&lt;BR /&gt;{
&lt;BR /&gt; "error": {
&lt;BR /&gt; "message": "(#200) Permissions error",
&lt;BR /&gt; "type": "OAuthException",
&lt;BR /&gt; "code": 200
&lt;BR /&gt; }
&lt;BR /&gt;}</description>
      <pubDate>Wed, 23 Apr 2014 10:37:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-Get-data-from-social-media-Facebook/m-p/2327954#M97279</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-04-23T10:37:02Z</dc:date>
    </item>
  </channel>
</rss>

