facebook-application

getting all contacts (including from other syncAdapters) in android content handler.

Hi i have this Query: private Cursor getContacts(CharSequence constraint) { boolean hasConstrains = constraint != null && constraint.length() != 0; Uri uri = ContactsContract.Contacts.CONTENT_URI; String[] projection = new String[]{ContactsContract.Contacts._ID, ContactsContract.Contacts.DISPLAY_NAME }; String sele...

Facebook news feeds from a specific date and time

Hi, is there a possibility on facebook to show only the news from a specific date or time without clicking more times on the "older posts" link on the bottom of the page? For example, I found an interesting article yesterday, but I didn't have time to read it. Today I can't find it, because there are thousands of posts since then. May...

FB Init - reloadIfSessionStateChanged is not working

Can some one please tell me what is wrong with below code? After I login it doesn't do anything: neither reloading the page nor setting the login FB cookies. It's simple code but I'm not sure what I'm doing wrong. <script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php"&gt;&lt;/sc...

Facebook Sidebar/Tab Applications

Been searching the FB documentation to find an answer for this, but have been unsuccessful. Is an application able to appear as a tab on a page/profile, and also in the sidebar of that same page/profile? So the tab would show the full application details, but the sidebar would give a small breakdown. Is this possible? Thanks! ...

Facebook canvas Iframe App authentication problem.

hi, I am in the conversion process of facebook app from fbml to iframe. Now i am testing using few iframe pages. $user = $facebook->require_login(); It gives the current user logged in. Once it get the variable from the facebook.com it saves in cookie by the PHP API provided by facebook). I logged out using another tab of facebook...

Facebook app canvas fbml loading blank page.

hi, I devloped a facebook app with fbml canvas. Sometimes for me it loads a blank page (say 1/10 time). For a user in another location is always loads with blank page. Is it the problem with facebook or my hosting. Please help me out to resolve this problem. Thanks in advance. ...

Uploading a c# application to a facebook application

I have created a Windows application using C# and would like to know how to upload it to Facebook application. I have set up the Facebook application, all I need to do is add the application. I can't seem to find out how. ...

iterate through fb:random

does anyone know how i would fill data from mysql database in fb:random and iterate through it, to pick a random quote? fb:random $facebook->api_client->fbml_setRefHandle('quotes', '<fb:random> <fb:random-option>Quote 1</fb:random-option> <fb:random-option>Quote 2</fb:random-option> </fb:random>'); mysql data: $rowcount = mysql_resu...

How I can get logged in user's info like email id,name,city etc. in Facebook with uId

Hi all Can any one help me to get logged in user's info like email id,name,city etc. with the help of Facebook uId . " Long uid = apiClient.getLoggedInUser ();" Users_getInfo is not useful. It returns No of users connected to _User & according that there info gets. If user login successfully using fb connect, Facebook gives us ...

Facebook events api: Event member (FQL)

I am fetching the event members for facebook events. Till yesterday I was getting the proper counts of members of an event. But suddenly the counts have following issues: For lot of plans on every consecutive request, I am getting random number of members. Strange issue. Seems facebook servers are not synced properly or something simil...

Facebook app database issue: Store my own User ID or just use Facebook UID?

Hi there, I want to create a Facebook app that can operates inside IFrame / FB connect. I have to store some user information inside my database, but I still can't decide whether to use Facebook UID as the primary key or to create my own user ID (and have the Facebook UID as a regular column). Which approach is commonly used and why? T...

Publishing news feeds automatically

Hello, I have a website which generates hourly updates to users. I want to allow these updates to show up as News feeds in Facebok. I opened a Facebook Connect application. Through my site I receive the extended persmission to post news to the users' news feeds. My question is can I automatically post news feeds to these users without ...

Installing pyFacebook on Google App Engine

Hello, I am trying to build a facebook application with GAE. I added the facebook.py (renamed it from init.py) to my directory and then i am trying to import it. However, I get several compilation errors such as: class AuthProxy(AuthProxy): "" undefined variable: Authproxy"" and so on... How should I setup this script? Thanks Joel...

Control for Image tagging inside Facebook Application

Is there an FBML / XFBML tag to duplicate the image tagging functionality inside Facebook ? I am developing a Facebook App and I need the users to be able to tag their photos but inside my App. I haven´t seen a control to do this in FB Docs, neither in FBML nor in XFBML. But maybe someone here has more experience than me in this and can...

In Facebook: How to get User's list_ of_friends_ ID when User is offline[not Sign In].

Hi All In Facebook: How to get User's list_ of_friends_ ID when User is offline[not Sign In]. We are Integrating facebook application in our website.Our website development in Java's GWT[Googlw Web Toolkit] FrameWork. We are refering "Gwittit" sample codeWe open facebook account for our website and want to show all users[friends] p...

Javascript not showing up on Facebook Application's Profile Tab

Hi, This may sound very noobish but I have tried to read the forum posts and docs on javascript behavior on Facebook's profile tabs. I understand that profile tabs don't support referencing external javascript but even my inline tags are not showing up on profile pages. In fact I am trying the fbjs-swf bridge and the code needed to i...

get the userid in facebook graph

hey i am working on facebook iframe application in asp.net c# i succeed to retrive the access_token. now i want to pull for example the user likes but i dont have the user id https://graph.facebook.com/XXXXXX/likes?access_token=... how can i get the userid ? thank you all ...

SWF -> FBJS not working with FBJS-Bridge

I'm trying to call a JS function from an SWF which is loaded inside an application tab. As a canvas FBML, the code is working correctly but in case of application tab it's not working. AS3 Code: protected function button1_clickHandler(event:MouseEvent):void { callFBJS(["insideFlex"]) } protected function callFBJS(text:Array):void { ...

How To Update a Facebook App Page Status

Hi all, I've done a few searches and couldn't find an answer. I'm trying to update the status of my business's "Application Page" (not personal page, and not "Fan Page") on Facebook. Two questions for the community: 1) How to update the "Application Page" status programmatically? I found the answer for a "Fan Page" here (http://sta...

How to get fan list of Facebook page or can overwrite facebook social plugin css?

Hi, We are trying it with facebook social plugin. The HTML code for it as follow: <iframe border='0' src='http://www.facebook.com/plugins/likebox.php?id=1185611481&amp;width=243&amp;height=400&amp;connections=15&amp;stream=false&amp;header=false' scrolling='yes' frameborder='0' allowTransparency='false' style='border:0px; overflow:...