Tagged Questions
fbconnect is an abbreviation for the Facebook Connect sdk which serve as a means to connect to the facebook servers.
9
votes
4answers
409 views
FBConnect: Why is it showing on some pages and not others?
In the top right hand corner, it shows on this page:
http://www.thegreekmerchant.com/product/fokofpolisiekar/band-logo
But not on this one
http://www.thegreekmerchant.com/
Any idea why? I'm ...
7
votes
2answers
513 views
Button Action on login Button click in FBConnect API
I am using fbconnect api in my project.When the login dialog gets opened where we entered our credentials ,when I click on login button there is something performed and it is redirected to the publish ...
7
votes
2answers
214 views
facebook connect graph status objects have comments capped at 25
Does anyone know why no matter how many comments a given graph status update object has, it will cap the comments at 25? I have a feeling it only returns a 'sample' of the actual comments on the ...
7
votes
5answers
4k views
Facebook Connect button not showing up in Safari/Chrome
My implementation of Facebook Connect (just a simple login button, fb:login-button) works perfectly on Firefox and IE.
But the same button is not showing up in Safari/Chrome (Webkit).
Here's what's ...
6
votes
1answer
199 views
Any better ways to “Like” a Facebook Page from an iOS app yet?
I've been trying to implement Facebook "Like" action in my app. Using the requestWithGraphPath:andParams:andHttpMethod:andDelegate: method I was able to like the posts, photos and almost everything ...
6
votes
6answers
1k views
Facebook's FBConnect SDK issues on iOS
I'm using FBConnect sdk in order to publish posts to a user's profile via my application. I'm having a number of problems with this:
When the relevant code runs for the first time on the device, the ...
6
votes
5answers
2k views
Getting user id of facebook and twitter in sharekit
Iam implementing facebook and twitter using sharekit for an iphone app. How can we get the user id of the logged in user so that I could send it to the server. Any help will be greatly appreciated. ...
5
votes
2answers
545 views
how to invite facebook friends from iphone application?
In my application i displayed facebook friends list and i want to invite facebook friends by using fbconnect api. Please refer me is any example code or tutorial?
5
votes
1answer
626 views
facebook connect on iPhone - making calls is giving error 102 “Session key invalid or no longer valid”, yet the stream dialogs still work
Anyone see this?
I've a situation whereby sometimes, [session resume] returns YES. I make a FBRequest.call, and the error delegate gets called.
The error has 102 "Session key invalid or no longer ...
5
votes
1answer
1k views
Parsing NSStrings to ensure a correctly formed JSON string within XCode
I am reading string data from a PLIST which I am using to create a JSON string (incidentally for use within Facebook Connect).
NSString *eventLink = [eventDictionary ...
5
votes
7answers
4k views
Adding Facebook Connect to my iPhone Project
I'm having trouble adding Facebook Connect to my iPhone Project. Here's the directory structure:
-> MyProject
----> MyProject.xcodeproj
----> fbconnect-iphone
----> build/
----> ...
4
votes
1answer
165 views
Can I open an URL(a Facebook page) in a FBDialog or something in FBConnect?
I am struggling to find this. Can I open a URL in a FBDialog or using something in FBConnect. I tried to do it like the following. But it doesn't seem to be working.
FBDialog *dlg = [FBDialog new];
...
4
votes
1answer
2k views
iphone : FBConnect Auto post to user wall
i want to auto post to a user wall from my iphone applications ( without that "publish" "skip" dialog box ). how i can do that ?
4
votes
4answers
4k views
iPhone SDK / Facebook Connect: Using a custom login dialog
Exactly what the title says. Is it possible to use Facebook Connect (or any other means of FB integration) in a native iPhone app without resorting to the built in login dialog (which looks awful)? ...
4
votes
2answers
2k views
Auto login with FBConnect on iphone
I'm currently trying to add a facebook functionnality to my iPhone game (Tikitic, on the appstore! :))
It seems to be quite easy to make a facebook connexion by invoking the FBLoginDialog dialog.
But ...
3
votes
1answer
520 views
iOS: Photo uploaded to Facebook does not always upload
I have an iPhone/iPad app that does some basic photo editing and gives the user the option to upload the finished product to Facebook. The app has more than 100,000 users and the majority seem to have ...
3
votes
1answer
224 views
FBConnect Question?
I just imported all of the newest FBConnect classes into my xCode project and it has no error or warnings. I clicked the box add to group folder too. Now I am stuck. I want to actually get to the ...
3
votes
1answer
726 views
How to get “newly added photos to an album” in facebook news feed using Graph Api
I am getting facebook news feed using
News feed: https://graph.facebook.com/me/home?access_token=MyAccessToken
I am getting all news feed object.But in news feeds object with type "photo",
I ...
3
votes
1answer
2k views
Xcode Warning… Implicit conversion from enumeration type 'UIInterfaceOrientation' to different enumeration type 'UIDeviceOrientation'?
I get the following warning in Xcode, in this line in FBConnect:
_orientation = [UIApplication sharedApplication].statusBarOrientation;
This is the full warning:
Implicit conversion from ...
3
votes
2answers
3k views
Can I store Facebook access token and use it later?
I am building a web app (PHP) that uses FB connect. I successfully register / sign in user with the help of the PHP lib provided by facebook. Also I can post to wall, using this code
...
3
votes
1answer
821 views
`#import “FBConnect.h”` vs. '#import “FBConnect/FBConnect.h” '
It took me some time to get XCode to locate the Facebook sdk.
I added ‘....../facebook-ios-sdk/src ‘ into ‘Header Search Paths’ in ‘Project Settings’ (the ‘Header Search Paths’ in the ‘Target Info’ ...
3
votes
9answers
16k views
Showing popup in the new Facebook JavaScript SDK
I used to have an href in my website. When users clicked on it, a multi-friend selector showed so they could incite their friends to my website.
That was done using the following code:
...
3
votes
4answers
3k views
Fetching friends' birthdays from facebook profile
I want to fetch 'birthdays' of users, and their friends on my website, from their facebook profiles (with their facebook credentials supplied).
Is their a feature in Facebook API/Connect that I can ...
2
votes
1answer
121 views
FBConnect iOS sdk: unknown_error
I'm trying to develop Facebook integration with my app.
The problem starts when the Facebook.app is installed on the device:
When a user tries to register and the app isn't installed, she is ...
2
votes
1answer
350 views
How to have a paid and free version of iOS app share FB App ID?
I have a free and a paid version of the same iPhone app. I would like for them to share a Facebook App ID since they are essentially the same app. I thought I could accomplish this by using this ...
2
votes
1answer
39 views
Using FbConnect Problem in iphone apps
i am new in iphone programming. currently i am using Fbconnect sdk in my application.
if i launch the application it ask me to login with facebook id. after login if i quit the application before ...
2
votes
1answer
190 views
Authentication of rails backend server for users' authenticated with iPhone app via Facebook using FBConnect
I am developing iPhone app that let user login using their facebook account using FBConnect SDK. The app talks to rails backend server for data retrieval. Because I do not want to make users create ...
2
votes
1answer
143 views
iPhone FaceBook Connect returns NULL email if not shared
I have integrated facebook connect into my Xcode 4 project for an iPhone. Here is the code for iPhone FBconnec. FBconnect.h and FBSession.h already included.
- (void)viewDidLoad{ _session = ...
2
votes
1answer
234 views
iphone facebook publishToStream question
I'm using the iOS facebook DemoApp example to post to my profile. It works just fine. My question is how do I add a picture link to this post? The code I'm using is:
- ...
2
votes
2answers
2k views
FBConnect: “The user hasn't authorized the application to perform this action”
I m developing an iPhone app which includes facebook wall posting.After log in, I post to user's wall by following code:
NSString *appIcon = [NSString ...
2
votes
1answer
2k views
How to login to facebook using the sharekit api?
I am using sharekit api for sharing images into facebook. It is working fine, but I just want to login but dont want to share image. How can we do that? Any help will be greatly appreciated. Thanks in ...
2
votes
2answers
459 views
how to send a message to friends inbox through fbconnect api or fbgraph api?
I want to ask that how to send message to a friend's inbox in facebook through fbconnect api or fbgraph api.
Thanks in advance.
2
votes
1answer
468 views
How to add a Facebook friend via FB iOS SDK
I'm trying to let a user 'add a friend' using Facebook's iOS SDK.
NSMutableDictionary* params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
@"brent", @"id",
...
2
votes
2answers
6k 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 ...
2
votes
2answers
993 views
How to download wall posts with FBConnect iPhone
I'm trying to download a users wall posts. The FB account i'm getting the posts from is always going to be set to public so I don't think there's any need to log in. I can't seem to find any ...
2
votes
1answer
670 views
FB connect logout problem: Logs out from FB site
When I logout from my site using FB connect, Facebook account also logged out. I need a alternate logout option, so that only fb session of my site destroyed, not from the actual fb site.
2
votes
3answers
3k views
how to get user's facebook profile pic via fbconnect in my app iphone? [closed]
Possible Duplicate:
How-to articles for iPhone development and Objective-C
Problem getting Facebook pictures via iOS
how to get user's facebook profile pic via fbconnect in my app iphone ...
2
votes
1answer
86 views
iPhone FBConnect when password has changed
I was testing for a bug found by a tester when I ran across this. I think it's a FBConnect bug but I thought I would try here to see if anyone else has had this issue:
I've FBConnected from the ...
2
votes
1answer
167 views
Something that combines Oauth, OpenID, FB Connect, etc?
So there are these different open authentication schemes, such as OAuth, OpenID, and Facebook Connect among others. Are there any packages that provide a common interface for these various systems? It ...
2
votes
0answers
349 views
fbconnect and iphone: logout and log in as different user then execute fql query
Has anyone had problems with the following?
I login as user A and get a bunch of data via fql. all is working well.
then without closing the app, i logout, and login as user B. The iphone confirms ...
2
votes
2answers
4k views
Facebook Connect iPhone questions
I am using Facebook Connect for sharing something on my appliction. So I want to implement the Facebook Connect API with 2 buttons, "Login / share on Facebook" via UIACtionSheet.
Now, I have some ...
2
votes
1answer
1k views
FBConnect (IPHONE) , custom publish dialog
is possible custominzing the FBdialog??, i have already modify the attachment on the dialog when the user wants to publish a post; but i need to make hidden the textfield that the dialog ...
2
votes
4answers
6k views
FBConnect facebook.stream.publish with NSDictionary problems
I have this code that can't send a Facebook request until now.
NSDictionary *firstDict = [NSDictionary dictionaryWithObjectsAndKeys:
@"image", @"Type",
@"http://mysite.com/image.jpg", ...
2
votes
2answers
3k views
FBConnect : send some images on somebody's wall
I found out how to send some text on the user's wall, with the FBConnect API, on iphone.
I even found how to put an image already on the internet :
FBFeedDialog* dialog = [[[FBFeedDialog alloc] init] ...
1
vote
1answer
71 views
Why is my facebook Iframe application showing empty canvas
I have created an asp.net facebook application with an iframe, it used to show up correctly on the url http://apps.facebook.com/myappname until i placed the code to add permissions on the page. I used ...
1
vote
2answers
21 views
What are the consequences for ignoring xmlns:fb in <html> tag
So, it's been known that xmlns:fb is required for facebook's tags to validate in XHTML strict or whatever validators. I don't believe I should care about it. (May be the importance of validators shall ...
1
vote
1answer
47 views
Facebook IOS SDK Feed Post Visibility
I have this function
-(void)feed_post:(NSString *)message andDelegate:(id<FBRequestDelegate>)delegate{
NSMutableDictionary *params = [NSMutableDictionary dictionaryWithObjectsAndKeys:
...
1
vote
0answers
208 views
Website gives blank screen after facebook connect login
I use facebook connect for users to login and register on my website. But strangely, after authentication from facebook and after the login pop closes, my website throws me a blank screen, on Chrome. ...
1
vote
2answers
55 views
Issue when accessing [facebook]standard_user_info in iphone
I'm creating an iphone app using Facebook apis. I need to get the user's info. I mean, if I login first time I need to get the user ID, and user name of my account. I tried with
@"SELECT name, uid ...
1
vote
1answer
49 views
Should or can an iphone app have a like button
I have just implemented FB login and status updates in my app following the sample app in the IOS SDK.
I know it is common practice to have a like button for a page but is it also true for an app?
I ...