Whenever I use the debug tool of facebook to POST "actions" on an object, I do get a different id for each action, but see only one post on facebook. Why is that?
|
|
Yes, you should have a different URL for each og object. Each og object needs to have different http://www.rottentomatoes.com/celebrity/tom_hanks http://www.rottentomatoes.com/celebrity/meg_ryan View the source of those pages and you'll see Those are good examples of dynamic web pages as well. To answer your follow-up question in the comments:You can make For example, I created these dynamic objects: http://plooza.com/og/dynamic1.php?obj=0 http://plooza.com/og/dynamic1.php?obj=1 When I enter these og objects/URLs into the Debugger, it scrapes and parses them and recognizes them as different objects because I'm doing this on the webserver:
Note that I've changed When I submit |
|||||
|