facebook

Does Facebook API video-upload work only with OAuth v1?

I cannot get video upload to work with OAuth 2 access-token. The request always fails to even connect (timeout). http://developers.facebook.com/docs/reference/rest/video.upload With almost identical code, I have successfully uploaded photos. The only video-upload example code I can find uses OAuth 1.x. Does video not yet support OAuth...

Post user activity of my site on his facebook profile

I am looking for ways that when member of my site post some update(like posting a picture) etc then it could also be published on his facebook profile. How could it be done? Thanks ...

Facebook application unable to pull email address

Folks, I have made several attempts but I am unable to figure out why I keep getting nil for email address. Here is what I am doing - 1) I created an application that asks for all the right extended permissions i.e. email, manage_pages etc that we need for our app. 2) User approves it and I make a Post Authorization call to my applicat...

Facebook android-accept request

Is there any way that we can accept/ignore a request invitation from facebook android sdk? I only can find how to attend/declined event invitation. /EVENT_ID/attending /EVENT_ID/maybe /EVENT_ID/declined how about the other request, like friend request, or request to join application? Thank you very much. Best Regards, Eve ...

_fb_fromhash not showing older likes on FBML page

Up until about 10 days ago I had a fb page that was linking to another fb page which had a like button and was showing the likes that have been voted. Now I notice that the link from the 1st page to the 2nd one has an extra GET parameter (_fb_fromhash) that seems to be the reason why no more likes are shown. Now it displays "be the firs...

when authorizing using iOS Facebook SDK how do I differentiate between no network and login dialog cancelled

I make a self._facebook authorize:kFacebookAppId permissions:self._facebookPermissions delegate:self]; call which opens the Facebook login dialog. In case there is no network the dialog opens momentarily and fbDidNotLogin method gets called. In case there is network the dialog opens but the same method fbDidNotLogin gets called if ...

Layout / Javascript issues with Internet Explorer 8

I'm using the Facebook async javascript loader to load the new JS SDK (all.js). I want to load a set of html via AJAX and then parse the result. Not surprisingly it works great in Firefox and Chrome but IE mangles the result where a profile pic appears to be set to float over the other fields and I've got three other divs (status-conte...

Post message on a wall of Facebook in Android

How to post message to Facebook using HTTP in Android? Maybe there are more simple ways? ...

Facebook gives "Unsafe JavaScript attempt to access frame with URL" error in Chrome

My sample Facebook app was working great yesterday in Chrome. The page integrates Silverlight ad Facebook via the JavaScript SDK. I can check basic login status, login to Facebook, get your name and log out. Today, with no changes on my part, it's broken in Chrome with a JavaScript error that's very common on Google search results, but ...

Facebook connect / graph authentication for mobile

I'm building a mobile web application for an existing site that implements facebook connect. After looking at the facebook documentation, it looks like there are currently two SDKs to achieve mobile web integration: python and php. However there also seems to be a third option that is no longer supported sdk that uses javascript. How do ...

django development server with facebook connect

Hi, What URL should i give facebook to get a FACEBOOK_API_KEY if i'm using facebook connect with the django development server? I understand I need to edit my local host, but i'm not sure with what. Thanks, David ...

finding friends in a rails app via facebook, gmail, twitter, etc...

Hello, I have built a social networking app in rails, and am looking for a simple way to allow users to login to their various other accounts (OAuth?) such as facebook, twitter, gmail, other mail clients, etc and see if their friends/contacts on those sites are signed up for my site. Additionally I will be adding functionality to allo...

facebook applications resting with the wall

i have built apps that reside on apps.facebook.com but i want to built something that can be used in a facebook wall like the first link here- http://www.facebook.com/pages/TXT-2-Give/328506206146 like FundRazr. is there any tutorials or resources to build such apps? i have been googling my heart out but cant come across anything i h...

facebook page to wordpress

Maybe i mis something completely, but this site : http://www.tourisme-charlevoix.com/fr/ is having a facebook "iframe" style of the feed in there site.. a of two lines How do i build that from my facebook page for my wordpress site.... ...

Rails 3 using Devise: How to allow someone to log in using their Facebook account?

I have a Rails 3 application using Devise for authentication. Now I need to allow someone to log in using their Facebook account. I think this is called Facebook Connect, but I've also heard the term Facebook Graph API, so I'm not sure which one I'm asking for. What do I need to do in order to integrate Facebook Connect with Devise? ...

How to upgrade Session Keys to OAuth Access Tokens Facebook ?

Dear all, I novice with RestFB Java library. In fact, I don't understand very well how to get an OAuth access tokens ? Before I used Facebook Api Java with API key and Secret key for authentification. Now, I want to use RestFB to replace this library. Can you help me please ? Have you got some Java example for this new mechanism ? Tha...

Which Facebook API can I use to get Foursquare like signup behavior?

I am totally lost finding the right API to create a sign up process like Foursquare. I am attaching a document of what I am trying to do. I have already tried OAuth, JavascriptSDK, Facebook.NET API from Codeplex and FacebookToolkit.NET from Microsoft. Nothing looks what I actually need. I think some one experienced can lean me towards wh...

Facebook "Like" to see canvas page

Ive seen this on a lot of facebook sites. I was wondering how to setup a welcome page and when the person likes that certain page they are then able to see more information about the page. ie: http://www.facebook.com/BacardiLimon under the welcome tab. thanks! Also a related facebook question. Does anyone know how the slide show at ...

Dynamically show/hide Facebook like button

Here is my problem: I have successfully included the Facebook Like button on my test page. There are several items per page and there is a facebook like button per item. I am using the XFBML version. Everything runs fine if the buttons are present in the page on load. However, Now I want to show the buttons per item only on mouseover o...

Facebook 'Like' button breaks https/SSL

On an e-commerce website I maintain, I added a Facebook 'Like' button per the instructions here: http://developers.facebook.com/docs/reference/plugins/like I am using the iframe method: <iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fexample.com%2Fpage%2Fto%2Flike&amp;amp;layout=standard&amp;amp;show_faces=true...