Common/data/v1.1/Videofacebook

Jump to: navigation, search

VideoFacebook

Information about a Facebook account for a movie or TV program.

Elements

NameTypeDescription
name string Account name.
status string Status of the Facebook account.
url string Link to the Facebook page.
urlType string Type of page as selected by the user.

XML Response Example

<VideoFacebook>
  <name>The Simpsons</name>
  <urlType>Official</urlType>
  <url>http://www.facebook.com/TheSimpsons</url>
  <status>Current</status>
</VideoFacebook>

JSON Response Example

{
  "name":"The Simpsons",
  "urlType":"Official",
  "url":"http://www.facebook.com/TheSimpsons",
  "status":"Current"
}
 
Personal tools