Skip to main content

All Questions

Tagged with
1 vote
1 answer
15k views

FBPermissionDialog bug, showing "Welcome to Facebook" page

I'm experiencing a weird bug that I can replicate pretty consistently with the FBConnect iPhone SDK, more specifically with the class FBPermissionDialog. The result is that instead of seeing the ...
52 votes
8 answers
77k views

Redirect users to iTunes app store or google play store?

I'm looking for an easy solution to post one link of my app e.g. on Facebook and it should automatically redirect to the right app store if the user accesses it with a mobile device. Otherwise the ...
3 votes
4 answers
2k views

iPhone app storage growing [closed]

I had a quick search for this but unfortunately couldn't find any answer. My iPhone app is still underdevelopment. I just noticed from my iPhone's Settings->General->Usage, that this app is taking ...
1 vote
1 answer
1k views

posting to facebook with multi-line message as opposed to short 1-liners

I am able to post to my facebook wall with the code pictured below, however, carriage returns (line feeds) are not being honored / allowed in the "@message" value. See the errors in xcode ...
1 vote
1 answer
477 views

How to make a facebook type stream in UITableview

Facebook stream displays everything in a tableview format , i am confused how they implemented this: Display single images, multiple images , videos, rendered data from other websites neatly on ...
-1 votes
2 answers
696 views

FBGraph and FQL use to get the friends contact number and emailID in iPhone

I am using Facebook API to get the contact number and email id of friends, I worked on fbgraph and fql and uses all queries from https://developers.facebook.com/docs/reference/fql/, but in forum page ...
6 votes
3 answers
26k views

Facebook error "App not setup:still in development mode"

I know there are quite a few questions already asked in regards to this, but I couldn't find one that answers my current question exactly. Actually 2 days ago,my app is perfectly running for Facebook ...
205 votes
12 answers
269k views

How to segue programmatically in iOS using Swift

I'm creating an app that uses the Facebook SDK to authenticate users. I'm trying to consolidate the facebook logic in a separate class. Here is the code (stripped for simplicity): import Foundation ...
5 votes
1 answer
6k views

What is the difference between Facebook iOS settings "iPhone Store Id" and "iPad Store Id"

I understand what the Apple Id is for my iOS app (obtained from the iTunes Connect listing). However, when setting up a Facebook app to accept install pings from an iOS app, it asks for two ids: ...
5 votes
3 answers
6k views

How to post images on Facebook wall on a single button click from an iPhone app

I am making an iPhone app where in the user wants that the selected image should be posted on Facebook wall on a single button click. I have Actionsheet button for this. I want that both ...
1 vote
1 answer
945 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 = [[...
-1 votes
1 answer
1k views

How to get email of a Facebook friend in an iPhone app

I am developing an iPhone application that will send email to a logged in user's friends. I am using Facebook Connect for the same. The problem is that I am getting the uid of all friends but what is ...
3 votes
3 answers
3k views

I am using FBLogInView to implement FBLogin. loginViewFetchedUserInfo not getting called

I have spent several hours. Read up everything relevant I could find on the web, but haven't been able to resolve this. I am using FBLoginView per instructions provided in https://developers.facebook....
4 votes
2 answers
4k views

Facebook Connect iPhone custom publish stream

I just downloaded the Facebook SDK for iOS because I need to be able to publish custom streams to user's Facebook feeds. The sample app has a method called publishStream:(id)sender that appears to set ...
4 votes
1 answer
532 views

iPhone Connect Facebook. Join a Page/Group Option available?

I am using iPhone Connect to link my application to Facebook. Is there anyway to let user join a Page/Group on Facebook, right from the Application?

15 30 50 per page
1
2 3 4 5
169