user search on facebook connect site
Is there any way to implement user search in a facebook connect app that would give same results as that on facebook.com? ...
Is there any way to implement user search in a facebook connect app that would give same results as that on facebook.com? ...
Is there a way (using API) to get users uid from the profile URL in facebook? ...
I have an Android application that connects to Facebook to request authorization of an Application. I use the following setting in the WebView, but once the view is loaded, I can't type in login details. What I am missing? WebView webview; webview = (WebView) findViewById(R.id.facebookview); webview.getSettings().setJavaScriptEnabled(t...
I use the following URL setting to authorize Facebook login. But the page for Application Authorization is webish, and not mobileish. webview .loadUrl("http://www.connect.facebook.com/login.php?return_session=1&nochrome=1&fbconnect=1&extern=2&connect_display=popup&api_key=" + FConnect.API_KEY ...
I'd like to include a within the footer of my website a "facebook fan count". I believe this will add an incentive to users considering clicking our facebook icon. "join XXXX fans on our facebook page" for example. I want the XXXX to be automatically populated with our facebook fan count. I want to do the same with twitter. Any insight y...
I've noticed that Huffington Post does this: if you log out of there, it forces you to log out of Facebook as well, and if you log in on Facebook and go back to Huffington Post, it automatically logs you in there as well. Is this a straightforward use of the FB Connect API that I just haven't noticed, or is there some trick? ...
I'm hoping this is just a bug on Facebook's end that will be fixed soon, but in my Facebook Connect app I'm launching the dialogue FB provides to make a post. This dialogue is launched on a page with an SSL connection. In this dialogue the profile pic for some users comes up with a security warning while others display correctly. I'm alr...
Many time i found several facebook application on my attach list of publisher . how can I do it for my facebook application? ...
Summary I want to be able to call a JavaScript function from a Flex app using ExternalInterface and pass a reference to a different JavaScript function as an argument. Base Example Given the following JavaScript: function foo(callback) { // ... do some stuff callback(); } function bar() { // do some stuff that should happe...
I tried everything to fix it but I dont even know what I did wrong . It was working fine , I didnt change a thing now it doesnt work. even the index is not being shared properly ( it doesnt pic up the icon like it used to nor the meta tags) please try it on your own (kroobe.com). Any help would be greatly appreciated thank you ...
Is it not possible to move between pages in the canvas on facebook? I'm trying to create a app where i have two pages that the users can switch between. The first page works fine, but when i click a link on the first page to get to the next page it seems like the session is made invalid. I get: "FacebookRestClientException' with messag...
Hi, I am new to FaceBook API. I like to send messages when I want from my aspx webpage. I used the different examples and used FaceBook API 3.1. I am getting error as "service temporarily unavailable". I have assigned AppKey, Secret Key and session key. My sample code is below. using System; using System.Collections.Generic; using Syst...
I don't want to share my PAGE, but I want to share a message with a short URL link to something. ...
I have a fb:login-button that is working but the button only displays about 20% of the time I load the page. Have a look here to see what I mean, bearing in mind I have never had to refresh the page more than 20 times before I finally turns up. What am I doing wrong...( Head: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "h...
Hi there, i am doing a simple ajax call with FBJS. The server returns a fbml string which i render in one of my DIVs. The Problem: FB doesnt render the prefix for attributes like style, onclick etc. I have seen a function for some kind of post-rendering somewhere. But i cant remember Thanks for helping. ...
Hi, I am new to iPhone development. I have seen the Facebook application in Facebook --> Camera(Click)--> Photo Albums-->Thumbnails--> Write a caption View. Here click event is highlighted. In this view where ever I touch, the touch is highlighted. How can this be achieved? Is there any sample code available? Please help me out, Than...
I just downloaded the latest FBConnect build, popped in my keys and getting a mysterious hanging error only when I try to post a feed without previewing (setting preview to zero). The activity indicated disappears and the blank dialog window just hangs there. (This mirrors what I was getting on the app I was developing). If I try to p...
hi everyone, I never understood how facebook left column links eg welcome, newsfeeds and photos, how this things wont open new page beside it open #link, do they have any server side check client side. and second thing how they open whole page in content div, yes you can do this with javascript but they dont have onclick event on that it...
I am working on a facebook connect application and I am just integrating facebook connect. So far, it does connect to facebook, however, it redirects to the page specified in the application settings in the dialog that appears instead of the page I was at. The dialog does not close and the page it supposedly directing to appears in the d...
Using this: http://stackoverflow.com/questions/820421/can-i-use-facebooks-fbfriend-selector-in-an-iframe I created a multi-friend selector in my IFRAME FB application. I want to know if the user selected any users for invite so I can reward him with extra points. In the developer WIKI I saw that [ids] is transferred to requested page vi...