single sign on facebook

hi,

how to single sign on facebook?

thanks
[import]uid: 94953 topic_id: 18692 reply_id: 318692[/import]

When a user signs into Facebook in your app they should stay logged in until they quit the app, I believe. (They may get signed out after a period of inactivity although I can’t confirm that.)

Peach :slight_smile: [import]uid: 52491 topic_id: 18692 reply_id: 71842[/import]

thanks to reply peach
In my application i want to log on facebook and share my score ,message,etc…

First time only it ask username and password

Second time player will not log on facebook .when i open my application automatically connect to facebook .it will not ask username and password.
give me a some solution …
[import]uid: 94953 topic_id: 18692 reply_id: 71855[/import]

The first time you log in with username and password, if the user tries to post again soon after that they will not have to sign in again.

There is no way to automatically connect to Facebook every time they run your app because that would mean you were storing their username and password which would not be OK.

Make sense?

Peach :slight_smile: [import]uid: 52491 topic_id: 18692 reply_id: 71873[/import]

if the user authorizes the “offline_access” permission at sign-in time, Facebook sends over a token that should be good forever…however, in the current implementation, Corona does not give us access to this token and how/when it gets reused or purged is black-magic, hidden down in the Facebook library that Ansca used to add Facebook support. I’ve not yet heard from anyone who can clearly explain these intricacies. [import]uid: 6175 topic_id: 18692 reply_id: 72117[/import]

What I want to ask is

  1. I am logging into facebook once, and

now after closing and reopening the application from which I logged into facebook (my account)

  1. Now I would like to access my facebook account directly without signing in.

  2. This was what I wanted yesterday!! Could you please explain in a simple manner listing out all the points in a step by step form?
    [import]uid: 94953 topic_id: 18692 reply_id: 72155[/import]

Secondly

I want to know how to access the contact list in the phones from Corona SDK. I saw this question and the corresponding answer for the past 5 months, and there was no solution to access the contact list. Could you please tell me as to whether,

a) are they any steps to access the contact list in the current version of Corona?
b) If so, will you explain the steps?
c) If not, is there any third party software (compatible to Corona SDK)to overcome this anomaly ? [import]uid: 94953 topic_id: 18692 reply_id: 72156[/import]

At present you cannot access the contact list although we are aware it is a requested feature.

Peach :slight_smile: [import]uid: 52491 topic_id: 18692 reply_id: 72333[/import]

The token is returned as event.token but I to have not found a way to use the permissions mode token or offline token.
I request permissions every time and I have gotten access to friends walls, that works well, just have to append the token to the end of the request string.

I would love a login method where you pass the stored token. [import]uid: 110373 topic_id: 18692 reply_id: 79957[/import]