9
votes
3answers
37k views
Facebook API and Facebook Connect using Java?
New to Facebook API and Facebook Connect.
Found the Facebook Java API open source library on Google Code...
I am really excited that there's an API pre-written in Java for it!
Am interested in ...
8
votes
2answers
11k views
Authorizing a Facebook Fan Page for Status Updates
I'm able to update the status on my PROFILE wall using this code:
require_once 'facebook-platform/php/facebook.php';
$facebook = new Facebook('APP API KEY','APP SECRET KEY');
$user_id = 'MY USER ID';
...
20
votes
9answers
10k views
Android invalid key and Facebook Connect
When I try to implement Facebook Connect in my Android application, I get the following error.
11-02 16:41:31.660: D/Facebook-authorize(13194): Login failed:
invalid_key:Android key mismatch. ...
10
votes
6answers
14k views
Facebook FQL stream limit?
I want to get the full history of my wall. But I seem to hit a limit somewhere back in June.
I do multiple calls like this:
SELECT created_time,message FROM stream WHERE source_id=MY_USER_ID LIMIT ...
9
votes
10answers
38k views
PHP function to get Facebook status?
I'm looking for a good, simple PHP function to get my latest Facebook status updates. Anyone know of one?
Thanks!
EDIT: I've added a half-solution below.
Or if anyone knows a good way to read in ...
8
votes
4answers
15k views
Facebook like button showing in Firefox but not showing in IE
I have a Facebook like button on my page using the XBFML tag. I think the code is working, because it works in Firefox without a problem.
But in IE 8 (running in IE 7 compliant mode), the button ...
5
votes
2answers
7k views
Post to Facebook user wall using Facebook.dll in WP7
How to post to user wall in facebook using Facebook.dll in WP7.
I found one method named PostAsync() but am not able to understand the parameters.
Any help will be thankfull.
Thanks
2
votes
2answers
13k views
Post to user's facebook wall with iPhone using latest FBConnect sdk
I'm having a tough time finding any good documentation for the FBConnect iPhone SDK. I have the SDK set up to get the permissions from the user but making a simple post is escaping me. All I can find ...
17
votes
2answers
21k views
How to clear Facebook Sharer cache?
We used the link:
http://www.facebook.com/sharer.php?u=[shared URL]
...to share a particular page. However, Facebook Sharer uses the cached version of the images and the title. Is there a way to ...
15
votes
5answers
13k views
Can I set a users profile image using the Facebook API?
I'm looking for a user.setImage call or something to that effect on the Facebook API but I can't see anything to achieve this: specifically to overwrite a user's profile image (not just post an image ...
14
votes
3answers
7k views
Does Facebook SDK have a limit for posting to a wall
Does Facebook have limits on the number of pages or wall posts an application can post per day?
5
votes
2answers
12k views
Facebook API: How to post to own application wall without login
I want to post to my own application wall a text with a script but without to login first because it should be done automatically. How could I do that? I tried already:
$fb = new Facebook(array(
...
14
votes
2answers
5k views
Deserializing JSON when sometimes array and sometimes object
I'm having a bit of trouble deserializing data returned from Facebook using the JSON.NET libraries.
The JSON returned from just a simple wall post looks like:
{
"attachment":{"description":""},
...
11
votes
3answers
11k views
FB.logout() called without an access token
I'm trying to log out of a website i've created with Facebook integrated.
Logging in works fine, but when I want to log out Firebug consistently gives me this error:
FB.logout() called without an ...
11
votes
5answers
6k views
Permission denied error in all.js
I am using all.js for facebook implementation. I used a facebook button on signup page . by logging through facebook i am getting user name and email of facebook user into the fields on sign up page. ...
7
votes
3answers
2k views
Access “Public” Graph API resources from an app?
I am creating a web application that is trying to use "public" Facebook content.
It is not your traditional "Facebook Application" because I'm not actually signing up Facebook users to use it, but ...
7
votes
5answers
8k views
Is there a way to detect if the Facebook Javascript SDK loaded successfully?
I use Facebook as the membership system of my website. It uses the code to generate a login control, allowing users to login via their facebook account. It's essentially one click if they're already ...
3
votes
4answers
4k views
How to know the apps installed in iPhone
I am developing an application in which i need to find the apps which are already installed in iphone device such as Skype, facebook. I need to check it. Please give me code snippet if possible ...
2
votes
2answers
4k views
post link using facebook sdk on iphone
I have the demo facebook app and without any modification this is the code:
SBJSON *jsonWriter = [[SBJSON new] autorelease];
NSDictionary* actionLinks = [NSArray arrayWithObjects:[NSDictionary ...
15
votes
11answers
27k views
How can I find and run the keytool
I am reading an development guide of Facebook Developers at here
It says that I must use keytool to export the signature for my app such as:
keytool -exportcert -alias
androiddebugkey ...
13
votes
1answer
1k views
Empty “for” loop in Facebook ajax
While surfing facebook and using the Firebug network debugger I noticed that facebook's AJAX responses all start with an empty for loop.
Example:
for(;;);{...}
Does anyone know why this is done? ...
7
votes
4answers
5k views
blank white screen after FB login via web app?
I have tried following the FB mobile web "getting started guide" at:
https://developers.facebook.com/docs/guides/mobile/web/
for a web app that I open full-screen on my iphone.
but when I try to ...
7
votes
2answers
7k views
Post on a Facebook wall as Page, not as user
Is it possible to post on a Facebook wall as application and not as user? As far as I understand an application is not a valid user for Facebook, but there are numerous comments about posting as Page ...
8
votes
1answer
6k views
Handle invalid accessToken with FBSession openActiveSessionWithReadPermissions in Facebook iOS 3.1.1 SDK
Before anything, I have read both this and this questions to solve the problem below and before asking.
My problem is that when the accessToken gets expired (either because the expiration date ...
5
votes
4answers
4k views
Facebook Javascript SDK window location reload not working on Firefox
I'm building a website with Facebook Connect and therefore using the Facebook Javascript SDK.
Problem: when using Firefox, the page doesn't reload properly once logged in or logged out.
...
4
votes
3answers
4k views
Tagging a user in a wall post/update using Facebook API
I'm using stream.publish to write to the user's wall and attempted to get "@ tagging" to work but with no avail.
If the user's name is Fred and his uid is 1234, I tried sending over "@Fred", "@1234", ...
21
votes
2answers
21k views
Uncaught Exception: Permission denied to Proxy.InstallTrigger
I've searched high and low for this and can easily reproduce it. Running absolute latest PHP SDK and the JS is coming directly from facebook over an HTTPS connection. My 'MyAppId' and domain have been ...
4
votes
1answer
1k views
Posting comment to Facebook from JavaScript
I have a Facebook application, a Facebook page and a website. When someone adds a comment to my website, I retrieve the comment text from the code below. What I want to do after that is to let my ...
4
votes
2answers
8k views
Post on user's friends facebook wall through android application
I am developing an Android application in which the user logs in using its facebook id.
I can get all the information about the user and i even get its friends list with following methods
...
4
votes
3answers
8k views
Howto get JSONP and Facebook Graph API to work?
Shouldn't follow AJAX request with JQuery work?
$.getJSON('https://graph.facebook.com/138654562862101/feed?callback=onLoadJSONP');
I have defined a callback function named "onLoadJSONP".
But ...
3
votes
2answers
5k views
How to get photos of a facebook album in iPhone SDK?
I am developing a iPhone application which get facebook album with this URL ...
3
votes
1answer
1k views
How to programatically create a Facebook application via JS SDK or Open Graph API? (createApplication)
I know there are currently two methods that can be used to do this, documented (poorly) on Facebook's Developer site:
The old (depreciated) JavaScript SDK FB.Connect.createApplication
A new FBJS ...
3
votes
1answer
15k views
How to get list of online friends using FQL with facebook API?
I have got my friends list after getting logging in on facebook using Facebook connect Java script client API. I want list of my friends that are online at given time.
2
votes
1answer
2k views
Get Facebook News Feed iOS?
I am starting out with the Facebook SDK for iOS and in my app I am trying to get the users news feed and load it into a uitableview. This is proving tricky.
I can't find any documentation on it ...
2
votes
1answer
3k views
Facebook signed request problem
I want to write a fangate for my facebook page, but it didnt work and i doesnt find any help on the inter net
require 'facebook.php';
$app_id = '16850872653xxxx';
$app_secret = ...
1
vote
2answers
1k views
Facebook API SDK revoke access
How can I allow a user to revoke access to my application using their API service, SDK. http://developers.facebook.com/docs/sdks/
Looking at the documentation I can't find anything about revoking the ...
1
vote
1answer
5k views
How can I redirect once facebook like button is clicked?
Basically, here is an idea:
I am starting a daily blog, and in order to gain access to sunday's posts, the user needs to share the site.
I have figured out how to redirect once someone presses the +1 ...
11
votes
2answers
7k views
iOS 6 Facebook posting procedure ends up with “remote_app_id does not match stored id”
this is my third question about posting on Facebook :) Although this may be a duplicate of Mac OS X Facebook login failed - no stored remote_app_id for app but I decided to post separate question ...
10
votes
5answers
2k views
iOS 6 Social integration - go to settings issue
I'm trying to integrate Facebook sharing procedure into my app. I'm using UIActivityViewController like this:
NSArray * activityItems = @[self.imgView.image, self.txtField.text];
...
8
votes
1answer
5k views
Facebook app_data
Can someone explain to me how to use facebook app_data which is part of the signed request?
http://developers.facebook.com/docs/authentication/signed_request/
The documentation is vague. I can't ...
5
votes
3answers
5k views
get list of facebook users who are using specific application using FQL
I am trying to fetch following case using FQL
If few users have authorized "Application A" then is it possible to know that currently how many users are using that "Application A" ( users those are ...
5
votes
2answers
1k views
Facebook Graph API: Getting a random N friends?
I'm unsure if this is possible --
I'm developing an Android game, and I want it to include profile pictures of 15 random friends.
However, it seems my only option is to call the graph API ...
5
votes
1answer
2k views
Create new app from Business account [duplicate]
Possible Duplicate:
Creating and managing a Facebook app from a Business Account
I'm building an iOS app with Facebook integration.
I need to create an app at ...
4
votes
1answer
3k views
Posting to friends' wall with Graph API via 'feed' connection failing since Feb 6th 2013
My app started failing to post items on friends' feeds.
I am getting this error:
Facebook request error: The operation couldn’t be completed.
(facebookErrDomain error 10000.), details: Error ...
4
votes
2answers
440 views
Graph API '/feed' connection is requiring an access token even for Public data on a Page
Kindly help me in understanding this:
Suppose I'm working with: http://graph.facebook.com/cocacola
http://graph.facebook.com/cocacola/feed was working but today its returning "An access token is ...
3
votes
3answers
10k views
1
vote
5answers
18k views
Facebook Login and Iframe redirection
I am building an Facebook IFrame App. I am using the below javascript code to request user to login and allow permissions for the application, after which they are supposed to be redirected to the ...
4
votes
1answer
5k views
Facebook logout C# SDK
Hi
I am having trouble trying to logout of facebook using the FB C# SDK.
Here's a sample of my test
var oauth = new FacebookOAuthClient();
oauth.AppId = fbSection.AppId;
...
3
votes
1answer
204 views
forge.facebook.ui callback invoked with null on iOS
I'm having trouble with Trigger.io Forge and getting a callback from a native FB friend selector UI.
The problem is only showing on iOS, works fine on Android.
Running this code in catalyst on either ...
3
votes
1answer
915 views
Facebook API dialog page showing error in second time and after that
I want to share my app details.I just done as same given in facebook tutorial.When user loggen in and dialog page appears and i posted my msg.and it worked fine for first time only.when user tapped a ...