<small id='WpVfB'></small><noframes id='WpVfB'>

        <bdo id='WpVfB'></bdo><ul id='WpVfB'></ul>
      <tfoot id='WpVfB'></tfoot>

      <i id='WpVfB'><tr id='WpVfB'><dt id='WpVfB'><q id='WpVfB'><span id='WpVfB'><b id='WpVfB'><form id='WpVfB'><ins id='WpVfB'></ins><ul id='WpVfB'></ul><sub id='WpVfB'></sub></form><legend id='WpVfB'></legend><bdo id='WpVfB'><pre id='WpVfB'><center id='WpVfB'></center></pre></bdo></b><th id='WpVfB'></th></span></q></dt></tr></i><div id='WpVfB'><tfoot id='WpVfB'></tfoot><dl id='WpVfB'><fieldset id='WpVfB'></fieldset></dl></div>
      <legend id='WpVfB'><style id='WpVfB'><dir id='WpVfB'><q id='WpVfB'></q></dir></style></legend>
      1. Facebook Pagetab 应用程序 - 用户喜欢

        Facebook Pagetab App - user likes(Facebook Pagetab 应用程序 - 用户喜欢)

        <legend id='U6ygP'><style id='U6ygP'><dir id='U6ygP'><q id='U6ygP'></q></dir></style></legend><tfoot id='U6ygP'></tfoot>
          <bdo id='U6ygP'></bdo><ul id='U6ygP'></ul>
          • <i id='U6ygP'><tr id='U6ygP'><dt id='U6ygP'><q id='U6ygP'><span id='U6ygP'><b id='U6ygP'><form id='U6ygP'><ins id='U6ygP'></ins><ul id='U6ygP'></ul><sub id='U6ygP'></sub></form><legend id='U6ygP'></legend><bdo id='U6ygP'><pre id='U6ygP'><center id='U6ygP'></center></pre></bdo></b><th id='U6ygP'></th></span></q></dt></tr></i><div id='U6ygP'><tfoot id='U6ygP'></tfoot><dl id='U6ygP'><fieldset id='U6ygP'></fieldset></dl></div>
          • <small id='U6ygP'></small><noframes id='U6ygP'>

                  <tbody id='U6ygP'></tbody>
                1. 本文介绍了Facebook Pagetab 应用程序 - 用户喜欢的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着跟版网的小编来一起学习吧!

                  问题描述

                  我正在使用 Facebook SDK,我们创建了一个可以根据需要运行的应用程序.我们可以在 PHP 中使用 $FacebookSDK->getSignedRequest(),它会返回一个包含 pages->liked 的对象,这使我们能够确定用户是否喜欢页面与否.

                  I'm using the Facebook SDK and we created an app which worked just as we needed. We could $FacebookSDK->getSignedRequest() in PHP and it would respond with an object that included pages->liked which allowed us to determine if the user likes the page or not.

                  无论如何,我们已经创建了一个完全相同的应用程序(唯一的区别是这个应用程序比旧应用程序新大约 3 个月)并且 like 属性已完全消失,我无法获取我的动手吧.

                  Anyway, we have created an exact duplicate application (the only difference being that this app is about 3 months newer than the old) and the like property has completely disappeared and I can't get my hands on it.

                  任何想法为什么会发生这种情况 - Facebook 是否进一步限制了他们的 SDK 并为新应用删除了这个属性?

                  Any ideas why this is happening - has Facebook restricted their SDK yet further and removed this property for new apps?

                  之前的示例:

                  stdClass Object
                  (
                      [algorithm] => HMAC-SHA256
                      [issued_at] => 1408626697
                      [page] => stdClass Object
                          (
                              [id] => ************
                              [admin] => 1
                              [liked] => 1
                          )
                  
                      [user] => stdClass Object
                          (
                              [country] => gb
                              [locale] => en_GB
                              [age] => stdClass Object
                                  (
                                      [min] => 21
                                  )
                          )
                  )
                  

                  之后的示例:

                  stdClass Object
                  (
                      [algorithm] => HMAC-SHA256
                      [issued_at] => 1408625335
                      [page] => stdClass Object
                          (
                              [id] => ************
                              [admin] => 1
                          )
                  
                      [user] => stdClass Object
                          (
                              [country] => gb
                              [locale] => en_GB
                              [age] => stdClass Object
                                  (
                                      [min] => 21
                                  )
                          )
                  )
                  

                  请注意,这里唯一缺少的是 likes 属性,所以我无法判断用户是否喜欢我们的页面标签!Facebook 正在努力开发这些天!

                  Notice that the only thing missing here is the likes property so I can't tell if the user likes our page tab or not! Facebook is doing my nut in to develop on these days!

                  谢谢,克里斯.

                  推荐答案

                  https://developers.facebook.com/docs/apps/changelog

                  (参见 v2.1 更改)

                  (see v2.1 changes)

                  Fan-/Like-Gates 不再可能,并且根据平台政策是不允许的.在 2014 年 11 月 5 日之后,旧应用将始终在 signed_request 参数中返回true".

                  Fan-/Like-Gates are not possible anymore, and not allowed according to the Platform Policy. Old Apps will always return "true" in the signed_request parameter after 5th of November 2014.

                  这篇关于Facebook Pagetab 应用程序 - 用户喜欢的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

                  本站部分内容来源互联网,如果有图片或者内容侵犯了您的权益,请联系我们,我们会在确认后第一时间进行删除!

                  相关文档推荐

                  DeepL的翻译效果还是很强大的,如果我们要用php实现DeepL翻译调用,该怎么办呢?以下是代码示例,希望能够帮到需要的朋友。 在这里需要注意,这个DeepL的账户和api申请比较难,不支持中国大陆申请,需要拥有香港或者海外信用卡才行,没账号的话,目前某宝可以
                  PHP通过phpspreadsheet导入Excel日期,导入系统后,全部变为了4开头的几位数字,这是为什么呢?原因很简单,将Excel的时间设置问文本,我们就能看到该日期本来的数值,上图对应的数值为: 要怎么解决呢?进行数据转换就行,这里可以封装方法,或者用第三方的
                  mediatemple - can#39;t send email using codeigniter(mediatemple - 无法使用 codeigniter 发送电子邮件)
                  Laravel Gmail Configuration Error(Laravel Gmail 配置错误)
                  Problem with using PHPMailer for SMTP(将 PHPMailer 用于 SMTP 的问题)
                  Issue on how to setup SMTP using PHPMailer in GoDaddy server(关于如何在 GoDaddy 服务器中使用 PHPMailer 设置 SMTP 的问题)
                  <legend id='zB90H'><style id='zB90H'><dir id='zB90H'><q id='zB90H'></q></dir></style></legend>

                    • <bdo id='zB90H'></bdo><ul id='zB90H'></ul>
                            <tbody id='zB90H'></tbody>
                        • <tfoot id='zB90H'></tfoot>
                          1. <i id='zB90H'><tr id='zB90H'><dt id='zB90H'><q id='zB90H'><span id='zB90H'><b id='zB90H'><form id='zB90H'><ins id='zB90H'></ins><ul id='zB90H'></ul><sub id='zB90H'></sub></form><legend id='zB90H'></legend><bdo id='zB90H'><pre id='zB90H'><center id='zB90H'></center></pre></bdo></b><th id='zB90H'></th></span></q></dt></tr></i><div id='zB90H'><tfoot id='zB90H'></tfoot><dl id='zB90H'><fieldset id='zB90H'></fieldset></dl></div>

                            <small id='zB90H'></small><noframes id='zB90H'>