Content with Spinners for SEO

On January 25, 2012, in facebook, Imagine, Learning, Open Source, PHP, Tips, Web Application, by Sandeep Verma

Hits: 234  Article / Content Spinning is a search engine optimization technique to provide unique relevant content on sites / blogs. Spinning is a process for rewriting existing articles. If the original articles are plagiarized and used without the permission of copyright owner, Spinning produce multiple versions of original writing to protect contents being copied to [...]

Facebook Application Development with Graph API Cookbook

On January 4, 2012, in facebook, Learning, Tips, by Sandeep Verma

Hits: 343  Facebook Application Development with Graph API Cookbook is written by Shashwat Srivastava, Apeksha Singh for Facebook developers ranging from novice to expert. It uses PHP, HTML and jQuery, the most commonly used platforms, to build applications in Facebook. Learn from this book: Install Facebook PHP SDK and register your Facebook application Obtain access token [...]

 

Facebook Application Development PHP SDK 3.1.1

On September 28, 2011, in Concentrate, facebook, Imagine, LAMP, Launch, Observe, Tricks, Web Application, by Sandeep Verma

Hits: 460  Facebook is going to upgrade Developer API by 1st October 2011. All sites and apps on Facebook will migrate to OAuth 2.0 through this update. This will ensure that users browsing Facebook over HTTPS will have a great experience over a secure connection. We can imagine that these changes will make facebook better and [...]

Tagged with:  

Upgrade Your App to OAuth 2.0 and HTTPS by October 1st

On September 28, 2011, in Concentrate, facebook, Imagine, Launch, Observe, PHP, Tricks, Web Application, by Sandeep Verma

Hits: 554   Facebook is going to upgrade Developer API by 1st October 2011. All sites and apps on Facebook will migrate to OAuth 2.0 through this update. This will ensure that users browsing Facebook over HTTPS will have a great experience over a secure connection. We can imagine that these changes will make facebook better [...]

Exceptions with Facebook Apps

On August 3, 2011, in Concentrate, facebook, Imagine, Launch, Observe, PHP, Tips, by Sandeep Verma

Hits: 450  OAuthException: Error validating access token: Session has expired at unix time 1311357600. The current unix time is 1311357734 Request FB Access Token each & every time… Rotate Apps… OAuthException: (#1) An unknown error occurred Sometime facebook block App’s domain and text, images, links etc. used on apps, You can use URL Linter to cross [...]

iWishYou – My Best Wishes with MP3 on Facebook

On July 14, 2011, in Concentrate, facebook, Imagine, Launch, Observe, Web Application, by Sandeep Verma

Hits: 236   iWishYou is a facebook application where you can share Wishes / Greeting as songs for friend’s birthday, events, daily wishes. A wish is a hope or desire for something, iWishYou attract users with nice share on FB Walls. It is the better way to express your emotions to your friends & circle.

Tagged with:  

I have Cloud Power

Hits: 395   Amazon Web Services AWS is an IaaS platform and provides maximum freedom for developers in choice of the OS, middleware and development environment. Google App Engine + Google Apps Google App Engine is used as SaaS, it provides free limited resources (disk space and bandwidth), GAE supports programming languages – PHP, Python and [...]

Get PID from FBID

On June 12, 2011, in facebook, Tricks, by Sandeep Verma

Hits: 748  <?php include(“lib/facebook.php”); $APPLICATION_ID = “xxxxxxxxxxxxxxx”; $APPLICATION_SECRET = “yyyyyyyyyyyyyyyyyyyyyyyyyyyy”; $facebook = new Facebook(array( ‘appId’ => $APPLICATION_ID, ‘secret’ => $APPLICATION_SECRET, ‘cookie’ => true )); $fbid=”xxxxxxxxxx”; $fql = “SELECT pid FROM photo WHERE object_id=”.$fbid; $param = array(  ’method’ => ‘fql.query’,  ’query’ => $fql,  ’callback’ => ” ); $fqlResult = $facebook->api($param); $fql = “SELECT src_small, src_big FROM photo [...]

fbsocialmarketing.com

Hits: 120   FB Social Marketing is a Social Media Marketing company specializing in the development of Facebook Fan Pages for your business. Be sure to check out complete line of training videos. I have partnered with Shelle Kind of fbsocialmarketing.com and we have released the Amazon S3 / EC2 Solution for Facebook fanpage apps. Visit [...]

Tagged with:  

Save Facebook Profile Photo

On May 7, 2011, in Concentrate, CURL, facebook, Imagine, LAMP, Launch, Observe, PHP, Tricks, by Sandeep Verma

Hits: 291   <?php $facebook_uid = ’100000296428149′; $sourcecode = save_facebook_profile_photo($facebook_uid); print_r($sourcecode); file_put_contents(“images/”.$facebook_uid.”.jpg”, file_get_contents($sourcecode['url'])); //this is name of new file that i save function save_facebook_profile_photo( $id ) {     $options = array(         CURLOPT_RETURNTRANSFER => true, // return web page         CURLOPT_HEADER => false, // don’t return headers         CURLOPT_FOLLOWLOCATION => true, // follow redirects         CURLOPT_ENCODING => “”, // handle all [...]

Amazon S3 & Facebook Fanpage app

On April 26, 2011, in Amazon Cloud EC2 S3, Amazon Web Services, Concentrate, facebook, Imagine, LAMP, Launch, Observe, Tricks, by Sandeep Verma

Hits: 820  I want to link Amazon S3 https object like “https://s3.amazonaws.com/bucket/index.html” to facebook iframed fan page… But it returned error…. 405 Method Not Allowed Code: MethodNotAllowed Message: The specified method is not allowed against this resource. ResourceType: OBJECT Method: POST RequestId: XXXXXXXXXXXXX HostId: XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX OR PreconditionFailedAt least one of the pre-conditions you specified did not [...]

Tagged with:  

Looking for something?

Use the form below to search the site:

Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!

Visit our friends!

A few highly recommended friends...