user915303
user915303

Reputation:

Customize the text in Facebook OAuth Dialog

I am using Facebook Android SDK to implement Facebook Login and access the Facebook Platform APIs from my Android app.

The OAuth Dialog is as follows:enter image description here

Currently it displays the text: Log in to use your Facebook account with...

Is there any way through which I can change the above text as: Log in to use {USER_NAME}'s Facebook account with..

Here, can I change the text {USER_NAME} dynamically?

Thank You.

Upvotes: 1

Views: 412

Answers (1)

Sankar V
Sankar V

Reputation: 4871

Its not possible. I think It is not important too because

How do you know the Facebook username in which he/she is going to login?

If you display the username provided in your application, the username provided in Facebook might differ with the username in your application. If it differs, As a end user really they get confused why I need to login with some other username. The word your itself sufficient to make the user to feel that it is their account.

Upvotes: 3

Related Questions