Automatically download new content from social channels?

Feb 8, 2013
1,089
27
0
juliantrueflynn.com
I know there's a lot of IFTTT for FB/Twitter/IG to Dropbox. Is there any that cover what users are uploading too though? For example I have a couple FB pages where users are uploading photos/videos where I want to automatically save each one into Dropbox.

I figure it's not that hard to code up... Even possible to just do a RSS feed made from Kimono Labs of any of these social sites and hook into a WP site to autopost and then it's saved in that DB where I can then put it anywhere -- Just trying to just avoid all this if there's a premade tool/setup.

If it makes a difference, these would all be pages I own, if it can do pages I don't have admin in that would be a plus.
 


You can get facebook page id's from this tool http:// findmyfacebookid. com it will spit you out an 8-12 digit number then place that in this string with the numbers replacing the XXXXXXXX https://www. facebook.com/feeds/page.php?id=XXXXXXXX&format=rss20 good luck.
 
Last edited:
You can get facebook page id's from this tool http:// findmyfacebookid. com it will spit you out an 8-12 digit number then place that in this string with the numbers replacing the XXXXXXXX https://www. facebook.com/feeds/page.php?id=XXXXXXXX&format=rss20 good luck.

Thanks, you're right that's how to get the RSS feed for a page. Kimono Labs tends to make something a little easier to work with + you can add additional settings to it which is why I usually prefer it. In this scenario I'm just trying to avoid the extra time to set up everything from an RSS feed.