随笔 - 470  文章 - 0  评论 - 176  阅读 - 511万 

随笔分类 -  16~facebook研究

wp_terms分类信息表—WordPress数据库研究(2.6.2版本)#8
摘要:本文是《WordPress数据库研究(2.6.2版本)》 的第八篇文章,该篇文章对WordPress数据库中的wp_terms分类信息表表做详细介绍,包括了wp_terms分类信息表各个字段的含 义、与其它数据表的关联关系、索引信息。如果你对WordPress博客系统中10个数据表的总 体关系还不清楚,请返回该系列 文章的第一篇《WordPress数据库简介》。 wp_terms分类表是WordPress博客系统基础数据表之一,该表存储着博客系统中的分类信息,包括了文章分类信息、链接分类信息,以及标签信息。具体如何从数据库中查询相应的分类信息请参阅:《分类信息数据库操作介绍》,下边首先了解一. 阅读全文
posted @ 2011-12-28 11:11 小炒花生米 阅读(3150) 评论(0) 推荐(0) 编辑
Earn Facebook Credits:Integrating DealSpot outside of your game SWF
摘要:DealSpot allows you to offer your customers Facebook Credits in exchange for completing advertiser offers. It intelligently matches customers to an exclusive set of targeted offers, such as flowers for Mothers Day, or tickets to newly released movies. DealSpot relies on a set of in-game icons that r 阅读全文
posted @ 2011-12-01 19:23 小炒花生米 阅读(660) 评论(0) 推荐(0) 编辑
Earn Facebook Credits:Integrating the Offer Shortcut
摘要:The Facebook Offer Shortcut allows you to offer your game players Facebook Credits in exchange for completing advertiser offers. Fig. 1 — An in-game touchpoint promoting Credits. Fig. 2 — A player has clicked the in-game touchpoint, displaying the Offer Shortcut.Code Snippet<scripttype="text 阅读全文
posted @ 2011-12-01 19:14 小炒花生米 阅读(529) 评论(0) 推荐(0) 编辑
Earn Facebook Credits:Error: Unknown Facebook Application ID
摘要:The Facebook Offer Shortcut displays the following error if we can’t retrieve your app’s publicly available meta data:Fig. 1—Error message for an unknown Facebook app IDThis could be because you’ve provided an invalid app ID or—more likely—because your app is still private (e.g., you’re using a deve 阅读全文
posted @ 2011-12-01 18:03 小炒花生米 阅读(432) 评论(0) 推荐(0) 编辑
Earn Facebook Credits:How to get Third-Party IDs ?
摘要:An Update on Encrypted UIDsBy Mike Vernal - Wednesday, November 24, 2010 at 11:25amLast month, we outlined an initial proposal to address the inadvertent sharing of User IDs (UIDs) via the HTTP Referral header. Further, we announced our intention to provide a unique, but anonymous mechanism that dev 阅读全文
posted @ 2011-12-01 16:08 小炒花生米 阅读(322) 评论(0) 推荐(0) 编辑
【支付弹框】facebook前端弹框嵌套一层iframe,或者就弹不出框
摘要:facebook前端弹框嵌套一层iframe,或者就弹不出框 阅读全文
posted @ 2011-11-16 10:25 小炒花生米 阅读(479) 评论(0) 推荐(0) 编辑
Home Facebook Applications [Facebook PHP-SDK] The New Facebook Request Dialog (Guide)
摘要:I wanted to toss out a quick snippet here to help people get started using this new dialog. I’ve been spending the last couple days implementing it in all my and my clients apps that use this type of interface.So below is a simple way to open the dialog and also handle the dialog once requests sent 阅读全文
posted @ 2011-09-19 18:18 小炒花生米 阅读(553) 评论(0) 推荐(0) 编辑
Facebook, FB.ui() - An error occurred. Please try again later.
摘要:Q: Help, my code to post to Facebook wall via FB.ui() has suddenly stopped working, it now just displays this error - 'An error occurred. Please try again later.', what's happened?, it used to work just fine!A: In the last few days Facebook have changed their rules and you now can't 阅读全文
posted @ 2011-09-19 16:18 小炒花生米 阅读(2676) 评论(0) 推荐(0) 编辑
Using Facebook Requests to Promote a Website
摘要:<body><divid="fb-root"></div><ahref="#"onclick="FbRequest('Thispageisamazing,checkitout!','4d5da07acbbb0');">SendRequest</a><scripttype="text/javascript">functionFbRequest(message,data){FB.ui({method:'app 阅读全文
posted @ 2011-09-19 16:11 小炒花生米 阅读(279) 评论(0) 推荐(0) 编辑
How can I get credit balance?Please help me! (如何获取facebook可用积分)
摘要:The facebook provides the method to get user's credit balance which is$ret = $facebook->api_client->users_getStandardInfo($user_id, array('credit_balance')).When I try to get balance Facebook return me the error:"error_code": 13,"error_msg": "The underlying 阅读全文
posted @ 2011-07-29 11:14 小炒花生米 阅读(696) 评论(0) 推荐(0) 编辑
【个人笔记】用代理上 facebook,并且通过 Charles工具 跟踪分析flash网页游戏
摘要:默认情况下,在中国大陆是访问不了facebook等一些国外知名网站的,平常喜欢使用firefox浏览网站,再安装一个代理插件FoxyProxy,设置相关的vpn代理即可实现上网。 现在想通过Charles工具去跟踪facebook上的网页游戏,这个时候就不能使用代理插件FoxyProxy,需要把它禁用掉,此时Charles就已经是个代理插件啦,要想通过它访问facebook,还得去设置一下其外部代理设置“External Proxy Settings”。 另外一个出现一个很 傻蛋的问题,一切都按上述设置好了,但Charles并没有按捕获到facebook游戏的通讯数据。经过琢磨,发现解决问题. 阅读全文
posted @ 2011-07-26 10:30 小炒花生米 阅读(2486) 评论(0) 推荐(0) 编辑
How to: Check if User Has Certian Permission – Facebook API (通过facebook提供的php版本的SDK发送feed)
摘要:There are two three ways to check if the user has granted your application a specific Permission: Using the Graph APINow that Facebook added the permissions connection to the user object, you can easily check the user’s permission:$permissions=$facebook->api("/me/permissions");if(array_ 阅读全文
posted @ 2011-07-06 17:53 小炒花生米 阅读(1072) 评论(0) 推荐(0) 编辑
facebook permissions : How to check if the user has already allowed publish_stream for your app
摘要:wanted to know how to check if the user has already allowed your application to publish on his stream ( to avoid the momentarily popup menu). Currently I'm simply using this javascript++++++++++++++++++++++++++++++++++++++++<script><!--Facebook.showPermissionDialog('publish_stream,r 阅读全文
posted @ 2011-07-06 17:47 小炒花生米 阅读(289) 评论(0) 推荐(0) 编辑
How to use fb.data.query to get friends info?
摘要:参考代码1:varquery=FB.Data.query('selectuid,first_name,last_name,work,fromuserwhereuid={0}',response.id);query.wait(function(rows){varloginData={fb_uid:rows[0].uid,first_name:rows[0].first_name,last_name:rows[0].last_name,employer:rows[0].work[0].employer.name,position:rows[0].work[0].position.n 阅读全文
posted @ 2011-07-04 16:49 小炒花生米 阅读(382) 评论(0) 推荐(0) 编辑
IE浏览器下跨域问题:Facebook - Iframe - Cross Domain Communication
摘要:Hi all,I post this in dispair! I've been building my application to work in FF, and it does so beautifully. I've been checking design/css in IE, which is also perfect. However, using the application in IE causes problems when a user submits a form (using method="post")... In IE, af 阅读全文
posted @ 2011-07-04 16:06 小炒花生米 阅读(1064) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示