OBJECT

SafeFacebookTopVideos

A collection of Facebook videos returned from the top videos api call and an error if any

link GraphQL Schema definition

  • type SafeFacebookTopVideos {
  • error_message: String @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • # List of facebook top videos for the current user
  • videos: [FacebookTopVideo!] @deprecated( reason: "WARNING: this field is only used in legacy applications" )
  • }