Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7597387
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T22:08:42+00:00 2026-05-30T22:08:42+00:00

Facebook released the new Timeline for Pages today. Apps installed to pages as tabs

  • 0

Facebook released the new Timeline for Pages today. Apps installed to pages as “tabs” now appear above the timeline with a 111px x 74px size thumbnail “app image”. You can customize this on a per-page level (just like the custom tab name) if you navigate the Facebook Page admin interface.

You can update the tab’s “custom name” via the Open Graph API, but they do not appear to have updated their API docs to show how to upload a custom tab_image (assuming they will). Is it possible now but undocumented? Has anyone figured out how to do this yet?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-30T22:08:43+00:00Added an answer on May 30, 2026 at 10:08 pm

    Updated 2016:

    With the latest Open Graph 2.5 API tabs endpoint and PHP SDK 5, the code should look like this:

    <?php 
    $fb = new Facebook\Facebook([/* . . . */]);
    $response = $fb->post(
        '/{page-id}/tabs',
        [
            'custom_name'=>'My Custom Tab',
            'custom_image_url'=>'http://publicly.accessible/image.jpg',
            'app_id'=>'{app-id}',
        ],
        '{page-access-token}',
    );
    

    Original 2012 post:

    I figured it out, it’s just like uploading an image. The field is called “custom_image”. Presumably they will update the documentation soon. It’s nice they enabled this API hook so quickly with the new release!

    Here’s how to do it with the Facebook PHP SDK:

    <?php
    $page_access_token = 'XXXXXXX'; // you'll need the manage_pages permission to get this
    $facebook = new Facebook(array(
      'appId'  => 'YOUR_APP_ID',
      'secret' => 'YOUR_APP_SECRET',
      'fileUpload' => true, // enables CURL @ file uploads
    ));
    $facebook->api(
      '/PAGE_ID/tabs/TAB_NAME', // looks like "app_xxxx" where xxxx = APP_ID
      'POST' // post to update
      array(
        'custom_image' => '@' . realpath('path/to/my/file.jpg'),
        'custom_name' => 'My App', // give it a custom name if you want too
        'access_token' => $page_access_token // access token for the page
      )
    );
    

    Cheers

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Facebook released today (Feb 29) Timeline for Pages. It provides private messaging between fans
We released our Facebook application Am I Interesting ( http://apps.facebook.com/amiinteresting ) earlier this week,
Facebook released new API that works perfectly on iOS4. The API's that are in
I have a facebook game application that is released at facebook platform at the
I have a game application released at the Facebook platform. I need to set
With Facebook's new SSO, logging into Facebook means that my app is temporarily shut
As I understand, as per the new FB changes for brand pages (moving them
Facebook Connect seems like the cool new way to leverage a user's Facebook account
A few days ago I released a beta version of a game on Facebook.
I have integrated the iOs Facebook API into my app successfully. Now, I want

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.