简体   繁体   English

面子书:我如何从公开群组帖子中获取原始图片的网址

[英]facebook: How do i get the url's to original pictures from public group posts

I have an app that reads a public facebook group posts. 我有一个可读取公共Facebook群组帖子的应用。 I would like to extract not only a specific message ( which comes with the picture property containing a small \\ thumb image url) but also but also all images ( original size ). 我不仅要提取特定消息(图片属性附带一个小的\\ thumb图片url),还要提取所有图像(原始大小)。

The message is already done and working, but how do i get the original images belonging to this post? 该消息已经完成并且可以正常工作,但是我如何获得属于该帖子的原始图像?

You can use: 您可以使用:

http://graph.facebook.com/{post_id}/picture?type=<thumbnail OR normal OR album>

For example: 例如:

Normal: http://graph.facebook.com/1512268202361405/picture?type=normal 正常: http//graph.facebook.com/1512268202361405/picture?type = normal

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

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