Questions tagged [fbconnect]

fbconnect is an abbreviation for the Facebook Connect sdk which serve as a means to connect to the facebook servers.

420 questions
5
votes
2 answers

How to debug Facebook connect issues?

I've setup my application with Facebook connect (using Omniauth) and it seems to work for some accounts but for others it returns the infamous An error occurred error. This isn't to say it happens sporadically, but consistently for some users.…
Simpleton
  • 6,285
  • 11
  • 53
  • 87
5
votes
1 answer

og:image ignored

I have problem. When I share my website on fb, it doesn't display image. My code:
mitch
  • 2,235
  • 3
  • 27
  • 46
5
votes
2 answers

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 I would like, with a login and a pass saved in…
Martin
  • 11,881
  • 6
  • 64
  • 110
4
votes
2 answers

FBConnect “via” link broken on feed posts from iOS app

I posted this on regular SO before I found the Facebook-specific one, so hopefully it will get some more love here. I have an iOS app that is successfully posting to Facebook via the FBConnect SDK. I have registered the app in Facebook as a native…
nickbona
  • 1,374
  • 1
  • 11
  • 23
4
votes
0 answers

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 redirected to Safari which shows the approval page and…
gils
  • 71
  • 5
4
votes
1 answer

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 method from the Facebook class. -…
Alex
  • 101
  • 1
  • 4
4
votes
1 answer

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 am getting only last added picture url (If user is…
S.P.
  • 5,427
  • 11
  • 56
  • 83
4
votes
1 answer

IDN domain and Facebook Connect

Does Facebook Connect support IDN domains with special characters such as æ, ø, å?
John
  • 404
  • 4
  • 12
4
votes
1 answer

Facebook Implementation within app (without opening in safari or native app)

I have gone through the FBCOnnect sample code for iPhone downloaded from http://developers.facebook.com/docs/guides/mobile/ But it opens the facebook page in safari or on device the native app is opened and the app is switched in Background I dont…
infiniteLoop
  • 2,135
  • 1
  • 25
  • 29
4
votes
2 answers

FB share in new window

I've got FB share working with the following code: share on facebook
TuK
  • 3,556
  • 4
  • 24
  • 24
4
votes
1 answer

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 don't want to share image. How can we do that?
isarathg
  • 858
  • 1
  • 19
  • 37
4
votes
1 answer

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 ?
g.revolution
  • 11,962
  • 23
  • 81
  • 107
4
votes
4 answers

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", @"src", @"http://mysite.com/page.html", @"href", …
Carlos
  • 163
  • 1
  • 3
  • 10
4
votes
0 answers

Open a FB Page Photo in Facebook app from the feeds in other app - iOS

I am working on an iPhone app that shows the Facebook feeds of a facebook page. When the user taps on any of the feed i am redirecting it to Facebook app in the iPhone device using the url scheme: fb://profile/FBPageID referred from this link. But…
Vivek T
  • 398
  • 6
  • 22
4
votes
1 answer

what are the differences of various FB login methods?

There are three different login methods in iOS: Login via web pop-up Login via Safari Login via Native App and one more in iOS 6 - login via native pop-up controller using iOS 6 Facebook credentials. In my case, I'm using FB comments plugin…
peetonn
  • 2,942
  • 4
  • 32
  • 49
1 2
3
27 28