Looks like SDK create "iOS Photo" by default
Instead, How can i specify new Album creation as "XXXX"
Once i successfully posted to [facebook] it's showing iOS album links to (http://www.apple.com/iOS)
Instead, How can specify own link to album
I am sharing a link using FBDialogs and as part of the tracking i want to give post_id of that shared post back to the server.
How can I retrieve post_id on success
[FBDialogs presentShareDialogWithLink:params.link
name:params.name
…
I'm able to login in iOS app through Facebook using Browser but if I login in facebook from settings-Facebook then everytime it gives me error. That says
"An active access token must be used to query information about the current user + ios…
I'm a noob to iOS dev and I'm trying to implement a simple Facebook Connect, but when the user is logged in I want the app to change view automatically.
In my storyboard I have the FacebookLoginViewController that is embeded inside a…
I'm still pretty new at coding and am trying to combine the sample code from two projects.
Question:
Basically, I want to capture the name of the image file (all named card1.gif, card2.gif, etc) in the for loop and set it to the _imagename variable,…
When my app needs to login to Facebook in the iOS simulator, it works perfectly. But when I run the app on a device, I click the "Login" button, it says "Project would like to access your basic profile info and friends list", I click OK, and nothing…
I need to fire a certain method as soon as the user clicks the "Login" option on the FBLoginView. Once the window displaying the login fields disappears, I figured that viewWillAppear would fire, but it doesn't. Does anyone know of a way to detect…
I'm trying to log into facebook from an iPhone app but everytime I try running the app it gives me a The operation could not be completed (com.facebook.sdk error 2).
I have tried a ton of stuff, resyncing the facebook account of the device (like…
I am working on the authentication part of my app. I have both facebook and g+ sign in working. Both fb and g+ provides sdk that makes it easy.
I am wondering if twitter has the same thing? The ideal flow I am looking for is user taps a twitter…
I'm fetching user profile images from Facebook like this:
[FBRequestConnection startWithGraphPath:@"me/albums" completionHandler:^(FBRequestConnection *connection, id result, NSError *error) {
if (error)
FRLogError(@"ERROR %@",…
My app will most likely be used when no internet connection is available but I'd still like the user to be able to share content when they're using it - and then have my app post to FB/Twitter/etc when they have internet access.
Can I make an FB or…
I have used FacebookSDK.framework for Facebook integration in my application. I have to like one facebook page from application. I have used following code for liking page.
NSDictionary *params = [NSDictionary…
I want to show a HUD when somebody press the facebook login button. Currently I struggle to know when the button was pressed.
I tried to grab all taps of the view, but this does not work for any reson on the facebook button...
How can know when…
I'm trying to post a message including a link and an image, but on the post I can't see the image. I don't get error.
The post is published correctly, displaying both the message and the link, but the photo does not show.
-(void)postOnFacebook
{
if…