我希望开发一个应用程序(Facebook),
目前,我可以张贴最新消息,但并不动态。我的意思是,我无法公布用户搜索的确切价格和产品名称。
我将通过一个例子解释一下pic
我设定了两种自定义属性产品:prodname 和 prodname: pression: 价格认为这将有助于我发送实际产品用户的搜索和他所获得的结果的价格。
现在,我希望预览能接受两个变量的代名词和价格。
我走对路了吗?
如果我的问题不清楚,请提出建议和评论!
我希望开发一个应用程序(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 。
I can view my application via the http://apps.facebook.com/app/ link and the content shows up correctly. I also added the application as a tab to a facebook page. However, when viewing the tab no ...
Our app is displaying its information in a way similar to that found on Facebook s "feed" page which shows a timeline of activity by members of the particular profile s network. I can see that could ...
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:...
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 ...
I m going to create a Facebook application which get informations (name and page_url) about Facebook page from his page_id. So i went to the Facebook Wiki and i found this API method which sounds good ...
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 ...
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 ...
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 ...