Create an album "Timeline Photos" using the Facebook Graph API

What I want

I need to create posts on the wall of a page with large preview images - like the ones that appear when you upload a photo. It will make sense to add these photos to the user's "Timeline Photos" album (or pages) using the Facebook Graph API.

Of course, I can poll the list of user albums and search for type:"wall"one (i.e. Timeline Photos in English translation), but what if the album does not exist? How to create it or how to make Facebook Graph create it?

What i tried

Try sending a message /me/feedwith a message and image URL (params pictureor source), but all it does is just create a message type:"link"with a small image, while I need type:"photo"one.

Once again, I need this because of the large photo that appears on the wall if the message is a photograph. For example, this happens when I upload an image to an album, which is automatically created for my application. But the problem is that when there are several photos posted one after another, Facebook automatically groups them into a set belonging to the album.

PS

Basically, I want you to be able to post to the wall of the page with large preview photos on the wall that are not grouped by album name.

Please, help. Thanks

+5

All Articles