i have a app that upload a photo to users profile
but when it upload a photo it goes to a new album named with a app name.
what i want to do is upload photo to a album named by me like
“my test album” or some thing.
and when the album my test album doesn’t exist it should create a album “my test album”.
On first upload you can create the album :
and save the album_id that is returned.
Then for sequential uploads you can make calls to :
It is all covered in this facebook developers blog post.