Is the following possible, after many hours of searching I cannot find a straight answer anywhere.
From an external website, which users login to using their Facebook Login, we wish to allow users to upload photos to a Facebook Page of which we are the administrators.
The photos should go to a specific album which we will create.
Photos...
As most of you may know there is a problem when not using wmode='window' in google chrome.
The problem that I have is that I'm integrating a system with facebook and if you do that you need to use transparent. This is because if you don't do that it's impossible to see the facebook messages like the share or some notifications.
I leave...
Hi All,
I am trying to upload video on facebook. But my code is not working:--- FBRequest *m_UploadRequest = [[FBRequest requestWithSession: _session delegate: self] retain];
NSURL *videoUrl=[NSURL URLWithString:@"http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4"];
NSData* VideoFileData = [NSData dataWithContentsO...
I've followed Railscast #235 to try and set up a minimal Facebook authentication.
I've first set up a Twitter authentication, as done by Ryan himself. That worked flawlessly.
I then moved on to adding a Facebook login. However, after authorizing the app the redirect to /auth/facebook/callback fails with:
SSL_connect returned=1 errno=0...
I have a website running on wordpress and ajax.
All the content ist loaded via ajax with deeplinking and hashHistory.
URLs look like this:
http://www.website.com/#/lang/page/
On one of the pages i want to implement multiple facebook like buttons to boost some of the contents popularity .
To make this happen i need to specify dif...
Hi,
I have implemented LIKE button on my test page, I used all the og tags to say what it is all about
and the result on my profile page looks like :
Moshe likes title title on website
I don't want the "on website" part because it links back to the root of the server which is not related to me or my content.
I found no way to make t...
hi,
socialregistration works pretty well but the readme file indicates only how to make a website where openid and facebook users can login.
Now how do you:
retrieve basic inforamtion like email and name with facebook?
retrieve basic inforamtion like email and name with openid?
implement a user-info page (like when you click on your ...
Hey,
I have a website which creates a cookie and I want to use this cookie in my application on Facebook. is it possible? if not, any idea how to recieve information from my website and pass it to Facebook?
Thank you.
...
I try to use FQL to return all message on my social stream using this statement:
SELECT created_time, message FROM stream WHERE source_id = [USER'S FB ID] limit 10000
It traces all the way back to the very 1st post on my wall but some how some of the posts in the middle are missing (compare with what I can retrieve by clicking the 'Old...
We've been using the the java-facebook library for quite some time (a few years), though it appears one reason we're not getting any new users through FB, is that new users are seeing an error, which I understand is because of FB's new (in June) security.
Currently, we have a "simple" Canvas FB app, using FBML, which users can access vi...
I'm using django-socialregistration to manage my site's connection with Facebook.
When a user clicks the "Connect with Facebook" button, I am able to automatically create a new Django user and log them in. However, I also need to create a UserProfile (my AUTH_PROFILE_MODULE) record for them which contains their Facebook profile inform...
This is my code.
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({appId: '<?= FACEBOOK_APP_ID ?>', status: true, cookie: true, xfbml: true});
FB.Event.subscribe('auth.login', function(response) {
window.location.reload();
window.location.href='http://www.site.com/ou...
I'm trying to post a message to a user's wall using the new graph API and PHP. Connection seems to work fine, but no post appears. I'm not sure how to set up the posting code correctly. Please help me out. Sorry for the broken-looking code, for some reason StackOverflow didn't want to close it all in the code block.
Below is my full cod...
Hi all,
I'm pulling photos from albums on a facebook business page through the api and displaying them on a tabbed app on the same page - everything works as expected, I get urls to the photos that look like this:
http://photos-f.ak.fbcdn.net/hphotos-ak-snc4/hs689.snc4/
62916_492131547984_50574932984_6933281_3552549_a.jpg
Now if I tr...
Hi everyone,
Been running into an issue lately with Facebook canvas iframe applications. I've set our settings to "auto-resize" and implemented the correct FB JS call to do the resizing of the height (to avoid unwanted scrollbars), but it doesn't seem to be working.
Has anyone else had this issue or come up with a solution?
Thanks!
E...
Hi there.
In my app, I have a form where user should submit a facebook page URL.
How to check that it's correct?
Presently, I'm just checking that it begins with 'http://www.facebook.com'
How can I check that it is a page (where you can become a fan) and not a profile, event or whatever?
I'm using the python api and appengine.
Thanks!...
I want to identify the an android native app user on my web service. I don't want to include a secret in my java, as that would be trivial to find. Using the javascript sdk on the website, the token is signed and I can verify it with the shared secret on the server, but the android sdk just gets a token.
I had hoped that I could pass th...
I am starting a new FB Connect website. Can I use FB's multi-friend selector on my webpage?
This is my first time dealing with Facebook and their documentation is atrocious!
...
I have a Facebook Application which is ready to be submitted to the Application Directory, but before I submit, it says " Your application must have at least 5 total users or 10 monthly active users before you can submit it to the Application Directory".
I have had many users navigate to the canvas page and use the iframe to browse the ...
I am integrating facebook comments, but i want to remove like button from it.Plz help
...