fbconnect Questions

4

I'm fetching some data from Facebook Connect (using the FBConnect Objective-C 2.0 framework) and I'm doing all that in an NSOperation. It is in an NSOperation because I have several other operation...
Skyline asked 20/10, 2009 at 17:33

6

I'm copying the code right out of this page on Facebook's developer website and the fbAsyncInit() method never fires. I've also read this page, I've tweaked the code quite a few different ways, and...
Niu asked 7/2, 2012 at 21:23

3

Solved

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 g...
Selwyn asked 5/3, 2015 at 6:56

4

Solved

I am making using fb login feature but problem comming to me is that whenever I click on the fb login button before page media loading is completed, it blocks the popup for fb login but if I click ...
Swanky asked 15/5, 2013 at 7:24

5

Solved

I give my production server IP address as App domain in facebook application but it's not saved. It returns error as App domain is not valid. So that I cannot use my facebook connect API. Can we g...
Sartorial asked 17/2, 2012 at 15:13

3

Solved

I'm trying to fetch events and profile pictures via Facebook connect on iOS, I've made for example the request: [facebook requestWithGraphPath:@"me/picture" andDelegate:self]; and the response h...
Jari asked 26/2, 2011 at 11:41

2

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 h...
Weihs asked 31/8, 2011 at 23:41

1

Solved

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 ...

8

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...
Arango asked 1/5, 2009 at 7:54

2

I am trying to implement Facebook integration into my Android app and it goes off and logs in to Facebook fine, but when it tries to pass the access token back to the app it just returns: The we...
Hoenack asked 14/12, 2012 at 14:28

7

Solved

I am getting "com.facebook.FBiOSSK error 2" error when ever try to login with my app by using device.But its working fine with the simulator. I am using iOs SDK 3.0 Beta. any solutions?
Galactopoietic asked 21/7, 2012 at 11:8

2

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...
Chris asked 29/11, 2011 at 5:59

4

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 cli...
Lasley asked 21/12, 2012 at 19:3

2

Solved

I'm trying to set the height of the app by calling: FB.init({ appId: fbAppId, status: true, cookie: true, xfbml: true, oauth: true, channelURL: webUrl + '/channel.html' }); FB.Canvas.setAuto...
Wishful asked 14/5, 2012 at 4:43

3

This question might sound kiddish to you but I have to ask it. I need to login from my application to my server using Facebook credentials. Is it actually possible? If the answer is yes, please gu...
Sepsis asked 17/3, 2011 at 12:1

1

Solved

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 =...

1

Solved

I have implemented Single-Sign-On in my iOS 4.3 app successfully. Now I want to publish a link to the users facebook wall so that when his/her friends that also own the app clicks the link they sho...
Pernambuco asked 24/3, 2012 at 15:40

6

Solved

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, t...
Joijoice asked 17/8, 2011 at 18:1

5

Solved

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....
Louielouis asked 23/1, 2011 at 4:51

1

Solved

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 ob...
Sporogony asked 20/1, 2011 at 8:3

2

Solved

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 publ...
Brelje asked 2/6, 2011 at 11:47

2

Solved

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 Facebook::$C...
Chloechloette asked 5/1, 2011 at 20:11

3

Solved

Possible Duplicate: Problem getting Facebook pictures via iOS How to get user's facebook profile pic via fbconnect in my app iPhone?
Marijn asked 24/9, 2010 at 6:42

4

Solved

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 u...
Yeta asked 12/5, 2011 at 19:56

2

i have a image and i want to set this image as the users profile image. i came to know that we cannot upload directly to "Profile pictures" so i uploaded it in some other album and now i want to se...
Roundlet asked 8/6, 2010 at 7:16

© 2022 - 2024 — McMap. All rights reserved.