Tagged Questions
0
votes
0answers
3 views
Permissions dialog in Facebook iOS native app
I'm using Facebook iOS SDK 3.5 to log-in into my app, the following method is invoked:
FBSession openActiveSessionWithReadPermissions
If native iOS login is not enabled and facebook iOS app is ...
0
votes
0answers
14 views
Changing FBLoginView size look awful with custom UIImage
I've an image with the size 255x35 and I'm trying to change the size of the FBLoginView but the results are awful.
I just want the FBLoginView to fit the image size.
My code:
FBLoginView *loginView ...
1
vote
0answers
15 views
Ask for publish permissions directly after read permissions - Facebook SDK for iOS 6
The Facebook SDK for iOS 6 mandates that you ask for Read Permissions before Publish Permissions, and suggests strongly that you only ask for Publish Permissions in context. I, however, am not using ...
0
votes
0answers
7 views
Dismiss facebook window programatically
My requirement is to close Facebook window in certain conditions via code.
I am using Facebook iOS SDK 3.5.1.
Is there any way to get visible (Facebook) screen on running app Or to dismiss Facebook ...
0
votes
0answers
10 views
Facebook Social Plugins / Comments in IOS Application
I have done a fair amount of searching on this topic the last few weeks, and tried multiple answers I've found here that either don't work with the new IOS SDK or don't apply. So i hope this is not ...
0
votes
1answer
19 views
Share photo from UIImagePicker to Facebook thru SLComposeView
I was trying to allow the user to pick media from their Camera Roll, then share it to Facebook using the iOS 6 Social framework.
Below is my didFinishPickingMediaWithInfo:
...
1
vote
1answer
18 views
Facebook share passs link in app name
I want to pass a link in App Name for example if user click on text via (App Name) then it navigate some specific url
If anybody can help my code is here:
Facebook *fb = [[Facebook alloc] ...
0
votes
0answers
15 views
Facebook Image posting from facebook ios sdk
I am having a strange issue with posting images to facebook using Facebook iOS SDK. I am able to post images only with 2 facebook accounts. When I try with other FB accounts, I am getting success as ...
1
vote
0answers
8 views
IOS FBDialogs presentShareDialogWithLink Still Beta?
So I'm trying to use the native share dialog, and no matter what I do, I'm still getting this prompt back that the feature is in beta, and not currently available. I know this was the case, however ...
1
vote
1answer
19 views
Facebook Login You have already authorised APP_NAME
I have problem with facebook Login..I integrated Facebook into my app.First time when user wants to login it is showing login page,but from next time it is going to page "You have already authorised ...
-4
votes
0answers
21 views
Interfacing Java Script with Android or iOS [closed]
I'm new to programming. I want to design an app for facebook and will be using JSP for it. I know there is JavaScript SDK Facebook to interface between JavaScript and Facebook. What I want to know is ...
0
votes
0answers
30 views
FQL query list of friends that allows apps to access their photos
I am using the iOS Facebook SDK for my application. My app needs to access to user's friends photos.
However some users denies apps to access their photos. What I would like to do is to filter those ...
2
votes
1answer
14 views
How to post to a Facebook fan page using fb sdk in IOS
I'm creating an app and that app has a FB fan page. For all Users of app need to post on that app's fan page using the app. How can I do this? Can any one help?
0
votes
1answer
36 views
Facebook iOS SDK 3.5.1: openActiveSessionWithReadPermissions - completion handler called twice
I have a button to share a link. I'm using basically two calls:
openActiveSessionWithReadPermissions and requestNewPublishPermissions.
So this is the button action:
- (IBAction) ...
0
votes
2answers
31 views
Using facebook logo on ios app [closed]
I develop tightly integrated with the facebook app for ios. And there was a question at the expense of the intellectual property facebook. Can I use in my application this logo.
This logo will used ...
0
votes
2answers
38 views
How hide UIView element when Table View scroll (Like in Facebook app)
How I can achieve this effect?
[EDIT]
element with |Status Zdjecia Zamelduj się| on top is hiding when Table View is scrolling
0
votes
1answer
24 views
Solve for Swipe feature (facebook) Xcode
I have found out for swipe feature and I can use it in my app. https://github.com/YoonBongKim/SwipeMenuDemo
But the problem is that when i use, I need to change my root view controller like this in ...
1
vote
1answer
35 views
Does Facebook API allow sending and accepting friend requests?
I have tried to comb through the Facebook Developers documentation http://developers.facebook.com/ but haven't been able to answer this question.
I would like to be able to send Facebook friend ...
0
votes
0answers
50 views
current goals hides facebook ok button during Facebook authorization in a web view
We are using the latest Facebook iOS SDK (3.5) and have the following problem with webview login. Current goals tab hides facebook ok and cancel button so the user is not able to authorize the app.
...
0
votes
1answer
7 views
Facebook iOS SDK returns error “com.facebook.sdk error 4”
Today we started to get the following error when using the Facebook SDK for iOS to try and query some pages streams:
Error Domain=com.facebook.sdk Code=4 "The operation couldn’t be completed. ...
-3
votes
0answers
45 views
iOS. Create a facebook page request for authorized user for UIWebView? [closed]
I load a webpage into UIWebView. Then I login using facebook SDK. Then I update my UIWebView but it still shows that I'm not authorized.
How to construct a correct request now? Or are there any ...
0
votes
2answers
62 views
Facebook iOS SDK extendAccessToken not Working - fbDidExtendToken not being called
Once the User's Facebook Access Token is Invalidated for any reason (either deleting the app from the Facebook website or deleting the app's access from the Facebook settings), I Can't manage to Get a ...
0
votes
1answer
32 views
Potential memory leak in ARC enabled project while loading friends for fb
I'm getting memory leak while loading friend for fb, what could be the reason? I'm solving this error since last 3 days, but not able to find any strong reason.. :(
I do know very well that
"ARC ...
0
votes
1answer
15 views
iOS: url-scheme fb://event/%llu no longer working in 6.1.1
opening the Facebook app with the URL scheme
fb://event/%llu
used to work up until update 6.1.1. Now the event view opens empty and nothing is displayed. Has the URL scheme changed or am I ...
0
votes
0answers
34 views
Saving photos for sharing later in an app
Is the following scenario possible on either iOS or Android?
User is using an app without any connectivity (they are on a plane)
They take a photo
The app gives them the option to select that photo ...
2
votes
1answer
52 views
iTunes Connect - rejected due to Facebook's “setUrlRequest” method
We have an app, which is using old Facebook iOS SDK module. App was rejected due to non-public API in app:
We found the following non-public API/s in your app:
setUrlRequest:
We're asking ...
0
votes
2answers
38 views
Best Way To Find a Username From a Facebook ID
I have a facebook user's id. How do I get their username?
Specifically, I am using a FBFriendPickerController
for (id<FBGraphUser> user in self.friendPickerController.selection) {
...
0
votes
1answer
28 views
Facebook SDK for iOS - Questions about ID's
Just now beginning to work with the Facebook SDK for iOS, and have a few questions. I can display a list of all friends, using the code found here: facebook ios sdk- get list of friends. I see that ...
0
votes
1answer
28 views
Facebook iOS crash
I am trying to set up facebook SDK 3.5 for iOS. I have gotten it to work just fine but it is now crashing. The crash only seems to happen when a user is logged in through the default iOS facebook ...
0
votes
1answer
23 views
Active Facebook access token iOS error
I'm trying to integrate Facebook with my iOS app but am running into this snag.
When I first ran this code it worked perfectly but it seems like something in the facebook cache is causing this error: ...
1
vote
0answers
52 views
PhoneGap Build + Facebook Plugin - iOS App Crashes when posting to wall w/ PG 2.5.0 (worked w/ 2.2.0)
See below: I've been able to recreate the problem with the Simple and Hackbook examples.
My iOS app's facebook integration was working just great with PhoneGap 2.2.0. Once I updated the app to ...
1
vote
0answers
67 views
Facebook sdk 3.5.1 invite friends request makes double selecting in ios
I didn't have this problem with fb SDK 3.2, but after I upgraded it in SDK 3.5.1 friend inviter has some strange problem, when I select one friend it choose the selected one and the one under it. Also ...
-3
votes
1answer
39 views
Facebook login authentication [closed]
Currently, I have a "sign up with facebook" and "custom sign up" option in my app. When I click on the "sign up with facebook" option, it goes to facebook authentication.
After click ok for the ...
0
votes
1answer
40 views
iOS 6 Facebook not working
I am using this code:
_accountStore = [ACAccountStore new];
ACAccountType *facebookTypeAccount =
[_accountStore accountTypeWithAccountTypeIdentifier:
ACAccountTypeIdentifierFacebook];
...
1
vote
0answers
48 views
FBSession: should only be used from a single thread
I'm developing an app for FB wall posting in ios using facebook sdk 3.5. I'm using two views. Firts one is a splash screen and a second one is the facebook login view. When i'm activate both views I'm ...
0
votes
0answers
19 views
iOS ShareKit issue with facebook popup webview. User not able to see the “Cancel”, “Allow” buttons for newly created users
Since Facebook introduced it's "profile completion messages", trying to log in and allow the app to give permissions for a user without friends or photos, will block the user to reach the "Cancel" and ...
0
votes
1answer
56 views
iphone development: how to auto facebook login if the facebook app already logged in
In my app users can login by using facebook. I also have Facebook official app in my mobile phone and it is logged in. When I try to login from my app it asks for email and password. Is it possible to ...
-2
votes
0answers
25 views
get facebook friends' user name for iOS app [closed]
I want to retrieve my friends' username using facebook sdk for iOS app. I get friends' ID and name but I am not able to get usernames of my facebook friends. So is it possible to get username? Is yes, ...
0
votes
0answers
23 views
requestAccessToAccountsWithType Returns NSError of “(NULL)”
I am using this code to connect to Facebook. It works the first time. Then I go into my Settings App and revoke the permissions. Then I go back into my app and run this code again. granted returns NO ...
1
vote
0answers
24 views
Inviting Facebook friends to app
Is it possible to use the Facebook API to programmatically send an app invitation (or apprequest) to a user's friends?
I would very much like to avoid using Facebook's UI for this and integrate it ...
1
vote
1answer
35 views
Authorize a session for any user with the iOS Social Framework?
Is it possible to authenticate a user to post to any Twitter or Facebook account from their iOS app? By this I mean not an account thats set it your Settings App. I'm hoping it can be done with their ...
2
votes
1answer
32 views
How do I tag Facebook friends in a post
Now it is know that we can not post on multiple friend's wall after Feb 2013, the other way around that I can think of notifying all friends or selected friends is tagging in some status update or ...
3
votes
1answer
41 views
Open link to Facebook page from iOS app
I want to redirect user to my App's Facebook page, so I have the following code:
[[UIApplication sharedApplication] openURL:
[NSURL URLWithString: @"https://facebook.com/myAppsPage"]];
this ...
0
votes
0answers
33 views
Error when running app in iOS5 for facebook
I am using DeFacebookComposeViewController to share pictures in facebook. It is running fine in iOS6. But have issue running in iOS5.
I put a breakpoint in this function:
- ...
0
votes
1answer
18 views
getting error while posting image on user wall using FBDailog in iOS
I was trying to post image on my timeline using FBDialog class.
I'm getting the final url as
...
0
votes
0answers
38 views
Facebook Sharing using Sharekit not working
I have been using Sharekit for long time and i have never faced any issues with it.
Im trying to share Image and Text using Facebook Sharekit.
I am able to Login using Facebook account but i am not ...
0
votes
1answer
26 views
iOS, facebook sdk. Like button for a group page concrete example?
I want to write a function to allow to like a facebook group. My code is approximately the following:
NSString *urlString = [NSString stringWithFormat:@"%@/likes", fbIdentifier];
NSMutableDictionary ...
0
votes
1answer
87 views
Is there any Facebook plugin for phonegap 2.7.0?
Is there any Facebook plugin for Phonegap 2.7.0?
When we try the below one, we are end up with deprecated error on Phonegap 2.7.0.
...
0
votes
0answers
12 views
Publish Installs with Facebook iOS SDK -> valid attribution ID or advertiser ID not found
I'm trying to use the Facebook iOS SDK (version 3.5) to publish installs for our mobile app so that we can track installs when we implement ads to drive installs. I'm running the following block of ...
-1
votes
0answers
9 views
Where is the events tab on IOS for a fan page
Lately with all the update im not sure i like all the things facebook is updating. Most thing i hate that on fanpages, ie for businesses, restaurant etc. the events tab is gone, the photo tab seems ...





