Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New Facebook Developers interface: 1024x1024 App Icon

Tags:

facebook

Facebook recently changed the interface on https://developers.facebook.com/ . Previously, when you edited an App there, you were able to set a 16x16 icon, a 75x75 icon for the app (and some other sizes).

Now in the new interface, there is only an option to upload the small 16x16 icon and a larger 1024x1024 icon (plus different "Banners").

Presumably, the large icon is used (and downscaled) wherever something larger than the small 16x16 icon is needed. For instance, on https://developers.facebook.com/apps the App's icon is from the 1024x1024 image. If the App still only has the 75x75 image, that icon is still used. And I am guessing that the large 1024x1024 image is also used in the "App Store" of Facebook.

But can anyone tell me where else exactly this 1024x1024 image is used by Facebook? (If there are any other places.) An on that note, is there any documentation where the different "Banners" are used?

like image 936
fritzmg Avatar asked Jan 21 '14 08:01

fritzmg


People also ask

Can I change Facebook app icon?

2 Answers. Show activity on this post. https://developers.facebook.com/apps/[your-app-id]/app-details/ -> "logo" is the way to go. If you uploaded a logo a while ago, it may look like the option to change it is not available, because your old logo isn't showing up (it's just a standard facebook image).

How do I change the developer app on Facebook?

App types cannot be changed. If your app needs products, permissions, or features that are unavailable to its current type you must create a new app with a different type instead. If you created your app before March 22, 2021 you may remove your app's type, which sets its type to None.

Where is the Facebook developer dashboard?

You can access the Developer Settings panel by going to the Apps panel or developers.facebook.com/docs, hovering over your profile image in the upper right corner, and selecting Developer Settings from the dropdown menu.

How do I change my Facebook icon on Android?

Press and hold the app icon until a popup appears. Select “Edit”. The following popup window shows you the app icon as well as the application's name (which you can also change here). To choose a different icon, tap on the app icon.


1 Answers

I've just added a 1024x1024 icon for my Android/iOS app - this large icon is shrunk to 65x65 px in the Chrome/Safari page that is opened (one with the app icon and the user's avatar icon, plus what permissions the app is requesting) in order for the user to authorize the app.

No doubt it would also be used in the FB popup that web pages launch in order to authorize via facebook

I imagine that this 1024x1024 icon will be used everywhere an icon is needed - except, in the Insights Panel I noticed that the 16x16 icon was used.

like image 54
scudsucker Avatar answered Nov 13 '22 10:11

scudsucker