如何在search = xxxsearchFacebook Graph API时获得Like Count数量

我目前使用FacebookgraphicsAPIsearch作为search职位 http://graph.facebook.com/search?q=iwatch&type=post&access_token=xxxxx 它返回JSON格式的字段,并用于包含类似于:给定post的计数 。 阅读开发路线图( https://developers.facebook.com/roadmap/)7月 10日以后的变化,我被指示使用summary=true参数,但我不知道如何得到这个工作与search? 从FB博客的路线图。 从“注释”中删除“计数”graphicsAPI连接我们正在删除Graph API中“注释”连接上未logging的“计数”字段。 如果您希望包含计数的汇总字段(现在称为“total_count”),请明确请求{id}/comments?summary=true 我已经尝试了各种组合,search的例子,但没有骰子。 任何人都可以给我一些build议,如何获得新的摘要=真正的工作searchurlsearch职位?

jQuery UI对话框没有定位中心屏幕

我有一个jQuery对话框,旨在位于屏幕中间。 但是,它似乎有点偏离中心垂直。 这里是代码: $('#add_box').dialog({ autoOpen: true, width: 300, modal: true, resizable: false, bgiframe:true }); 任何想法,为什么这不会中心?

NPM不再工作

所以我没有注意并且运行这个命令, npm install npm install jasmine-node -g 这导致了这一点 – npm http GET https://registry.npmjs.org/install npm http GET https://registry.npmjs.org/jasmine-node npm http GET https://registry.npmjs.org/npm npm http 200 https://registry.npmjs.org/install npm http GET https://registry.npmjs.org/install/-/install-0.1.7.tgz npm http 200 https://registry.npmjs.org/install/-/install-0.1.7.tgz npm http 200 https://registry.npmjs.org/jasmine-node npm http GET https://registry.npmjs.org/jasmine-node/-/jasmine-node-1.4.0.tgz npm http 200 https://registry.npmjs.org/jasmine-node/-/jasmine-node-1.4.0.tgz npm http 200 https://registry.npmjs.org/npm npm http GET https://registry.npmjs.org/npm/-/npm-1.2.15.tgz npm http […]

在PHP中获取两个date时间之间的间隔秒?

2009-10-05 18:11:08 2009-10-05 18:07:13 这应该生成235,怎么做?

从Python中的date中减去一个月的最简单的方法是什么?

如果只有timedelta在它的构造函数中有一个月份参数。 那么做这个最简单的方法是什么? 编辑:我没有想太多,如下所述。 真的是我想要的是上个月的任何一天,因为最终我只会去年和月。 所以给定一个date时间对象,返回上个月的任何date时间对象最简单的方法是什么 ?

状态栏变成白色,并且不显示它后面的内容

我正在尝试AppCompat的棉花糖。 而我想有一个透明的状态栏,但它变成白色。 我已经尝试了几个解决scheme,但他们并没有为我工作( 透明状态栏不能用windowTranslucentNavigation =“false” , 棒棒 堂 :绘制在颜色设置为透明的statusBar后面 )。 这里是相关的代码。 我的styles.xml <style name="Bacon" parent="Theme.Bacon"/> <style name="Theme.Bacon" parent="Theme.AppCompat.Light.NoActionBar"> <item name="colorPrimary">@color/theme_primary</item> <item name="colorPrimaryDark">@color/theme_primary_dark</item> <item name="colorAccent">@color/theme_accent</item> <item name="windowActionBar">false</item> <item name="windowActionBarOverlay">true</item> <item name="windowNoTitle">true</item> <item name="android:windowBackground">@color/background_material_light</item> </style> <style name="Theme.Bacon.Detail" parent="Bacon"/> V21 <style name="Bacon" parent="Theme.Bacon"> <item name="android:windowDrawsSystemBarBackgrounds">true</item> </style> <style name="Theme.Bacon.Detail" parent="Bacon"> <item name="android:statusBarColor">@android:color/transparent</item> </style> 活动 <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:fitsSystemWindows="true"> […]

查找C中的最高位

我所追求的东西是我可以input一个数字,它会返回最高位。 我确定有一个简单的方法。 下面是一个输出示例(左边是input) 1 – > 1 2 – > 2 3 – > 2 4 – > 4 5 – > 4 6 – > 4 7 – > 4 8 – > 8 9 – > 8 … 63 – > 32

pip安装/usr/local/opt/python/bin/python2.7:糟糕的解释器:没有这样的文件或目录

我不知道什么是交易,但我坚持下面的一些stackoverflow解决scheme,无处可去。 你能帮我吗? Monas-MacBook-Pro:CS764 mona$ sudo python get-pip.py The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is not owned by the current user and the cache has been disabled. Please check the permissions and owner of that directory. If executing pip with sudo, you may want sudo's -H flag. The directory '/Users/mona/Library/Caches/pip/http' or its parent directory is […]

错误:在android sdk中找不到gradle wrapper。 可能需要更新你的android sdk

../160wpb4.jpg 构build工具是:android-5.1 平台工具更新 我的平台是 Android的5.1 Android的17

你在Silverlight中看到了什么潜力?

Silverlight已经有一段时间了,Silverlight 2允许在前端使用.Net编程。 我一直在思考可以使用Silverlight创build的应用程序,但我不能决定是否应该在Silverlight中进行开发,因为我仍然关心可访问性和接受性。 从目前的趋势来看,你认为Silverlight有什么潜力?你认为Silverlight将在未来几年被用于什么?