English 中文(简体)
用于facebook 应用程序的打开图形中定义对象类型
原标题:defining object types in open graph for facebook application

我希望开发一个应用程序(Facebook),

目前,我可以张贴最新消息,但并不动态。我的意思是,我无法公布用户搜索的确切价格和产品名称。

我将通过一个例子解释一下pic这里的内特图像描述

我设定了两种自定义属性产品:prodname 和 prodname: pression: 价格认为这将有助于我发送实际产品用户的搜索和他所获得的结果的价格。

现在,我希望预览能接受两个变量的代名词和价格。

我走对路了吗?

如果我的问题不清楚,请提出建议和评论!

最佳回答

我解决了我的问题。 我犯的错误是我为产品设置了自定义属性( 对象 ) 。 但是, 实际上, 我们需要在比较( 动作) 中添加自定义属性 。 最后我们需要将自定义属性的值发送到打开的图形中 。 只要用打开的图形 URL 来将其粘贴 。

以下是一幅解释同样情况的照片:

""https://i.sstatic.net/wt1En.png" alt="此处输入图像描述"/ >

定义对象的页面抓图 :-

""https://i.sstatic.net/h1L4B.png" alt="此处输入图像描述"/ >

定义对象预览的部分的抓图 :-

""https://i.sstatic.net/vUUFuq.png" alt="此处输入图像描述"/ >

然后最后的预期结果:-

"https://i.sstatic.net/A9K5L.png" alt="此处的内置图像描述"/ >

问题回答

我不认为开放图表支持添加这样的自定义属性 。

您应该编辑预览对象以填充数据或使用已有的产品对象url 。





相关问题
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 ...

热门标签