Facebook

The following endpoints can be used as page (feed) source and will allow you to integrate Facebook contents into your app without caring about anything.

Get posts

Endpoint:

  • /social/facebook/$username

Variables:

  • $username - the Facebook username of which you would like to display posts

Example:

Get events

Endpoint:

  • /social/facebook/$username/events

Variables:

  • $username - the Facebook username of which you would like to display events

Example:

Get galleries

Endpoint:

  • /social/facebook/$username/gallery

Variables:

  • $username - the Facebook username of which you would like to display all the galleries

Example:

Get album images

Endpoint:

  • /social/facebook/$username/gallery/$album_id

Variables:

  • $username - the Facebook username of which you would like to display the album
  • $album_id - the Facebook album ID

Example: