Differences

This shows you the differences between two versions of the page.


Previous revision
fuss:facebook [2022/04/19 08:28] (current) – external edit 127.0.0.1
Line 1: Line 1:
 +====== Picture Dimensions ======
  
 +  * The visible part of the picture is officially ''176x176'' but we noticed that it still trims the pictures and that the best setting for a profile picture is ''170x170''. The minimal actual dimension of a profile picture is ''200x200''.
 +  * For timelines, the cover photos are minimally ''851x315'' pixels with the actual minimal width of ''399'' pixels wide.
 +
 +====== Permanently Delete Account ======
 +
 +Visit: http://www.facebook.com/help/contact.php?show_form=delete_account
 +
 +====== OpenGraph Meta Tags ======
 +
 +Facebook uses meta-tags to render previews of webpages. The following tool can be used to check what a page will look like when posted in a textbox on Dacebook.
 +
 +Facebook's Lint Object Debugger: https://developers.facebook.com/tools/debug
 +
 +====== Image References ======
 +
 +Anything that can be searched in facebook and has a public picture can also be referenced anywhere. For example, if you look for Wizardry and Steamworks:
 +
 +<code>
 +https://www.facebook.com/wizardry.steamworks
 +</code>
 +
 +You can capture the mini icon in a text chat by typing:
 +<code>
 +[[wizardry.steamworks]]
 +</code>
 +
 +Similarly, if a page, group or image with a profile icon has a facebook id, for example:
 +
 +<code>
 +https://www.facebook.com/photo.php?fbid=274265749347502&set=a.274265732680837.60003.274263839347693&type=1&theater
 +</code>
 +
 +The code after the ''fbid'' parameter can be used in the same way and will render a small icon of that picture:
 +
 +<code>
 +[[274265749347502]]
 +</code>
 +
 +====== Get User or Page ID ======
 +
 +Every asset on Facebook is referenced with a given ID. Whenver you want to refer to some asset, the name is usually secondary since two assets can have the same name but different IDs. 
 +
 +  * Using Facebook Graph API:
 +
 +Go to the following URL:
 +<code>
 +https://graph.facebook.com/username
 +</code>
 +
 +where ''username'' can be the name of a page or your personal username. The result be similar to the following:
 +
 +<code>
 +{
 +   "id": "1456183517929484",
 +   "about": "Virtual Islands for Better Education is a community of virtual worlds users and educators.",
 +   
 +...
 +</code>
 +
 +and shows the ''ID''.
 +
 +====== Add Photos to Albums Without Posting to Timeline ======
 +
 +Whenever you upload photos to an album on Facebook, after tagging the photos, adding a date and so on, you will get a blue ''Post'' button. If you want the new photos to not show up on your timeline, simply do not press the ''Post'' button. Instead, just close the window as if you have changed your mind.
 +
 +You will most likely get a popup saying that you have not completed posting the images (technically, the browser is telling you that some parts of the form have not been submitted) and ignore the popup. If you go back to check your album, the photos will be there however they will not show up in the news feed.

fuss/facebook.txt · Last modified: 2022/04/19 08:28 by 127.0.0.1

Access website using Tor Access website using i2p Wizardry and Steamworks PGP Key


For the contact, copyright, license, warranty and privacy terms for the usage of this website please see the contact, license, privacy, copyright.