Feedback

Close

Cancel

Already a member?  Login

Latest Stories

Feb 05 Sun
Source: All Facebook

Facebook Helped Eventbrite Move 20.8 Million Tickets Last Year: INFOGRAPHIC

(SUMMARY) Ticketing site Eventbrite gets more traffic from Facebook than any other source. Since the two forged a partnership in early March , events listed on Eventbrite have doubled in number, and every share of a listing on Facebook has brought in an...
2/5/2012 1:25 PM   Jackie Cohen   Like   Read   Share


Feb 03 Fri

The issues with JS SDK should now be...

The issues with JS SDK should now be resolved.
2/3/2012 10:50 PM   Facebook Developers   Like   Read   Share


Feb 03 Fri

Facebook Javascript API Goes Down, Taking Down Likes, Comments And Apps With It

(SUMMARY) I dare you to Facebook Like or even comment on this post. You can t, because the Facebook Javascript API , the backend system which allows developer applications and Facebook s own apps like Likes and Comments to communicate with the data available...
2/3/2012 10:22 PM   Alexia Tsotsis   Like   Read   Share


Feb 03 Fri

Currently, the JS SDK is returning /*...

Currently, the JS SDK is returning /* Not a valid locale. */. We are working on a fix now. We will update the live status as we have more information. You can following along in https://developers.facebook.com/bugs/203275643103137
2/3/2012 9:12 PM   Facebook Developers   Like   Read   Share


Feb 03 Fri

Recently we announced a new way of...

Recently we announced a new way of creating Featured Stories (previously "Sponsored Stories") on the Ads API by using action specs. These changes make the Ads API more flexible and will make it easier for developers to adapt to new story types as we launch them. We will be deprecating the old sponsored stories creative types as of May 1.

Prior to this change Sponsored Stories were defined by choosing the correct Ad Creative type for the specific Sponsored Story type. E.g. a page like sponsored story was type 9, a page post like sponsored story was type 17 etc. This made it complicated for developers to incorporate new Sponsored Story types as each Sponsored Story required different fields per story type.

By defining Sponsored Stories via Action Specs we are making it easier for new Sponsored Story types to be integrated into Ad Tool apps as they will all make use of the same standard fields.

For example, the old way of creating a Page Like Sponsored Story (Type 9) was as follows:

 curl --silent --location -F "campaign_id=6004176938239" 
      -F "bid_type=1" 
      -F "max_bid=30" 
      -F "targeting={'countries':['US']}" 
      -F "creative={'type':9,'object_id':'115632122684'}" 
      -F "name=AdGroup Name"  "https://graph.facebook.com/act_123456789/adgroups?access_token=____"

While the new Action Spec format is as follows:

 curl --silent --location 
      -F "campaign_id=6004176938239" 
      -F "bid_type=1" 
      -F "max_bid=30" 
      -F "targeting={'countries':['US']}" 
      -F "creative={'type':25,'action_spec':'{\'action.type\':\'like\', \'page\':115632122684}'}" 
      -F "name=AdGroup Name"  "https://graph.facebook.com/act_123456789/adgroups?access_token=____"

Similarly the old way of creating a Specific Page Post like Sponsored Story (Type 25 with query template 6) was as follows:

 curl --silent --location 
      -F "campaign_id=6004176938239" 
      -F "bid_type=1" 
      -F "max_bid=30" 
      -F "targeting={'countries':['US']}" 
      -F "creative={'type':25, 'object_id':115632122684, 'story_id':10150420410887685, 'query_templates':[6]}" 
      -F "name=AdGroup Name"  "https://graph.facebook.com/act_123456789/adgroups?access_token=____"

While the new Action Spec format is as follows:

 curl --silent --location 
      -F "campaign_id=6004176938239" 
      -F "bid_type=1" 
      -F "max_bid=30" 
      -F "targeting={'countries':['US']}" 
      -F "creative={'type':25,'action_spec':'{\'action.type\':\'like\', \'post\':10150420410887685}'}" 
      -F "name=AdGroup Name"  "https://graph.facebook.com/act_123456789/adgroups?access_token=____"

You will notice that the Action Spec based requests use very similar structures in a fixed format while the older process's format depended on the ad type being created. This adoption of a fixed format for defining Sponsored Stories will made it much easier for Ads API developers to support new Sponsored Stories in the future.

The following table lists a mapping from the old Sponsored Story ad creative types to the new Action Spec equivalent.

Legacy Creative type Description Action Spec
8 Promotes stories published through an app. {'action.type':'post', 'application.id':APP_ID}
9 Promotes stories about a user liking a page/place. {'action.type':'like', 'page': PAGE_ID}
10 Promoting stories about a user checking into a place. {'action.type':'checkin','page':PAGE_ID}
10 Promoting stories about a user checking into any child place of this page. {'action.type':'checkin', 'page.parent':PAGE_ID}
16 Promotes stories about a user using an app*. {'action.type':'app_use', 'application.id':APP_ID}
17 Promotes stories about a fan liking any post from a page. {'action.type':'like', 'post.author':PAGE_ID,'post.wall':PAGE_ID}
19 Promotes stories about a user liking a domain. {'action.type':'like', 'domain':DOMAIN_ID}
19 Promotes stories about a user sharing something from a domain. {'action.type':'post', 'post.domain':DOMAIN_ID}
25 + query_template=6 + auto_update=true Promotes stories about a fan commenting on any post from a page. {'action.type':'comment', 'post.author':PAGE_ID,'post.wall':PAGE_ID}
25 + query_template=6 + auto_update=false Promotes stories about a user liking a specific page post. {'action.type':'like', 'post':PAGE_POST_ID}
25 + query_template=7 Promotes stories about a user commenting on a specific page post. {'action.type':'comment','post':PAGE_POST_ID}
25 + query_template=8 Promotes stories about a user RSVPing into an event. {'action.type':'rsvp', 'event': EVENT_ID}

This post relates to the Ads API which is part of the Marketing API Program. Apps must be whitelisted in order to call this API. For more details on the Marketing API program and how to apply please click here.

2/3/2012 8:01 PM     Like   Read   Share


Feb 03 Fri
Source: All Facebook

‘Top Gear’ Celebrates 10 Million Facebook Likes With A Bang

(SUMMARY) Upon reaching 10 million Facebook likes , BBC automotive show Top Gear did what any other brand achieving such a milestone would do: It blew up a caravan. As the Top Gear Facebook page approached 10 million likes, fans were asked what the hosts and...
2/3/2012 3:17 PM   David Cohen   Like   Read   Share


Feb 03 Fri
Source: All Facebook

Facebook Users Are The Stars In The Year Of You

(SUMMARY) First, there was Take This Lollipop . Then came Facebook’s own Timeline Movie Maker . Now, the latest application to make movies out of users’ Facebook content has arrived from down under. Australian athletic and leisure clothing retailer Lorna Jane...
2/3/2012 2:20 PM   David Cohen   Like   Read   Share


Feb 03 Fri
Source: All Facebook

INFOGRAPHIC: How To Spot Fake Facebook Accounts

(SUMMARY) How can you tell if a Facebook account is fake ? Barracuda Labs is on the case. Barracuda Labs analyzed 2,884 active Facebook accounts to determine the differences between authentic ones and fake pages created by scammers and spammers. Among the...
2/3/2012 1:25 PM   David Cohen   Like   Read   Share


Feb 03 Fri
Source: All Facebook

VOTE: Will Facebook Charge Advertisers For Pages?

(SUMMARY) A prevailing theme in much of the reaction to Facebook’s initial public offering announcement was uncertainty over how the social network’s advertising business actually works. Several stories about Facebook’s registration to go public focused on the...
2/3/2012 1:01 PM   David Cohen   Like   Read   Share


Feb 03 Fri
Source: All Facebook

Facebook Users Receive More Than They Give

(SUMMARY) A new study claims that Facebook users take more than they give to their friends through the number of friend requests received, the use of the like button , the number of messages sent, or tagging people in photos. The phenomenon, identified in a...
2/3/2012 12:18 PM   Jennifer Moire   Like   Read   Share


NEW! Sunday Magazine

Your news, every week in a magazine!
View on computer or iPad. Click above to read now.

Sections

Content is continually updated throughout the day. Articles are provided by third party sources who are responsible for their content.
Site © Copyright 2007-2012, BubbleLife Media LLC Privacy Policy Terms of Use
Sunday, February 05, 2012 9:03 PM
Powered by BubbleCommunities 0.10.4413.27815.64
BUBBLELIFE® is a registered trademark and BUBBLELIFE MEDIA™, BUBBLECOMMUNITIES™ and NEIGHBORHOOD BRANDS™ are trademarks of BubbleLife Media LLC. Unauthorized use is prohibited.