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
7
votes
4 answers

Facebook native mobile application and mobile browser sharing session

I have a website which allows login via facebook functionality and displays photos from facebook. While accessing from a mobile browser I would like the website to automatically login(when the click on FB login button, without entering username and…
Prasanth
  • 577
  • 1
  • 9
  • 24
6
votes
2 answers

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 no problem uploading their photos to Facebook.…
Alex
  • 101
  • 1
  • 4
6
votes
5 answers

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. Thank you.
isarathg
  • 858
  • 1
  • 19
  • 37
6
votes
1 answer

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 objectForKey:EVENT_FIND_OUT_MORE_KEY]; NSString *eventLinkEscaped = [eventLink…
Magic Bullet Dave
  • 9,006
  • 10
  • 51
  • 81
6
votes
1 answer

Facebook Connect plugin using Phonegap Build

I've seen lots of questions about the Facebook Connect plugin using Phonegap only or Phonegap and Phonegap Build, but I still can't seem to make it work. I created my facebook app (actually all I did was clik the "Create New App" button). I…
6
votes
5 answers

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/ ----> As directed, I opened…
Mustafa
  • 20,504
  • 42
  • 146
  • 209
6
votes
1 answer

Getting user information from Facebook using graph API

I want to get basic user information from Facebook, but having some problem in the following code -(void)checkForAccessToken:(NSString *)urlString { NSError *error; NSRegularExpression *regex = [NSRegularExpression…
5
votes
1 answer

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]; [dlg…
EmptyStack
  • 51,274
  • 23
  • 147
  • 178
5
votes
2 answers

How to get facebook notification in iPhone SDK?

I am developing a iPhone application in which i want to get notification in my application when ever my friends write or post on my wall. On Facebook web site they saw notification, now i want to get notification in my iPhone application. Can…
Apekshit
  • 767
  • 2
  • 13
  • 27
5
votes
2 answers

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?
nayagi
  • 73
  • 1
  • 1
  • 7
5
votes
2 answers

What is the state parameter used for in Facebook's manual login flow?

In the fb developers docs for oauth authentication api - in the confirming identity section it has this note: Note that you can also generate your own state parameter and use it with your login request to provide CSRF protection. Can you help…
Gautam
  • 1,030
  • 13
  • 37
5
votes
1 answer

`#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’ does not show the directory however) , and…
lionfly
  • 479
  • 7
  • 21
5
votes
3 answers

Login with facebook or google using Oauth2 library in symfony2

I am using fosuserbundle for login and registration in my symfony 2.6 project. Now I want to allow user to login via facebook or google account. I want to use Oauth2 library of friendsofsymfony getting from here…
Maya Shah
  • 950
  • 7
  • 17
5
votes
4 answers

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)? Something where I could create my own custom login…
boliva
  • 5,604
  • 6
  • 37
  • 39
5
votes
1 answer

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 valid". However, if within the same session I call…
dermdaly
  • 529
  • 4
  • 14
1
2
3
27 28