如何创建一个对象来发布分数?
我正在 Android 上开发一款游戏,希望与 facebook 集成,以便用户可以分享他的结果。
我正在使用开放图从我的应用程序创建操作、对象等。
使用像这样的直接图形 API 请求已经取得了一些进展。
Bundle params = new Bundle();
params.putString("my_object", "http://samples.ogp.me/251143638264597" );
mAsyncRunner.request("me/MY_APP_NAMESPACE:beat", params, "POST",
new WallPostRequestListener(), null);
这样帖子就制作完成了。但是,正如您在上面的代码中看到的,我正在使用 Open Graph 创建的示例对象。
我的问题是:如何在java中动态创建对象?有可能吗?我已经尝试创建 JSON 对象,但没有成功。 我在教程中看到了 HTML 元数据,但这是唯一的方法吗?
I'm developing a game on Android and want to integrate with facebook, so user can share his results.
I'm using the Open Graph to create the actions, the objects and so on from my app.
Already done some progress using direct Graph API requests like this.
Bundle params = new Bundle();
params.putString("my_object", "http://samples.ogp.me/251143638264597" );
mAsyncRunner.request("me/MY_APP_NAMESPACE:beat", params, "POST",
new WallPostRequestListener(), null);
This way the post is made. But ,as you can see on the code above, i'm using the sample object created by Open Graph.
My problem is: how can i create an object dynamically, in java? It's possible? I've already tried to create a JSON object, but didn't have success.
I saw on the tutorials an HTML metadata, but this is the only way to do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论