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...
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...
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"></sc...
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!
...
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...
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.
...
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.
...
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...
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 ...
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...
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...
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 ...
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...
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...
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...
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...
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
...
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 {
...
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...
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&width=243&height=400&connections=15&stream=false&header=false' scrolling='yes' frameborder='0' allowTransparency='false' style='border:0px; overflow:...