Could anyone tell me why Facebook comments are not working properly?
50% of the time no comments show up initially, with multiple errors in the response ajax from facebook.
99% of the time it's impossible to delete a comment without getting a "Bad Parameter" message.
50% of the time it's impossible to post a comment without getting a "D...
Hi guys!
I have to integrate FaceBook connect with the iPhone App.
I downloaded SDK, added new app on the facebook.
But I have a problem. All samples and tutorials contains feature with feeds publishing.
In the sample which included in the SDK I have to insert Template Bundle Id instead of '9999999':
- (void)publishFeed:(id)target ...
I can't seem to find the definitive word out there of the facebook search api: the api that allows you to search public status updates and comments/posts (there is a web interface for all logged in users for this at the moment).
...
Hi guys,
I have been struggling with this for over two days and I could use your help. Here's the problem:
Whenever a request is made to the Facebook REST server, we have to send an additional parameter called "sig". This sig is generated using the following algorithm:
<?php
$secret = 'Secret Key'; // where 'Secret Key' is your appli...
My client has a mailing list with 10,000 members. Now we need to create an FB channel for its brand and send email to all the 10,000 members.
My requirement is how can I check who all joined the channel from this 10,000 users. Can I write an FB application to check this?
...
Hello all,
I have been working on Facebook.NET SDK since last week.
After some searches on internet, i decided to develop an application as iframe within xfbml for my .net site
But I could not find any document for web site design ?!?
I wonder that how can i prepare a site as html (for client side) like apps.facebook.com/ilike/ ?
C...
I've been working to understand FB API, apps and pages for 2 weeks and end up exhausted. I created a company page, developed an app to publish feeds to that page. It works fine, but I have to find a way to show its action links only to that page's fans. I tried Page.IsFan() method, but it is not working, as said in docs.
I desperately n...
Discovered a problem with connecting all together - Facebook, GWT and App Engine.
I need to authenticate user on my web site hosted on App Engine (Java) that uses GWT. After authentication, some information should be passed to server from facebook - like profile information, user list, etc.
Currently am trying to use facebook4gwt and a...
Does anyone know of a solution for this that i may be able to purchase?
Ok Well facebook no longer allows you to embed into an IFrame and my company wants to have facebook show up on our application which we do by creating a Iframe and embedding. But on Feb 5th facebook took away that ability. So I am looking for someone who has worke...
I'm building a website that allows user to connect using Facebook Connect. So far I'm able to log the user in and fetch data about them (name, email, pic, etc.). If I fetch the email (using Users.getInfo) I get a proxied email ([email protected]), which is absolutely great. Problem is, that email doesn't work. I've tried sending...
Hi guys!
I have to integrate FaceBook connect with the iPhone App. I downloaded SDK, added new app on the facebook.
But I have one problem. I can't found how can I create templateBundleId in the console - http://developers.facebook.com/tools.php
Console contains API Test Console, FBML Test Console and Facebook Connect Playground only....
Hello guys,
As usual, I'm having problems due to a lack of clear guide in the Facebook API Documentation.
Basically I have created an application that is installed to Facebook Pages, I want to periodically post automatically via my server to the Stream of these pages (of course, willing to have it authorised, etc), but I am just unable...
I'm building a site that allows users to sign in using their facebook account.
I want to cache nice big versions of the users profile pictures. I know that i'm not allowed to cache images for more than 24 hours so i'm going to re-fetch the images once every 24h.
I thought i could get the url of the image original like this:
$fb=new ...
Hello,
I would like to post updates to Facebook from my iPhone application. I know that there is a Facebook Connect project, but it requires displaying dialogs for entering user's credentials, dialog for posting content, etc. I would like to be able to get the credentials from application settings and post whatever the user put into UIT...
I am developing a facebook application which sits in an application tab.
The app is developed in flash and as such must use fb:swf to embed the swf.
Therefore it sets allowScriptAccess = never on the swf.
There are 3 things that I will need to do, and I am not sure if it will be possible.
1) Load external SWF files into the parent swf...
Hello
On my website, I basically want a user to be able to invite his facebook friends.
You know have like an Invite Friends button - when the user clicks on it - FAcebook widget opens up - which will ask for the users' facebook username/password and once he logs in - shows him his list of friends - he can select the friends - and they g...
I have an FBML canvas app and I have a few places that I currently display forms in their own pages, but we'd like to move these to dialogs.
So, could someone give an example of using a link to popup a dialog with a form in it and handling the submission of that form in the controller?
...
I've been reading through the fb developer api documentation and I'm trying to find out what would be the easiest way to post information on a website to the website's own facebook page. for instance - the assumed workflow is like this:
an admin user adds new content to the company website - and once submitted that content should autom...
I'm building a Facebook Canvas IFrame application. The application should always have the session_key (fb_sig_session_key) parameter available. Do I need to force the user to login and "add the application"?
I am not using any libraries and am directly working with Facebook's REST web service. I believe all I need to do is redirect the ...
I'm trying to write a Java program that can automatically log into Facebook.
I've got the below code so far that downloads the home html page into a String but don't know how to send the email and password to log into Facebook? Also will the Java program need to handle cookies returned to remain logged in?
public static void main(Strin...