MySQL Forums
Forum List  »  MySQL Workbench

Re: Help using MYSQL to automatically gather data from Facebook Graph API
Posted by: Philip Olson
Date: June 26, 2014 08:38PM

This is not a task for MySQL Workbench. While you can use MySQL to store this data, you need another method to gather it. Using a programming language, such as PHP, is a common way. You might want to (A) Determine how to get the like count into PHP, (B) Write a PHP script that inserts the like count into MySQL, and (C) Set up a cron job (or scheduler) to execute this script each day.

---
Philip Olson
Technical Writer
MySQL Documentation Team @ Oracle

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Help using MYSQL to automatically gather data from Facebook Graph API
658
June 26, 2014 08:38PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.