Facebook Platform lets developers integrate their apps directly into the Facebook social networking service.
2
votes
0answers
157 views
Native iOS Facebook App shows empty canvas when called from FBLoginView
Environment:
iOS 6.1.2
Facebook SDK 3.2
Facebook App Version 5.5 (current as of this post)
OS level (native) Facebook connection not configured
Problem:
We are using FBLoginView to allow the user ...
2
votes
0answers
109 views
FQL multiquery with event CREATOR does not work anymore
I got several iOS apps that make an FQL multiquery to get infos about events by a certain creator.
query1: "SELECT eid, uid FROM event_member WHERE uid = %@"
query2: "SELECT eid, name, venue, ...
2
votes
0answers
163 views
Facebook iOS SDK 3.2 Reopen Session Always Fails
Basically I went through this page and implement my Facebook login.
https://developers.facebook.com/docs/howtos/login-with-facebook-using-ios-sdk/
Next I tried to reopen the session when user opens ...
2
votes
0answers
112 views
logout Facebook and clear session in corona
I have an app which is written by lua using corona SDK. I need to logout a Facebook user and clear sessions in the device. But after I logout the user by using corona API the session or cookie keeps ...
2
votes
0answers
91 views
How to post multiple pictures with an open graph request to facebook?
Code that posts one image:
-(IBAction)postImageToFacebook:(id)sender {
DLog(@"");
NSMutableDictionary* params = [[NSMutableDictionary alloc] init];
[params ...
2
votes
0answers
136 views
Facebook login fails with code 190 - “The access token was invalidated on the device”
I've read all other related questions here, and found no answer.
I have been able to reproduce a scenario in which Facebook login fails with code 190, and a message of "The access token was ...
2
votes
0answers
155 views
FB.ui() gives errors unless display: 'popup' is specified
I'm having a really frustrating problem with displaying dialogs using FB.ui() within my Facebook app.
Basically I have the following function that I use to invoke the dialog window:
function ...
2
votes
0answers
76 views
facebook open graph check-in
I have Open Graph feature in my app. I have to maintain the total check-ins in my Facebook account. And have to show the all checked-in places in one map. Foursquare app used this in their app. But i ...
2
votes
0answers
178 views
How to upload large video on facebook in android
i want to upload video on facebook through my app, i am able to upload small video 5 MB.
But i am unable to upload large video.
CODE:
byte[] data = null;
InputStream is;
...
2
votes
0answers
257 views
Hyperlinks sent tp @Facebook.com accounts changed to broken fbsbx.com redirect links
Almost any hyperlink in an email sent to an @Facebook.com address is broken with a fbsbx.com redirect link. If you change the fbsbx.com in that link to Facebook.com, then the link works, so it's ...
2
votes
0answers
29 views
querying for alumni of a particular school using graph api
i am querying for the list of facebook users who are an alumni of a particular school (ex sgsits) in the following way-
https://graph.facebook.com/search?q=sgsits ...
2
votes
0answers
159 views
Posting images to Facebook/Twitter via Sharekit for Phonegap?
is it possible to share images from camera/gallery to Facebook/Twitter in a Phonegap app with the ShareKit plugin? Is it possible to do it with any other plugin? I see that Facebook Connect does not ...
2
votes
0answers
112 views
Set different facebook oauth scope per user with devise
I have a rails app with two separate types of users (call them A and B). Right now they can both sign in with facebook. However, I need B to be able to oauth with some extended permissions, and I DO ...
2
votes
0answers
283 views
UIWebView / Facebook OAuth Dialog - Says “Not Logged In”
The Problem
In my iOS app, users login with Facebook through a UIWebView. Occasionally, instead of a login page, Facebook shows the message "Not Logged In":
I can reproduce the problem every time ...
2
votes
0answers
96 views
Only new pages return 404 when trying to scrape - old pages scrape just fine
I am getting a 404 error when trying to have Facebook scrape my new url's. I have pages that are a couple days old that for some reason keep returning this 404 bad request code.
Older pages from more ...
2
votes
0answers
79 views
C# MVC Facebook application does not work in iPad Facebook application
I've written a Facebook application using Microsoft's ASP.NET MVC template. Works great from the browser on IE, Android's browser and will even work in Safari.
Inside the Android Facebook application ...
2
votes
0answers
179 views
I Know I have correct KeyHash but still get remote_app_id does not match stored id
I am sure i have the right Key Hash having used facebook's suggested code to get it from logcat, i have removed the log in code i wrote and copy/pasted the code directly from the facebook's ...
2
votes
0answers
208 views
redirect_uri isn't an absolute URI
I am using Scribe API for facebook sign functionality, but getting following error after submitting the facebook authentication url.
callback_url = ...
2
votes
0answers
54 views
Facebook share does not show the same data as the debugger
I'm trying to set the share data with og meta tags. In the debugger it shows as expected. In particular the first image should be the default image. But when I go and try and share it, the data is ...
2
votes
0answers
199 views
Facebook apprequests are now show in app center and not in notifications
We send facebook user to user apprequests from ios app. Earlier they appear in notification section on users facebook page, but now they begin to appear in app center->requests section. Users do not ...
2
votes
0answers
161 views
How do I show UpComing Facebook Friends Birthdays in Android
I am writing an app in which i am getting List of Friends in form of January to December as you can see in screen shot
Now i want to show in form of Upcoming Facebook Friends Birthdays by using ...
2
votes
0answers
270 views
Stream post URL security - Website/FB page url
We are currently offering functionality in an iOS and Android game app to share scores on FB. We want the link in stream posts to direct people to the website promoting the game or to the page for the ...
2
votes
0answers
272 views
Post to several friend's timeline via FaceBook feed dialog
Since request "id/feed" was deprecated, I'm trying to implement Facebook feed dialog to post to user's friends timelines.
I found in documentation parameter "to", where I can define ID of the user ...
2
votes
0answers
48 views
Installing applications with a business account
I have created an application on Facebook and am trying to prevent business accounts from installing the application. I understand that business accounts (and by extension pages) can not install ...
2
votes
0answers
381 views
How do I get access to my client ID and auth? Original developers moved on
OK, here is my situation. We had two developers create a Social Networking program for us. They created a feature that allows it to link to your Facebook account. They said they used a the standard ...
2
votes
0answers
202 views
FaceBook checkin in IOS 6 and IOS 5
I have some predefined location of different stores.I want to checkin to these locations through my IOS app.How can I do it?
Here is the code I used for IOS 5
AppDelegate *appDelegate = (AppDelegate ...
2
votes
0answers
75 views
Facebook registration plugin - remove undo popup
In a rails application, I implemented facebook registration plugin
However, After clicking the "Register" button, the user is getting an undo dialog. I've observed several sites that also use the ...
2
votes
0answers
181 views
facebook api in R: OAuthException error, code 803
Im trying to connect to Facebook using R. I tried to use the codes from
https://github.com/datamgmt/facebook-data-mining
Which gets the user information with the following code:
access.token<- ...
2
votes
0answers
121 views
What's the most secure way to use facebook login system api
The only way users can log into my site is by using facebook login (I use php sdk). I store their email, id, content their create in my db.
I am using CodeIgniter and let them have access to pages ...
2
votes
0answers
470 views
iOS 6 the facebook server could not fulfill this access request invalid application
In some iPhone 5 devices we have an error when trying to call Facebook login:
The error is:
"the facebook server could not fulfill this access request invalid application id"
I many times checked ...
2
votes
0answers
113 views
Facebook Page Tab Edit URL - how can I get the current user role without the signed_request parameter
I've developed a Facegbook "Page Tab" application and On the App settings page I filled in the URL for "Page Tab Edit URL".
The Admin of the page can then go to Edit page > Update info > apps ...
2
votes
0answers
70 views
Facebook suggest a page to friends
I am trying to add a Facebook tab on my page that will allow users to suggest this page to their friends (this feature existed before but fb seem to have taken that down some time ago)
I know how to ...
2
votes
0answers
210 views
How to force links to open in iOS Safari?
my webpage has links to download Passbook .pkpass files.
This works fine in Safari for iOS since Apple's browser supports the mime type: application.com/vnd.apple.pkpass
Facebook's iOS browser (as ...
2
votes
0answers
413 views
Facebook phonegap login
I am trying to log in with Facebook using PhoneGap. It seems to works well.
But on iOS 6.0, the login failed with the message "The operation couldn't be completed.(com.facebook.sdk error 5)".
If I ...
2
votes
0answers
155 views
Facebook OG Post not appearing correctly
I am using the method outlined in another question I made, Posting items/stories to face book users walls to make OG posts.
A post appears in my timeline, however, it's not displaying correctly.
I ...
2
votes
0answers
48 views
Find out whether Facebook Tab App was invoked by a bot or by a user
Facebook Canvas or Tab App is meant for Facebook users to invoke manually. I see a lot of calls to the app in quick bursts in a short period of time (about 20 to 40 in less than 2 or 3 seconds) ...
2
votes
0answers
111 views
Getting error ACErrorPermissionDenied (error code 7) for Facebook when using Social Framework
I am fetching the user’s Facebook account ID and name using ACAccountStore.
When an alert comes up asking the user for permission (“XYZ would like to access your news feed and profile”) and the user ...
2
votes
0answers
86 views
FB - Application doesn't have permission for this action (Error 10)
In the Facebook developer page of my iPhone app, I see auth.extendssoaccesstoken error under Insights->Developer->Activity & Errors. I don't understand what is causing this and how to fix this.
...
2
votes
0answers
411 views
FBSessionStateClosedLoginFailed: mistakenly called
I am caching the login token locally, however I have a navigation view in place and when I'm logged in, if I pop the "facebook" view controller, then push it, and do that once again, ...
2
votes
0answers
61 views
I want to get the public post from user only from facebook graph api
I want to get the public post from user only. For example when I run below query -
https://graph.facebook.com/search?q=buy+AND+nokia+AND+lumia&limit=100&type=post
I get post from category = ...
2
votes
0answers
249 views
Handling SLRequest Error 2500 Facebook
There essentially two main things that can cause issues when using SLRequest for making Facebook posts:
1. The user removes permissions for the app on Facebook. This causes an error 2500 that means ...
2
votes
0answers
102 views
Pull Facebook Page / Place “Topic” via Graph API
In September 2012, Facebook introduced "place topics" as described here:
http://starien.com/facebook-pages/place-topics-on-facebook-pages/
"Topics" act as tags or subcategories for pages and places. ...
2
votes
0answers
132 views
Error Message Using Facebook Deprecated Headers
I have an application in Xcode 4.5 which integrates Facebook. I am using ARC. The application uses
native dialogs and therefore deprecated headers (ie Facebook.h). Apparently doing so leads to the ...
2
votes
0answers
37 views
How to have an open graph object have a reference to multiple opbject types
Take the famous recipe app as an example: A user can cook a recipe and let's assume the recipes are by famous chefs. As recommended in Best Practices: Working With Multiple Objects the chefs are split ...
2
votes
0answers
76 views
Facebook Sinatra app won't login
I am trying to develop a Facebook Application using the Ruby Heroku pack provided. I have experimented with this before but just created a new app to develop. I am having an issue where I am unable to ...
2
votes
0answers
125 views
Need help to get Access Token
Here, I am using user id generated by facebook in place of appid . Am I correct here??
As I wanted to get access token with the help of user name and password for my application designed in windows ...
2
votes
0answers
67 views
Check if contact is from facebook iOS 6.0
Is it possible to check if a contact(ABRecordRef) is added to the addressbook via the new facebook integration or not?
I want to filter away the facebook contacts, since I cant seem to add or edit ...
2
votes
0answers
359 views
FQL Query to get all photos with friends tagged in them that are owned by a page
I'm trying to find all the photos that have my friends tagged in them where the owner of the photo is a particular Facebook page using FQL.
I have read that the most reliable way to get at these ...
2
votes
0answers
279 views
using comment.create listener for fb:comments - fql.query comment in callback
I inserted the following plugin which works:
<fb:comments href="http://www.mysite.com/" width="580" num_posts="10"></fb:comments>
When someone adds a comment, this comment should be ...
2
votes
0answers
164 views
Facebook “Like” button change to “Share” in FireFox
I found funny problem - on FireFox (and only there) I see the Facebook Like button as Share. It's normal (becouse they merged Like and Share) or it's an issue? Somebody else has that problem? I found ...

