I simply want a user to be able to post their score to a Facebook wall. Similar to how it is done with he twitter framework. I have looked into FBConnect but that is more than i want the application to do. I would like it o simple post the score. Thanks
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
|
Even if you just want to post score to a Facebook wall, you have to follow Facebook rules. To protect their users' privacy, Facebook wants you register your app and ask the user to log in and to authorize your app to interact with its account. Actually, I think that FBConnect is the easiest way to get your goal. Otherwise, you could create your own class to manage any single required step, but still you have to ask your user to log in and to authorize interaction. Unfortunately, I'm afraid there are not any workaround to simplify that... |
|||
|
|