<?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>question Re: How to get facebook feeds into NiFi? in Archives of Support Questions (Read Only)</title>
    <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110961#M33771</link>
    <description>&lt;P&gt;Thanks @&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;Pierre Villard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got some data but still having doubts&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have created one app in facebook developer and using graph API explorer get my access token&lt;/LI&gt;&lt;LI&gt;In my Gethttp, I use url as &lt;A href="https://graph.facebook.com/v2.6/Starbucks&amp;amp;access_token=my_access_token" target="_blank"&gt;https://graph.facebook.com/v2.6/Starbucks&amp;amp;access_token=my_access_token&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;i have to give at least a name of the file and i configure ssl (StandardSSLContextService) &lt;/LI&gt;&lt;LI&gt;Finally i directly put into HDFS, after receive first file it shows error file already exist&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left: 20px;"&gt;My problem is how can i received as multiple json files and my access token is expired in specific time is thr any options to extend dynamically....please show me with properties screen shot&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;
&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Thank you...&lt;/P&gt;</description>
    <pubDate>Tue, 05 Jul 2016 17:28:53 GMT</pubDate>
    <dc:creator>manikandan</dc:creator>
    <dc:date>2016-07-05T17:28:53Z</dc:date>
    <item>
      <title>How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110959#M33769</link>
      <description>&lt;P&gt;How to get facebook data and store into my HDFS&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Ex. I have one  #tag say Starbucks i need to get feeds from it as json file&lt;/LI&gt;&lt;LI&gt;I'm newer in NIFI so please explain from beginning and read many posts regarding facebook need to start from getHttp&lt;/LI&gt;&lt;LI&gt;which address i need to give to get feeds for particular tags. &lt;/LI&gt;&lt;LI&gt;please show me properties with example&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 13:18:23 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110959#M33769</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-07-04T13:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110960#M33770</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10670/manikandan.html" nodeid="10670"&gt;@Manikandan Durairaj&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;I'd suggest you to read the following posts:&lt;/P&gt;&lt;UL&gt;
&lt;LI&gt;&lt;A href="https://developers.facebook.com/docs/graph-api/using-graph-api" target="_blank"&gt;https://developers.facebook.com/docs/graph-api/using-graph-api&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.facebook.com/docs/graph-api/common-scenarios" target="_blank"&gt;https://developers.facebook.com/docs/graph-api/common-scenarios&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;&lt;A href="https://developers.facebook.com/docs/facebook-login/access-tokens" target="_blank"&gt;https://developers.facebook.com/docs/facebook-login/access-tokens&lt;/A&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;I'd try something like:&lt;/P&gt;&lt;P&gt;&lt;A href="https://graph.facebook.com/search?q=%23YOU-HASH-VALUE&amp;amp;limit=10000&amp;amp;access_token=YOUR-ACCESS-TOKEN" target="_blank"&gt;https://graph.facebook.com/search?q=%23YOU-HASH-VALUE&amp;amp;limit=10000&amp;amp;access_token=YOUR-ACCESS-TOKEN&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2016 14:36:41 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110960#M33770</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-07-04T14:36:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110961#M33771</link>
      <description>&lt;P&gt;Thanks @&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;Pierre Villard&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I got some data but still having doubts&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I have created one app in facebook developer and using graph API explorer get my access token&lt;/LI&gt;&lt;LI&gt;In my Gethttp, I use url as &lt;A href="https://graph.facebook.com/v2.6/Starbucks&amp;amp;access_token=my_access_token" target="_blank"&gt;https://graph.facebook.com/v2.6/Starbucks&amp;amp;access_token=my_access_token&lt;/A&gt;&lt;/LI&gt;&lt;LI&gt;i have to give at least a name of the file and i configure ssl (StandardSSLContextService) &lt;/LI&gt;&lt;LI&gt;Finally i directly put into HDFS, after receive first file it shows error file already exist&lt;/LI&gt;&lt;/UL&gt;&lt;P style="margin-left: 20px;"&gt;My problem is how can i received as multiple json files and my access token is expired in specific time is thr any options to extend dynamically....please show me with properties screen shot&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;
&lt;/P&gt;&lt;P style="margin-left: 20px;"&gt;Thank you...&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 17:28:53 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110961#M33771</guid>
      <dc:creator>manikandan</dc:creator>
      <dc:date>2016-07-05T17:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110962#M33772</link>
      <description>&lt;P&gt;Hi &lt;A rel="user" href="https://community.cloudera.com/users/10670/manikandan.html" nodeid="10670"&gt;@Manikandan Durairaj&lt;/A&gt; &lt;/P&gt;&lt;P&gt;To update the name of the file, you can use an UpdateAttribute processor and set the attribute 'filename' with the name of your choice using expression language [1]. If you want a name based on current time, you can use date functions, otherwise you can use the function UUID to generate a unique filename for each flow file.&lt;/P&gt;&lt;P&gt;That would be a property filename with ${UUID()}&lt;/P&gt;&lt;P&gt;[1] &lt;A href="https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html"&gt;https://nifi.apache.org/docs/nifi-docs/html/expression-language-guide.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Jul 2016 18:05:15 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110962#M33772</guid>
      <dc:creator>pvillard</dc:creator>
      <dc:date>2016-07-05T18:05:15Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110963#M33773</link>
      <description>&lt;P&gt;Hi &lt;A href="https://community.hortonworks.com/users/10670/manikandan.html"&gt;@Manikandan Durairaj&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;Can you share template with me if you get success on this.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Yogesh&lt;/P&gt;</description>
      <pubDate>Mon, 11 Jul 2016 14:43:01 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110963#M33773</guid>
      <dc:creator>yogesh_sharma05</dc:creator>
      <dc:date>2016-07-11T14:43:01Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110964#M33774</link>
      <description>&lt;P&gt;Did you ever run into problems in terms of API permission?  I am trying to do something similar, searching for a specific word in public posts and fetch them using NiFi and pushing it to HDFS but I am having trouble doing so.  &lt;/P&gt;&lt;P&gt;Could you share a template with me if you get any further in this process?  &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Sat, 23 Jul 2016 03:21:17 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110964#M33774</guid>
      <dc:creator>pslin</dc:creator>
      <dc:date>2016-07-23T03:21:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110965#M33775</link>
      <description>&lt;P&gt;This post is similar to your use case and shows how to rename the file for repeated ingests as @&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;Pierre Villard&lt;/A&gt; describes&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/users/5078/pvillard.html"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.hortonworks.com/articles/48816/nifi-to-ingest-and-transform-rss-feeds-to-hdfs-usi.html"&gt;https://community.hortonworks.com/articles/48816/nifi-to-ingest-and-transform-rss-feeds-to-hdfs-usi.html &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2016 05:08:32 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110965#M33775</guid>
      <dc:creator>gkeys</dc:creator>
      <dc:date>2016-08-04T05:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110966#M33776</link>
      <description>&lt;P&gt;I wrote this for basic facebook ingest&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.cloudera.com/t5/Community-Articles/Accessing-Facebook-Page-Data-from-Apache-NiFi-1-2/ta-p/246915" target="_blank" rel="noopener"&gt;https://community.cloudera.com/t5/Community-Articles/Accessing-Facebook-Page-Data-from-Apache-NiFi-1-2/ta-p/246915&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 13:39:00 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/110966#M33776</guid>
      <dc:creator>TimothySpann</dc:creator>
      <dc:date>2019-10-13T13:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/280059#M33777</link>
      <description>&lt;P&gt;The link is no longer valid. Could you please update?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 00:05:52 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/280059#M33777</guid>
      <dc:creator>Mostafa01</dc:creator>
      <dc:date>2019-10-13T00:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to get facebook feeds into NiFi?</title>
      <link>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/280076#M33778</link>
      <description>&lt;P&gt;&lt;a href="https://community.cloudera.com/t5/user/viewprofilepage/user-id/70268"&gt;@Mostafa01&lt;/a&gt;&amp;nbsp;The link in Tim's reply above has been updated and should correctly resolve now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Oct 2019 13:44:28 GMT</pubDate>
      <guid>https://community.cloudera.com/t5/Archives-of-Support-Questions/How-to-get-facebook-feeds-into-NiFi/m-p/280076#M33778</guid>
      <dc:creator>ask_bill_brooks</dc:creator>
      <dc:date>2019-10-13T13:44:28Z</dc:date>
    </item>
  </channel>
</rss>

