Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Add a developer to my Facebook App

I created a new App at http://developers.facebook.com and I am trying to add friends as "Developers", but I get the following Error Message:

param must be non-empty.

like image 947
user3225165 Avatar asked Mar 20 '23 20:03

user3225165


1 Answers

Normally, you could only add a developer if they are your friend. However, if the account is a business account, you cannot add people as your friends to the account causing you to not be able to add them as developers to your app. The only reason for this is because it auto-populates names when you start typing into the box. Then you select from the list of names.

However, if you find out the developer's User ID, you do not need to add them as a friend.

Your user id should look something like:

100000609876543 (<-- Not Mine)

If you're logged in to the account that you wish to find the ID of, you can find it by the default tool testing here. Or if you know what their facebook username is, you can find their User ID here.

After that, simply type (or copy-paste) it into the field and it will take it as a value. I can confirm this works by doing it earlier today.

like image 175
Steven Rogers Avatar answered Apr 05 '23 16:04

Steven Rogers