Member since
11-14-2017
4
Posts
0
Kudos Received
0
Solutions
06-08-2018
05:25 PM
Hi. You can check @Tran Quyet Thang https://github.com/iheb-boughzala/AllFbPostsUsingNifi
... View more
05-22-2018
12:55 PM
I'm collecting facebook data using NIFI. Using which processors ( and configurations) and how to modify the query to get more next feeds from the response( Graph API) . I'm getting the first 100 posts and after that a link to the next 100 posts how to manage a dynamic process to get contunually dataflow from facebook.
... View more
11-16-2017
09:18 AM
Hi @Aldrin Piri, @omer alvi ,I am using GetHTTPS to ingest data from a Facebook page and sending it to PutHDFS. The roadblock is that once the data from that page is ingested and I stop the process, that particular url is not hit again when i restart the process. What are the modifications I can make to my url such that the process of data ingestion is a continuous process? This is a sample of the url I am currently using : https://graph.facebook.com/v2.11/542678889114683/?fields=name,likes,posts&access_token="my_access_token"&limit=100
... View more