Post High Scores to Facebook

christicchristic Member, PRO Posts: 19
Is there a way to post hight scores to facebook? Would like to post things with info about the level competed, this is good advertising for the game and gamesalad too.

Comments

  • inceptioninception Member Posts: 74
    Not yet.
  • CreativeRiverCreativeRiver Member Posts: 43
    Shame!

    That's what's really needed for apps to work really well is social network.

    Is there a way that a coder can edit the gs game code and add in facebook button and action on wall?
  • peachpellenpeachpellen Member Posts: 977
    No, you can't put your own code in GS apps, sorry :(
  • StormyStudioStormyStudio United KingdomMember Posts: 3,989
    There are or were references to facebook within the gamesalad code that people had spotted before.

    So they are working on it. Maybe when beta reaches version 1.0 it will have it.

    Other things likes performance and memory leaks are probably high up on their list at the moment.

    Should be a good couple of years as the implement all the things we want.
  • guru-at-zidwareguru-at-zidware Member Posts: 369
    yes I think they are missing a few key features to take GS to the next level....

    - high score servers
    - Facebook integration
    - grouping actors
    - indicator wheel (toggle on/off)
    - scene change wizard
    - splash screen options

    John
  • prowlandprowland Member Posts: 24
    With the pro version you have URL forwarding.

    I dont know much about Facebook Integration, or High score servers per say, but I recon both should be possible.

    How about using URL forwarding passing through a query string to an arbitrary web page containing PHP, ASP, JSP [insert your favorite web technology here] to do the donkey work?

    I haven't tried, but would bet money you could get this to work.
  • firemaplegamesfiremaplegames Member Posts: 3,211
    @prowland: that won't work unfortunately. The URL you enter has to be hard coded. It cannot be dynamic in any way.

    Also, when used, the behavior quits the app and opens Safari.
  • prowlandprowland Member Posts: 24
    @firemaplegames: OK, not dynamic, thanks
Sign In or Register to comment.