facebook

How to read changes from SVN repo

Hey ! I'm trying to do some sort of strange Facebook App which notifies developers of changes on the SVN such as new branches and versions, however to achieve this I need to ask SVN what changes have been made and the comments of those changes,version,etc.. However all the call I found for SVN on tigris.org talk about how do I update m...

iPhone Development - Bypass Authentication Screen of Facebook Connect

Hi, You can integrate Facebook Connect in your iPhone application to interact with Facebook and perform operations like updating status, posting link etc. To post status update to Facebook, you require extended permissions. To get extended permissions Facebook Connect shows a dialog for authentication (with username and password field)...

Access to Facebook API using REST and HttpClient

Hello there, I am going to use RESTful Web Services and HttpClient to access Facebook API REST Server. Am somewhat of a newbie to REST and Facebook APIs... Question(s): Verification / Authorization (1) If I have a session key sent by a client app, how do I verify and authenticate that the user exists and then query for his / her fri...

set user status at facebook

I have a game application released at facebook platform, i need to set the user status who played the game so that after the user playing the game and scoring high score i need to set the status of the user to be showed in the home page of the user so his/her friends can share with him/her the action of playing the game and can challenge...

Facebook notifications fb:name as a title attribute of another tag

Hi all, I'm just wondering if it's possible to get the info from an 'fb:name' tag into the title of an 'a' tag in a Facebook notification. Like so: <a href="#" title="<fb:name uid='12345' linked='false' />, <fb:name uid='12346' linked='false' />">2 friends</a> just joined this application. When it's one friend only there's no proble...

What is Facebook's new Tornado framework?

Facebook just open-sourced a framework called Tornado. What is it? What does it help a site do? I believe Facebook uses a LAMP structure. Is it useful for smaller sites which are written under the LAMP stack? ...

Facebook javascript users_getInfo getting email

Hi, How can I get the email address of a user from my app? Right now I have it as FB.Facebook.apiClient.users_getInfo(uid, 'last_name, first_name, email_hashes', userInfoCallback); The last_name and first_name does work, but email_hashes gives an empty Object. Am I missing anything? Thanks, Tee ...

How to give navigate view like New Facebook iPhone Apps

I saw the new iPhone apps and it is superb. They have nearly more than 9 sections and they have given good navigate view. They have removed tab bar controller and instead of they have given one good navigate view. Does any have seen this new Facebook apps and knows that how can we give same navigate view for the any apps. ...

Facebook curiosity, what javascript framework are they using?

Hi guys, wondering if some of you know what javascript framework facebook is using ? Thanks ...

Facebook: Getting Incorrect Signature (104) when Getting Session Key

Hello there, I am trying to use the HttpClient library (in order to call the Facebook API's REST end points) to obtain a session key and verify user... My code is here: RunWith(SpringJUnit4ClassRunner.class) @ContextConfiguration(locations = { "classpath*:**/*applicationContext-test.xml" }) public class FacebookUserTest { final St...

Sending friend request using custom button.

I have a control in which we can select friends now i have a button which should be used to send application add request to selected friends. I am able to do this with control . Now i want to do some custom action(add the requested friends list to local database) when i send a request.Any idea on how to do that? plz help me.T Thanks &...

Accessing Facebook wall posts

Is there a way, via FQL or the Facebook API, to access the wall posts to a fan page (not a profile)? ...

How to fetch notifications from Facebook

How to fetch notifications from face book. Is there any web-service or REST-based service by which we could fetch the notifications, contacts etc (like that in case of twitter). ...

Is is possible to requireSession and request permission publish_stream in f8 connect at once?

I'm integrating my site with Facebook Connect. I wonder if it's possible to request permission publish_stream at the same time that user is logging first time to the site using Facebook Connect. ...

How does Facebook do it?

Have you ever noticed how facebook says “3 friends and 33 others liked this”? I was wondering what the best approach to do this is. I don’t think going through the friends list, and the list of users who “liked this” and comparing them is efficient at all! Do they keep a track of this in the database? That will make the database size ver...

What facebook embed code would I use to share an image link on my profile?

I want my users to be able to share a thumbnail that links back to my website. I am using this for my embed code. <a href="link_to_website"><img src="link_to_thumbnail" width="130" height="584"></img></a> I am also using Gigya for sharing and this embed code is not providing a link back to my website. I know this is possible because...

How to make a pop up to ask user for extended permission in an i-frame application

hi Guys, i am trying to build a facebook app using iframe(not fbml) i am using php client. after trying a lot i m not able to publish stream also i am not able to create a pop up to ask user for extended permission i have used following : function facebook_prompt_permission(permission) { ensure_init(function() { //check ...

Facebook API: Set User Status with "@mentions" integration

StackOverflow'ers, I realize the new "@mentions" is a very new feature to facebook, but can any of you think of how to access this feature using the Facebook API? I would assume there would need to be a separate call to get a list of available users/applications/ect... I am just brainstorming here, I realize this may not be possib...

Facebook Connect Email hash function for vb.net

Does anyone have a working class or function to create the hashed email that is sent to facebook to register email addresses with connect.registerUsers? ...

Account Strategies on New Social Enabled Sites

So I'm in the midst of creating a Facebook Connect enabled site. The site in question will leverage your social graph - as defined by your facebook account - to do social things (what is really not important here). Here's the big question I have: Are people still rolling their own authentication heuristic when using something like Face...