I have a simple site with a playlist-driven flash movie player.
the site is NOT a facebook app.
when a user clicks a video to watch from the playlist, that video's title, description, and thumbnail are registered in javascript variables.
the site also has a facebook button for sharing. If the user hits the fb share button while video_123 is playing then the video_123-info should show up when the share posts to the user's fb wall.
the only problem is that the http://www.facebook.com/dialog/feed seems to require a app_id, but my site is not a fb app.
any suggestions please?
thanks.