Adding a Facebook application admin that is not a friend

Looking through this section many times, I struggle to find an answer to what I thought would be simple:

Having created the application, I cannot add other verified developer accounts as application administrators without associating them with them.

This is a professional application (we use it to enter the system through Facebook services), and I cannot find a way to add other colleagues without introducing them as Facebook friends.

I tried:

Roles> Administrators> Add:

  • E-mail address
  • UID
  • Link to profile URI
  • Search by name

I either do not return anything or a notification that the user is not a facebook user (although they are explicit, I can add them as a friend in the end).

+4
source share
2 answers

Have you checked with the user to see if they received a notification? (for example, you should receive a request from me)

Here's what the pending request looks like.

Pending request

0
source

1) You must use the application through: https://developers.facebook.com/apps and select your application. User Interface Recently Updated:

enter image description here

2) If the user is not your friend, you must add them using the facebook user ID, otherwise it will not work.

This can be obtained using http://findmyfacebookid.com/ , which will turn its profile URL into an identifier.

3) The user must also verify his account. However, he will tell you this when you try to add them.

4) Then they will receive a request that they must accept.

+2
source

All Articles