简体   繁体   English

将Facebook图片推送到ASP.net网站?

[英]Push facebook images to ASP.net website?

Does anyone know if it is possible to develop a facebook application which could detect images uploaded into a specific album and somehow upload them to an asp.net website automatically? 有谁知道是否有可能开发一个Facebook应用程序,该应用程序可以检测上传到特定相册的图像并以某种方式自动将其上传到asp.net网站?

Any input would be much appreciated as I don't have any experience of FB development yet. 任何输入将不胜感激,因为我还没有FB开发的经验。

I am not aware of an application existing already to accomplish this, however; 但是,我不知道已经有一个应用程序可以完成此任务。 it is very possible to develop an app to do this. 开发一个应用程序来做到这一点是很有可能的。 The reasonable steps may be as follows: 合理的步骤如下:

  1. Retrieve data (to database) from album for current images 从相册中检索当前图像的数据(到数据库)
  2. Poll the album at a certain interval to check for changes 以一定间隔轮询相册以检查是否有更改
  3. If change exists, compare the album contents with the saved data 如果存在更改,请将专辑内容与保存的数据进行比较
  4. Download (to the desired location) the images that did not exist already 下载(到所需位置)尚不存在的图像
  5. Update application records (database) to reflect the new items 更新应用程序记录(数据库)以反映新项目

repeat. 重复。

This could be produced rather quickly if desired for personal use, and you dont need the finishing touches that an application for general consumption may need. 如果需要用于个人用途,则可以相当快地生产此产品,并且您不需要一般消费应用程序可能需要的最后润饰。

If this is the route you decide to take, the FB api Facebook Developers reference is very complete, as well as the information available at stackoverflow. 如果这是您决定采用的途径,那么FB api Facebook Developers参考非常完整,以及stackoverflow上的可用信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM