Tagged Questions
0
votes
0answers
9 views
Facebook/twitter localisation issue in iphone's social frame-work
I am using native facebook share and the facebook share sheet buttons like post , cancel , add location etc. are showing in german language its okay , but when i open twitter share sheet the ...
0
votes
3answers
49 views
Fetching user details from Facebook in iOS
I'm new to iPhone development. I'm doing an App where the user has 2 login through Facebook, once he submits his credentials and clicks on Sign In button, I have to fetch details like First name, ...
0
votes
1answer
25 views
Facebook return com.facebook.sdk error 5 during Friend Wall Post
In my App I used Facebook sdk 3.1 and using that I try to do wall Post.
Using This Code Snippet I can successfully wall post Image and Message on Friend Wall and on my own wall.I just change me/photos ...
-1
votes
0answers
31 views
Facebook Connect Plugin is doesn't work with Cordova 2.7.0 [closed]
When i use Facebook connect Plugin for cordova2.5 doesn't working in Cordova 2.7 phonegap application
Here is the below issues when i build application.
Kindly help me to fix the below issues.
...
1
vote
1answer
19 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
22 views
Login and User Friends List using iOS6 (without SDK) possible?
On iOS 6, it is possible to post and share information directly on your Facebook account (provided that you logged in to your device settings) using SLComposeViewController and ...
0
votes
0answers
31 views
Old facebook sdk is not working on ios 6 device
I am using Old facebook sdk for implemnt facebook app on my application.
This is my code
facebook = [[Facebook alloc] initWithAppId:@"!!!!!!!"];
NSUserDefaults *defaults = ...
0
votes
1answer
49 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
1answer
30 views
Facebook iPhone web app Authentication not working
i have made a web app for the iPhone that connects to facebook using oAuth.
When i try this on my computer everything works fine: i can click login on my page, it redirects to a authentication page ...
-2
votes
1answer
22 views
Unable to send app invitation to facebook friends [closed]
When i send invitation to friends, friends receive that invitation but nothing has opened. When user get invitation and click the url is made which is given below -
...
0
votes
0answers
24 views
Invite multiple facebook friends in my app and open a link in this invitation in iPhone
I want to invite facebook friends in my app,now they are getting invitation but not open a link,there must be display an app request. At this time request not visible.
How can I invite them means ...
0
votes
2answers
44 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
59 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
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 ...
0
votes
0answers
42 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 ...
4
votes
0answers
49 views
Facebook JS connect unsupported browser
I am trying to do a JavaScript login from my iPhone 4 running Chrome for iOS version 26.0.1410.53 but I'm getting an error as seen below.
Here's the live URL to replicate on iPhone - ...
0
votes
2answers
36 views
Posting an image from a file instead to Facebook?
How would I go about posting an image from a file instead to Facebook? This works fine:
SLComposeViewController *controllerSLC = [SLComposeViewController ...
0
votes
0answers
31 views
How to get facebook login to return back to webpage in iPhone Web View App
I have an app that uses a Webview to show a webpage. To access the site you must login via facebook. I have this javascript to call the facebook page
function fbPop() {
start_url = ...
0
votes
2answers
56 views
How to use the Facebook SLComposeViewController in a UIView instead of a UIViewController
I'm having a problem using the Facebook SLComposeViewController in a UIView. The problem I'm having is because I have a UIView and not a UIViewController that I'm inheriting from.
I've imported:
...
0
votes
1answer
56 views
How to send app request using FBNativieDIalogs in facebook-ios-sdk 3.1.1 framework?
I want to send app request to facebook friends of user. I am using facebook-ios-sdk 3.1.1 framework. There is
[FBNativeDialogs presentShareDialogModallyFrom:self.parentViewController ...
1
vote
1answer
47 views
Muti select uiimagepickercontroller like facebook app
I am developing an app, In which user can select multiple picture and upload it server.
As of now i am using QBImagePickerController for selecting multiple pictures but client demanding us to make ...
2
votes
0answers
34 views
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: ...
2
votes
1answer
81 views
Is it possible to Customize FaceBook PostView in iOS 6?
I'm using social framework to share with FaceBook. Is it possible to change the text on indicated buttons in the following screenshot?
Any help would be appreciated.
0
votes
0answers
29 views
fitness.course object can't draw the route on facebook
I try to build an app with sharing feature to draw the route on facebook as fitness post.
I think all the things has been covered to draw the route on the map.
<!-- Facebook opne graph meta data ...
1
vote
3answers
50 views
Get Facebook friends attending an event?
How am I able to see which of my friends attend a Facebook event? I'm able to get a list of all attendees using the Facebook SDK, withGraphPath:@"eventId/attending/".
Is what I want even possible ...
1
vote
0answers
71 views
Access the facebook friend list who uses the app in ios6
I want to fetch the friend list who uses the same app.
I got the all facebook friend list by using SLRequest.
But how can i fetch the facebook friend list who uses the same app?
The same question ...
0
votes
0answers
30 views
Facebook installed parameter not returning data
I am attempting to determine who among my facebook friends are currently using my app. The general wisdom, as far as I can tell, is to use the graph api, and send the 'installed' parameter when ...
1
vote
2answers
117 views
Facebook connect with Phonegap iOS
I'm building a Phonegap application for iOS and I'm trying to include the Facebook connect framework.
I followed all the steps twice from https://github.com/phonegap/phonegap-facebook-plugin , but ...
1
vote
1answer
50 views
I get the Malformed access token for Facebook in ios 6
I want to fetch the facebook friends profile picture.I also give the access_token for it.
I search a lot on net but didn't got any good solution.
my code is as follow:
- ...
-2
votes
1answer
64 views
Post on friend wall using Graph Api in ios not working [duplicate]
I have get my friend id using facebook graph and post message in my friend wall not working.
AppDelegate *getdelegate=(AppDelegate *)[[UIApplication sharedApplication]delegate];
[[getdelegate ...
0
votes
2answers
32 views
Problems using Facebook SDK on simple IOS app
im trying to use facebook sdk for my IOS 5 app, i got IOS 6 working with UIActivityViewController.
Im using this code to show the login button
loginview = [[FBLoginView alloc] init];
...
0
votes
1answer
31 views
Error trying to create Facbeook test user through API
I'm trying to create a Facebook test user with this URL:
...
0
votes
2answers
102 views
How to fetch Facebook friends in ios 6?
I want to send invite facebook friends from my app same as doing like in Instagram app.
But i can't find any good tutorial for that.
I able to get the name & id of the friend but I can't able ...
1
vote
1answer
29 views
where is my uploaded facebook open graph object link
In the most recent iOS SDk 3.5 they allow users to upload object directly to facebook (which is outlined here). I have the following code which executes successfully and I am able to get the object ...
1
vote
1answer
40 views
Display list of friends using same in uitableview
i'm struggling to get this done. I 've made a FBRequest to see who (in my facebook friends) have installed my app.
Here is my code
-(void)viewDidload
{
[[FBRequest requestForMe] ...
0
votes
1answer
29 views
How do I get a users friendliests?
So I am trying to get the friendlists of a logged in user through the graph endpoint "/me/friendlists". I have already added the extended permissions in the Facebook settings with read_friendlists. I ...
1
vote
0answers
22 views
How do i post the current app screen to the Facebook and Twitter sheets using SLRequests in iOS6
I have integrated the below code for the Facebook and Twitter buttons.
I currently have test images there to post in the social media sheets - however i want to post the current app screen not a pre ...
0
votes
0answers
26 views
App is stucked after unlocking screen
If I am using Facebook SDK then app is stucked after unlocking screen. I am using following method
-(NSMutableDictionary*)buildParamsForFacebookHelpReq
{
NSString *customMessage = @"Help ...
0
votes
0answers
35 views
Post to facebook company page using sharekit
Hope someone out there can help.
I'm developing an IOS app using sharekit to access facebook. The app needs the user to post to his/her facebook page and the post should also appear on the clients ...
0
votes
1answer
48 views
Invite Facebook Friends in IOS6
I want to fetch the facebook friend list & send invitation for my app.
i tried following code:
ACAccountStore *accountStore = [[ACAccountStore alloc] init];
ACAccountType ...
0
votes
0answers
48 views
Facebook twitter sharing in iOS- native or on web
We have a server to which if we send a request to share on twitter/facebook, it will ask for credentials and then post.
However, I am not sure, if for iOS applications, Apple allows this kind of ...
0
votes
2answers
64 views
Invite facebook friends in Iphone [closed]
I want to integrate Facebook in my app. The functionality like this the user will login in to Facebook, then fetch the all friends & send the friend request for the app. I uses IOS6.
So, is there ...
0
votes
0answers
42 views
iOS facebook login troubles
i integrated facebook login into my iOS application. When logging in with facebook it works for myself and my other testers but when we launched the application people were having difficulty logging ...
-2
votes
0answers
35 views
How to integrate Facebook SDK into ios App from Zero [closed]
I'm creating a game for ios, and now I have to program the social part of the game.
Does anyone know a good tutorial for facebook sdk integration for IOS, any tutorial besides the one on the Facebook ...
0
votes
2answers
83 views
How to Post to friend's Timeline
I am trying to post to a friend's wall, without any success
Error:
Error Domain=com.facebook.sdk Code=5 "The operation couldn’t be
completed. (com.facebook.sdk error 5.)" UserInfo=0xa799fa0
...
-2
votes
0answers
79 views
How to get all album photoes from my facebook account in iphone app using facebook api? [closed]
How to get all photos uploaded by a user using Facebook api xcode?
2
votes
2answers
83 views
IOS app with data stored in server - how to implement facebook user registration (from server or app?)
I am building an IOS app, which doesnt have any data with it. When it wants to show friends list for example, it will request server for the json data etc..
So, how can I implement facebook ...
3
votes
1answer
85 views
can change facebook app invitation text using graph api
Can we change facebook app invitation text using facebook Graph api ?
Generally this has format - "Inviter name sent you a request", can we replace this text to our own ?
(This get displayed as a ...
-1
votes
1answer
23 views
Blank Screen on Wall Post from IPhone WebApp
I have a iPhone webApp that posts content to a users wall. It works fine from a web-browser Chrome, Safari etc but on the iPhone in WebApp mode the callback is not fired.
I guess I'm missing a ...
0
votes
0answers
31 views
tttableviewcontroller insert rows at index 0 without scrolling
I am trying to implement something like whatsapp/facebook messaging app. When I try to implement "load previous messages" the tableview scrolls to top. But I want the table to stay static when ...





