[Facebook API] How to Post Photos to Albums and Tag People

Tadashi Shigeoka ·  Mon, April 2, 2012

I researched how to use Facebook’s API to post photos to albums and tag people in them, so here’s a memo.

If you read the Photo and Album API documentation, it’s mostly written there.

Photo - Facebook Developers はてなブックマーク - Photo - Facebook Developers

Album - Facebook Developers はてなブックマーク - Album - Facebook Developers

For PHP, this reference looks good.

FacebookのSDKで、自分のアルバムに写真を投稿し、タグ付けする方法 | tech.kayac.com - KAYAC engineers’ blog はてなブックマーク - FacebookのSDKで、自分のアルバムに写真を投稿し、タグ付けする方法 | tech.kayac.com - KAYAC engineers' blog

That’s all from the Gemba.