Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
553 views
in Technique[技术] by (71.8m points)

api - Facebook Application: Uploading multiple images in one post to wall

How to upload multiple images in one post via api?

Like here: http://www.facebook.com/SocialCity?v=wall

I have managed to upload only one image via curl request.

curl -F "access_token=token_here" -F "message=message_here" -F "picture=http://www.example.com/image.jpg" https://graph.facebook.com/app_id_here/feed

Or it's not possible to post multiple images this way?

Anyone?

Thanks ;)

See Question&Answers more detail:os

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

It's possible by now with the Open Graph however it seems to apply only to user generated fotos: https://developers.facebook.com/docs/opengraph/usergeneratedphotos/


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...