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...
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
...
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...
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
...
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...
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 ...
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...
How to post message to Facebook using HTTP in Android? Maybe there are more simple ways?
...
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 ...
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 ...
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
...
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...
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...
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....
...
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?
...
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...
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...
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 ...
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...
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;layout=standard&amp;show_faces=true...