facebook

Facebook graph api with 'NATIVE' (no PHP) iPhone application

I want to use the Facebook Graph API in a NATIVE iPhone Application. I need help to POST images/message on facebook. I know of these two resources on the net but they do not provide any help with posting on the user's feed. http://www.capturetheconversation.com/technology/iphone-facebook-oauth2-graph-api http://blog.corywiles.com/face...

How do I utilize the Facebook API to upload a video on my server?

I'm quite new to using APIs and I'm confused as to how I should (or even can) implement a video upload on my private server. The idea is that the FB video upload can sometimes be unreliable, is relatively slow to a direct server to server connection and can't conduct batch or simultaneous uploads efficiently or reliably. I'm thinking t...

Facebook bottom bar state

What's the best way to keep state in a bottom bar that sticks to the UI, even when different pages are navigated to? Let's say I was programming Facebook and wanted to keep all open conversations the same, etc with the most efficiency. I could use something like jixedbar (is there a better solution?) for the bar, but not sure how to keep...

iphone facebook wall posting with image map link

Hello, is possible to attach a link (image) of a google map on the side of my wallpost throug iphone? my wall post is ok, but i've no idea how to do with the map. Ps in my app i've implemented also mapkit, i don't know if i make a gquery with coordinate to obtain map link or i must work using the position that i have on mapkit i've foun...

Obtaining OAuth2.0 access token for Facebook application

Hi :) I have an application on Facebook with the API key, application secret etc.... I'm trying the use the Facebook API from a java application and it's telling me that it requires an OAuth2.0 access token. I tried googling about but I'm a bit lost. From where could I get this? Thank a lot :) Krt_Malta ...

How to update facebook via python

Possible Duplicate: Update Facebooks Status using Python Please help i need working code that can update my facebook status using a user name and password. ...

How can I check if a facebook like button has been clicked?

I've put facebook like buttons into my wordpress blog... the idea is to use them as kind of a voting mechanism for posts. What I would like to do is automatically add a comment for the blog post everytime someone 'likes' it via the facebook like button. So my question is- does the like button api provide some kind of a callback to my pa...

Run Code After Function is Finished OR DIV Appears

I have written a Userscript for Facebook and it groups similar notifications together. Now, using just a static HTML page with old notifications I had, the script works 100%. Here's the problem: the DIV that holds notifications by default, has no notifications in it until the user clicks on the Notification button. Facebook has an inlin...

Facebook App extended permissions

I am making a FBML facebook application. Currently, when a user visit my application for the first time he is asked to allow his profile details to be shared or not. I want the user to be asked for publish_stream permissions in the same login screen. How can I do this? As far as i know the way to do is redirect the user to a url like: ...

Can I programatically get the LIKE count of different URLs?

is there any API available to get the like count for different urls.. ...

Facebook: FB.apiClient TypeError: $wnd.FB.Facebook is undefined" why this error occures ?

Hello Friends We are facing one problem with facebook. we integrated FB in our web application, when user login through fconnect in our web application then he registered with our system(1st time only) just providing his email id.For normal user few user i/p for registration in our system Our web-application developed in java [GWT2.0]...

Facebook API: user is logged in, but did not grant any permissions

Please look at the example below: Now while scenarios #1 and #3 are quire obviouse, my question is: Is it possible that scenario #2 is valid ? i.e Connected - But no permissions given. Thanks. -- Code: FB.login(function(response) { if (response.session) { if (response.perms) { // #1 user is logged in and grante...

Unit Testing the Server Interface for a Silverlight-Facebook Application

I have a Silverlight 4 client running on a Facebook page hosted on Google App Engine. It's using gminifb to communicate with the Facebook API. The Silverlight client uses POST calls to the URIs for each method and passes the session information from Facebook with each call. The project's growing and it would be super-useful if I could s...

Problem while executing Facebook query

Hi , I am trying to run a FQL for the first time. This is the code I have included in my index.php file: <?php $query="SELECT message FROM status WHERE uid = 544337058";echo $query; ?> <?php include_once ('facebook.php'); $api_key = 'XXXXXXXXXXXXXXX'; $secret = 'XXXXXXXXXXXXXXXXX'; global $facebook; ...

objective-c : iphone programming upload image on facebook

hi , my application can upload a short text on a facebook account but now i want to upload an image is this possible and where can i get the sample code? thx ...

Is there a library like RPX for Android?

Does someone know of a library that is fairly "drop in" and allows you to easily put together multiple authentication options in an Android app to services like Facebook, OpenID, Twitter, etc. much like RPX does? ...

how to check if someone is a FB friend with my with IDS?

I use facebookAPI.Events.GetMembers to get list of user IDs, how do I confirm which ones of them are my friends? I am using asp.net toolkit, but I accept generic answer too ...

Use python to get friendslists on facebook

Hi there. How can i use python to login to facebook, grab a friendlist from my friends and use the data to see if my friends are facebook buddies ? Thanks for your help :-) ...

Facebook Python-SDK VS. PyFacebook?

I'm starting to develop a facebook application using Django. I'm trying to choose the appropriate API wrapper for my application and I can't decide whether to use PyFacebook (very well documented but no official release) or the official Facebook Python SDK (which is surprisingly poorly documented). Are there any major differences betw...

Creating a feed wall

I have a table of users and a table of questions. The questions table will have records that represent "Questions", "Answers" and "Comments" to questions or answers. I'd like to create a dashboard for each user in which its possible to see activities related to questions and answers. For example if user A creates a question and user B re...