Hi,
I am developing a iPhone application that uses Facebook APIs.
Which API should I use for incrementing the like count of a Facebook page?
Thanks and regards,
Deepa
I am goign to start mucking around with a facebook app.
You are spposed to be able to test code here http://developers.facebook.com/tools.php but that url is a 404. Does anyone know if the Test Console still exists?
Hi guy,
I create a group on facebook and I would like to know how I can send me a email when a user post on the group wall.
I search on facebook api but I found nohting.
Thanks for your help.
Hi,
I have a Facebook application with which my users can post and friends can view in their news feed.
I would like to know how many people have seen, or maybe even interacted or "liked" the posts my users posted using my application.
Does Facebook give such statistics? Is there any other way to know it?
Thanks.
require_login($required_permissions = 'email,photo_upload');
$auth= $facebook-do_get_session($_GET['auth_token']);
$facebook-set_user($s['uid'], $s['session_key'], $s['expires'], $s['secret'])
?
when ever i tries to login into my app it just refreshed and refresh with wih different auth_tokens.
please help
is there a demo for the FanBox?
http://wiki.developers.facebook.com/index.php/Fan_Box
I would like to include it in a design for a client which doesn't have a facebook fanpage yet.
Hello Folks,
I am trying to develop a application where
The user 'X' has logged into Facebook
app has a set of email addresses (possible friends of user 'X')
app gets the list of friends of user 'X' (uids)
Want to check if user with email address [email protected] is a valid facebook user by using email address and is user X's friend (basically a uid to email mapping)
Thanks!
Hello,
I am developing a facebook application using php-sdk. i want to take some extended permissions from user of my application. As this is application where user comes after login into facebook, so how can i take extended permission when user visit my page? We cannot place login button in which we can take permissions. now any one can guide me how to take and where to place that code?
Thanks in advance.
Regards,
Awais Qarni
I have to develop Facebook app and put it into custom made facebook page as a side widget.
what are alternatives on customizing Fan page (one I googled is through static FBML - FBML)?
also I need to provide backend part in clients site so banner in the page can be changed from there. considering this I assume the "static FBML" is not an option right ?
anyhow any directions would be much appreciated
i have used facebook connect in my site but it is not working properly. when i click on facebook connect button it shows popup after that when i enter my login and password it shows the callback url in the same popup.
Is it possible to pull the information on someone viewing someone else's profile? Would that app be leagal on Facebook? There are lot of "fake" apps like that exist now on Facebook. But can that be done really?
I'm building an Android application where I want users to connect by their facebook details.
According to my design, when the application starts first time, I want to display a layout with LOGIN facebook button. After the user will perform login for the first time, I dont want to display this layout/activity again - when the application would be relanched, I want t display another (home) screen, and not the LOGIN one. How should I implement this functionality?
Thanks
I need to be able to get the latest facebook status update of an user that has allowed consent.
Is there a way to do this with pyfacebook without having to have the user login in facebook?
how does appexchange or facebook build their app store architecture? I work for a company that is Saas based and we would like to start building an app store ourselves. We would like to have third party developers develop apps on top of our Saas application similar to appexchange and facebook's applications. If people could led me in the right direction on architecting an app store on the web that would be great.
Hello all,
I have a site that allows a user to login using their facebook login id through a .net system. When the user posts a comment in my site, I want it to automatically post the comment on their facebook wall too. How can I do this using .net?
What I want to do is automatically post to facebook when a user post something on his profile (inside my app), I want to remember the user facebook credential to post automatically without asking for his credentials again.
Tumblr has already implement this functionality and I want to emulate it.
What is the best way to implement this functionality whitin a rails app?
I use ASP .NET and Facebook Connect APIs. but when I run the app and press Connect button it's return to the Website not to the test local server which is (http://localhost:xxxx/test.aspx)
So how I can test Facebook locally (i.e How I can change the callback url) ?
Do I need a infinite key with fbml facebook app that resides on fanpage?
I am asking user to select user and posting it(facebook posts) to my server. On my server I want to get user_id and selected friends Id. Everything is fine with selected friend_ids, but have issues with getting id of a user. sometimes I can get it all fine, sometimes I am getting session expired exception, sometimes I get nothing.
any ideas why this is happening?
Hi,I am writing an iphone program which use facebook and twitter api.But I can't find any suitable icon to use as toolbar icon. The twitter icon should be a white "t" and the facebook icon should be a white "f",and they must like the responding official logos.thank in advance!
Is there a way I can post photos to my facebook profile using my username and password only? The code may be in PHP or Java. I dont want to make a facebook app and allow it to post photos to my profile.
Any help is much appreciated. Thanks in advance.
I have actually 2 questions:
1)What is the difference between base64url encoding and base64 encoding and
2)How base64url encode is different from Facebooks base64url encode because facebook mentions that it sends url in a form of base64url but with no padding and two different characters. http://developers.facebook.com/docs/authentication/canvas (under Why Sign calls)
Can anyone plese provide a pseudocode with explaination for converting to and from each other.
Hey, I'm writing a canvas app for facebook. I use the command:
$user_id = $facebook-require_login();
To get the userid, but at the first few pages of my app I don't want to require login, but if the user's logged in, I'd like to know what the userid is. Basically I need a "get_login()" command that perhaps returns 0 or null if the user is not logged in. Is there anything like that?
Hi,
I looked at Facebook page, and they not supported with the PHP Api:
$facebook-api_client-profile_setFBML($profileContent);
can anyone help me with another possible API to use.
Thanks
I'm developing a website idea that
will perform the same as Facebook functionality without the applications extensibility.
the site will have a client application to perform a task similar to dropbox.com
the site will be a social network of some sort of professionalism,
it will highlight code of almost all languages
has a high speed backend database
Now what languages/techniques do I need to use to achieve that?
David Planella wrote in his answer to a question I posted that:
...the recommended way to develop apps for Ubuntu is the Ubuntu SDK.
So I installed it, but looks like the supported programming language is C++. Does it mean I will need to know C++ to develop a new application for Ubuntu? Is C++ the recommended programming language for Ubuntu application now?
What about Python, I started learning it hoping to develop applications for Ubuntu.