How to retrieve Data from Facebook to Azure Blob

Wajih Arfaoui 70 Reputation points
2024-01-25T10:27:54.6666667+00:00

Hello, I want to retrieve the data about my facebook page (number of publications, interactions ..) into Azure Blob. how can i do it ? Thanks

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,876 questions
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
10,741 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Amira Bedhiafi 25,261 Reputation points
    2024-01-25T12:35:24.88+00:00

    Currently, I do not think there is a native integration between Azure Blob and Meta. Data Partners would be a choice, Acho.io also.
    https://datapartners.com https://acho.io/integrations/connect/Facebook%20Pages/Azure%20Blob%20Storage https://pipes.datavirtuality.com/connectors/join/facebook/azure-blob-storage/

    1 person found this answer helpful.

  2. Nehruji R 7,811 Reputation points Microsoft Vendor
    2024-01-29T12:52:56.2866667+00:00

    Hello Wajih Arfaoui,

    Greetings!  Welcome to Microsoft Q&A forum.  

    Adding to above responses, to retrieve data about your Facebook page, you can use the Facebook Graph API to extract data from Facebook. Once you have the data, you can store it in Azure Blob storage by generating and providing access token to make requests to the Graph API and retrieve data about your page. refer - Manage properties and metadata for a blob with Python - Azure Storage | Microsoft Learn you can use Azure Event Hubs to collect the data and Azure Stream Analytics to process the data in real-time.

    Alternatively, you can also use Azure Cosmos DB to store the data from Facebook. Azure Cosmos DB is a globally distributed, multi-model database service designed for use cases such as social media, gaming, and e-commerce. You can learn more about the design pattern for social media apps using Azure Cosmos DB here: Going social with Azure Cosmos DB.

    Similar Q&A thread for reference - https://learn.microsoft.com/en-us/answers/questions/1185504/twitter-and-facebook-social-media-data-ingestion-w

    Hope this answer helps. Please let us know if you have any further queries. I’m happy to assist you further.

    Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.