Category: Tech

Posting To Your Facebook Feed as Page, not User

Posting To Your Facebook Feed as Page, not User

Anna • January 25, 2011 • Comments View Comments

You want to post to your Facebook page’s feed, from an app, and have it appear as the page owner/admin, not as an individual, right? It used to be one way, now it’s another. 1- Get permissions with “manage feed” between the app, the user, and the page. Let’s call this access_token1. 2- Using that [...]

Category: Facebook, Tech, Techniques

View Post

Create Unique Facebook App Bug Workaround

Create Unique Facebook App Bug Workaround

Chris • January 12, 2011 • Comments View Comments

Since Facebook introduced OAuth 2.0 for Canvas, the Momentus ‘Create Unique Facebook App’ feature has been broken. We’ve looked into the cause of this break, and there is a simple workaround to use now. We will be releasing a permanent fix, but for the time being, this workaround works fine. As you go through the [...]

Category: Facebook, Tech

View Post

Third Party Cookies, OAuth2.0, iFrames for Facebook Dev

Third Party Cookies, OAuth2.0, iFrames for Facebook Dev

Anna • December 30, 2010 • Comments View Comments

We ran into an issue with one of our apps that no cookie was being set, for users that had browsers the “third party cookies” setting disabled, in FireFox (see picture). According to the official word, Facebook doesn’t support this. Thing is, if you’re creating a PHP application in iFrames, it’s necessary to get that [...]

Category: Facebook, Tech

View Post

Facebook PhotoTag Tips

Anna • December 27, 2010 • Comments View Comments

Lately photo tagging is running rampant in the Facebook app world. In the few apps I’ve done using tagging, there was a sore lack of documentation. To remedy that, I thought I’d write up some of my learnings. With photo-tagging, the data is labeled differently when read than when written. FYI- I’m using the PHP-SDK [...]

Category: Facebook, Tech, Techniques, phototagging

View Post

Custom CSS Style Guide for Momentus Apps

Custom CSS Style Guide for Momentus Apps

Chris • November 9, 2010 • Comments View Comments

Availability: Custom CSS is currently available for the Badge application. Applying Custom CSS: Applying a custom CSS style to your application takes one step. In the ‘Build an App’ page, simply enter the URL link to your CSS file and then click ‘Save’. Custom CSS Tips: The best way to customize the look of your [...]

Category: Publisher, Tech

View Post

git commit single file

Chris • November 4, 2010 • Comments View Comments

If you want to commit only 1 file or a set of files from your git repo. Just do this: git commit file01.txt Hope this helps! git commit only one file, git commit only certain files, git commit only some files

Category: Tech

View Post