Organize photos into albums using API - google-photos

The new Google Photos API seems to allow the creation of albums and uploading images to albums, but I'd like to organize existing photos in Google Photos into new albums; is this currently possible somehow?

Related

Select some photos from witnin an album and Create a url to share them using Google Photo APIs

I managed to create a Google Photo Album and upload many photos to this album using the Google Photo API.
I need also using Google Photo API again, to select only a couple of these photos and create a url in order to share this.
I would appreciate any help,
Nick

Fetch a random photo from Google Photos with API

I want to write an app that fetches a random photo from my Google Photos set of photos using the Google Photos API. This is the new Google Photos, not the old one that was linked to a Google Drive.
In my review of the API Docs, it seems that you can list albums, and perhaps list what the albums contain, but it's not obvious to me how to download a photo itself. Can anyone figure it out?
Try with this API: https://developers.google.com/photos/library/reference/rest/v1/mediaItems/list
It lets you list the photos from your library and returns two parameters, productUrl and baseUrl, that you could use to get the photo.

Is there query API for Google Photos (photos.google.com)

We can choose cat photos taken in a location in the google photos app, but I wonder if there is any API for that?
I did some search and people suggested we can use the old google+ API for upload, but I'm looking into getting a list of photos that match the search.
Or, perhaps to get a list of photos in a given public photo albums?

Is it possible to query the photos uploaded by "Photo Sync" feature from iOS/Android Facebook app

I am developing a feature to allow user to pick one of his photos from Facebook to do something accordingly.
In fact, I can query all his albums and photos excepting the photos uploaded by "Photo Sync", it is a new feature on iOS/Android Facebook app.
I am wondering if it is possible to query them via graph api for further usage? Any special permission is required?

Is there an API to create albums and upload photos to Pages and groups?

In our APP we are successfully creating albums and uploading photos to users accounts however there does not seem to be a way to create albums and upload photos to albums in Pages and groups.
Looks like we can publish photos to streams of pages and groups but not really manage albums.
Does anyone know how to do this?
You can totally create create albums and post photos to Pages. There is a post on this here:
https://developers.facebook.com/blog/post/498/
To post to a page you just replace the user id with the page id, and make sure you have requested the publish_stream permission.
However, up until recently it seems that groups did not have albums and you could only publish a photo to the group timeline.
Groups now have albums, but it seems like you can't create them. When I try to I get a permissions error. Has anyone else managed to create an album for a facebook group?