Facebook Open Graph

    Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen. Weitere Informationen

    • Facebook Open Graph

      Moin alle zusammen,

      ich versuche gerade auf meine Dolphin seite die Opengraph tags einzufügen und verzweifel gerade ein wenig.

      An welche stell müssen denn jetzt diese TAGS wie watch oder read platziert werden?

      die example file vom developers corner hab ich schon durch hat mir leider nicht viel gebracht

      developers.facebook.com/docs/concepts/opengraph/actions/

      Publish When Watching
      When a user starts watching any video-based content through your app, and has viewed a particular video content for at least 10 seconds, publish a story to Open Graph about the video.watches action with video as a reference to the built-in video-type object content.

      POST graph.facebook.com/me/video.watches?video=[video-type content url]

      You can also supply values for optional action properties such as start_time to specify when a user started watching a movie and expires_in to specify the length of a movie in seconds. By default, start_time will be set to the publish time of the Open Graph story about the activity, and expires_in will be set to the duration of the video-type object as specified in its Open Graph object markup.

      For example, if a user watched a Movie for two hours on May 5th, 2011, this activity would be published to Open Graph as

      POST /me/video.watches? video=[movie object content url]& created_time=2011-05-05T13:22& expires_in=7200


      Okay soweit so gut aber wie bbekomm ich das jetzt in boonex rein 8o ??