Category: Tech
Posting To Your Facebook Feed as Page, not User
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
Create Unique Facebook App Bug Workaround
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 [...]
Third Party Cookies, OAuth2.0, iFrames for Facebook Dev
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 [...]
Facebook PhotoTag Tips
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
Custom CSS Style Guide for Momentus Apps
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 [...]
git commit single file
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
Comments