social-framework Questions

3

Solved

I am trying to share a text on Facebook with SLServiceTypeFacebook on IOS 8.3. But the popup text box displayed empty. I want it to be displayed with text in it. Below you can see the code I use fo...
Pepita asked 28/4, 2015 at 17:13

6

Is it possible to share a video using SLRequest ? I'm able to share Images using the same SLRequest *postRequest = [SLRequest requestForServiceType:SLServiceTypeTwitter requestMethod:SLRequestMet...
Sociable asked 3/6, 2015 at 6:26

2

The functionality of SLComposeViewController no longer works as expected with the newest Facebook iPhone app update as of April 24th. Any initial text specified is ignored, though the setInitialTex...

1

Solved

I'm using iOs social framework in order to retrieve facebook feeds from a certain user. For that purpose, after authenticating I'm doing the following: NSURL *requestURL = [NSURL URLWithString:@"h...

4

Solved

I'm developing a Twitter Feed View for an iOS App. I found TWRequest and it works exactly like that which i was looking for. But: i get an Notice: "TWRequest is deprecated: first deprecated in iOS ...
Clearance asked 11/11, 2012 at 11:12

0

I'm getting this error when Trying to share on facebook or twitter. 2015-04-12 17:49:42.208 TestShareApp[1069:30252] *** Assertion failure in -[UICGColor encodeWithCoder:], /SourceCache/UIKit_Sim/...
Asteroid asked 12/4, 2015 at 12:25

4

I'm a little confused as to how I get the Twitter OAuth Token using the iOS Social Framework. Assuming I have a Facebook and Twitter account setup on iOS6, and I can get the ACAccount. When I check...
Wiese asked 14/2, 2013 at 12:22

2

Solved

I want to write app that is heavily integrated with Facebook. I'm not sure what shoud I use - sdk provided by Facebook or new Social Framework provided by Apple. Do you know some pros and cons of t...
Bioscope asked 30/3, 2013 at 19:25

1

I am using the following code to call action sheet sharing in my app: - (IBAction)sendPost:(id)sender { NSArray *activityItems = nil; UIImage *appIcon = [UIImage imageNamed:@"appIcon.png"]; NSS...
Multinational asked 8/11, 2013 at 4:2

3

I am using iOS 6 Social framework for accessing user's Facebook data. I am trying to get likes of the current user within my app using ACAccount and SLRequest. I have a valid Facebook account refer...
Chaperon asked 9/12, 2012 at 15:16

3

Solved

What are the steps I need to follow to use iOS 6's new SLComposeViewController to post to Facebook, Twitter or Sina Weibo?
Ruscher asked 19/9, 2012 at 21:37

2

Solved

Some apps show a default action sheet in iOS 6 with sharing options. Social Framework only has two classes, one for composing and one for request. What I found though is about composing for a pa...
Xiaoximena asked 21/11, 2012 at 17:10

2

Solved

Hi i want to get the Facebook user's UID from ACAccountStore in iOS 6 self.accountStore = [[ACAccountStore alloc]init]; ACAccountType *FBaccountType= [self.accountStore accountTypeWithAccountTy...
Architecture asked 19/2, 2013 at 7:25

0

I'm developing social media app with Facebook. And my application is supporting both iOS 5 and iOS 6 and I want to use native facebook for inviting friends. In iOS 5 its working fine using ...
Teach asked 24/1, 2013 at 12:6

0

I am trying to POST a invitation to iOS app on my facebook friends wall using Social framework in iOS 6+. But it gives me following error error = { code = 200; message = "(#200) Feed story publi...
Blaspheme asked 15/1, 2013 at 6:35

4

Solved

I've been playing a bit with the new Social.Framework and in particular with SLRequest, both available on iOS 6 and upwards. Thing is, I got really surprised by a crash I've been getting when tryin...
Andromede asked 12/11, 2012 at 18:16

1

Solved

I'm trying to implement the new social framework in iOS6, and have it working, except for 2 weird problems. If I've enabled the services I'm interested in (say... FaceBook), then it works fine. How...
Thier asked 3/1, 2013 at 18:56
1

© 2022 - 2024 — McMap. All rights reserved.