English 中文(简体)
Facebook共享按钮是否适用于新的Javascript SDK?
原标题:Does the Facebook Share Button work with the New Javascript SDK?

在页面上

http://developers.facebook.com/docs/reference/fbml/share-button_%28XFBML%29

它谈到了共享按钮,并指出最好使用带有OpenGraph API的Like按钮。

目前还不能完全确定新的Facebook Javacscript SDK是否支持使用共享按钮。按钮应该由旧的Javacscript SDK支持,但不确定新的。有人确切知道吗?

(旧的JS SDK使用REST API,新的JS SDK使用Graph API)

最佳回答

使用新的JS SDK,您可以使用<;fb:share>按钮,它将被渲染并可用,但支持的类型较少,如果使用它,您将丢失共享计数。

http://developers.facebook.com/docs/share

问题回答

暂无回答




相关问题
Facebook Connect login dialog not working

I am using Facebook Connect for iPhone and following the official instructions. I use the following code to display the login dialog: FBLoginDialog* dialog = [[[FBLoginDialog alloc] initWithSession:...

Facebook App Profile Tab is Empty ... No Content Displayed?

I can view my application via the http://apps.facebook.com/myapplication/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the ...

Facebook Platform error: "Object cannot be liked"

I m working on a Facebook Application that generates wall posts. In testing these posts, I ve discovered that the Facebook Platform action of "liking" a post is failing. The specific error message ...

how to call showPermissionsDialog() in php (facebook api)?

I was reading over the documentation yet I could not figure out how to call Facebook.showPermissionsDialog() in php include_once ./facebook-platform/php/facebook.php ; $facebook = new Facebook(my ...

Facebook connect

If I plug in the facebook connect into my website, How can I prevent double signups? Lets say I have a user that s already signed up to my site but he clicked the connect with facebook, is there a ...

热门标签