Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8474721
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T17:41:59+00:00 2026-06-10T17:41:59+00:00

I’m starting to work with FB integration in my app and I’ve been reading

  • 0

I’m starting to work with FB integration in my app and I’ve been reading a lot of info.

I’ve already downloaded the SDK and finished all the necessary steps to integrate the framework on my app. It’s already Facebook-ready.

Nevertheless there’s one thing I don’t have quite figured out. It’s something rather conceptual.

My app is really simple. Only a couple of screens and there is no backbone, web services, user accounts, etc. You basically put three options on cards and pick a card after shuffling. Nothing else.

Every starter tutorial on Facebook integration has the login section. Every example I’ve seen has the login button but I really don’t want to have a login button on my app. Just the “share” button.

What’s the best way to deal with this? Should I make the “share” button act like the “login” button first and then share the content? Will it know the next time that the user is already logged in and skip the login part somehow?

Which is the best road to follow here?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T17:42:01+00:00Added an answer on June 10, 2026 at 5:42 pm

    When posting, if not already logged in, you automatically go through the login process then post.

    If your storing the retrieved login token, then you use this in future and you don’t need to log in again.

    EDIT—–

    The way I do it. I have a Facebook singleton class. On init of the singleton you set the facebook.accessToken to the accessToken that you store in NSUserDefaults when login is complete.
    This way you can use the .isSessionValid method to decide whether to re-login again, or just post. If the user hasn’t been logged in yet, then the accessToken will be nil and therefore the session is not valid.

    -(void) postToWallWithDialogNewHighscore:(int)highscore
    {
        _highScore = highscore;
        _postAfterLogin = NO;
    
        if (![_facebook isSessionValid]) {
            NSLog(@"session not valid");
            _postAfterLogin = YES;
            [_facebook authorize:_permissions];
        }
        else {
            NSLog(@"session valid so post");
            [self postToWallWithDialogNewHighscore];
        }
    }
    

    I hope this helps. If not, let me know.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I have a jquery bug and I've been looking for hours now, I can't
I am reading a book about Javascript and jQuery and using one of the
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
We're building an app, our first using Rails 3, and we're having to build
I have a text area in my form which accepts all possible characters from
I know there's a lot of other questions out there that deal with this
I am writing an app with both english and french support. The app requests
I am using Paperclip to handle profile photo uploads in my app. They upload

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.