My Writings. My Thoughts.

Android and ASP.NET / C# Training Course at Chandigarh

// May 8th, 2012 // No Comments » // Uncategorized

We are starting Professional Training courses in ASP.NET / C# and Android Development (Native Development). If interested please contact at training@impact-works.com or +91 9872126734 for more information on the same.

How to create Facebook Invite feature?

// January 24th, 2012 // 8 Comments » // ASP.NET, C#, Facebook Development, Uncategorized

Yes its been a long long long gap and i haven’t written any post, some time busy and lazy at other time i just could not keep up the initial euphoria of starting a blog and maintaining the momentum.

Recently i got a comment on how we can integrate the Facebook Invite feature in our websites, so i will dedicate this blog post on the same, The basic idea is to Post a custom message on the wall of all the friends of person who invites, so lets start, To begin with (in case you have not followed the series) please check the first post here, Once we have the user info, lets import all the friends.

Continue Reading

Updating / Editing Facebook Event via Graph API using ASP.NET / C# – Part 7

// July 28th, 2011 // 21 Comments » // ASP.NET, C#, Facebook Development

Please see this post in continuation to Part-6 , where we created an event.

To update an existing event is very easy using Impact’s Facebook Connector / Library, lets see how.

Continue Reading

Attaching / Posting image to Facebook Event in ASP.NET / C# using Facebook Graph API–Part 6

// July 14th, 2011 // 6 Comments » // ASP.NET, C#, Facebook Development

This is going to be a very brief post on attaching an image to Facebook event via graph API. Facebook API’s documentation is not so good and if we see the official docs there is no mention of uploading image to an event via the API, the only mention is of uploading photo to an Album or Profile.

Continue Reading

Posting to Facebook Wall in ASP.NET/C# using Graph API–Part 5

// July 12th, 2011 // 49 Comments » // ASP.NET, C#, Facebook Development

A wall post on Facebook can be in many forms it can be a Status update / Link share / Video share / image share etc. If we look at the “Post” object in the Graph API it exhibits following properties

Continue Reading

Creating Event(s) on Facebook with ASP.NET / C# using Graph API–Part 4

// July 8th, 2011 // 18 Comments » // ASP.NET, C#, Facebook Development

Lets continue part 4 of the series with creating an event on Facebook, to completely understand the flow of the project please do read part-1 of the series by clicking here

Continue Reading

Publishing with Windows live writer

// July 6th, 2011 // 1 Comment » // Uncategorized

I have been using WordPress for last few weeks and recently came across Windows live writer and boy o boy, its amazing and works really well with WordPress, give it a try and the fun part is that you can easily sync multiple blogs with Windows Live writer and can post single entry to multiple blogs

Reading Facebook user’s Wall with ASP.NET / C# using Facebook Graph API – Part 3

// July 6th, 2011 // 24 Comments » // ASP.NET, C#, Facebook Development

The most interesting aspect of using Facebook is the Facebook Wall , it gives you an overall picture of what’s up with your friends, which applications they are using,what they are sharing, who is liking what and what not.

Continue Reading

Importing / Reading Events using Facebook Graph API in Asp.Net / C# – Part 2

// July 4th, 2011 // 2 Comments » // ASP.NET, C#, Facebook Development

Continuing the series on Facebook Graph api connector, here is the 2nd installment of the same, Lets use our Facebook Graph api connector to import the events of  a user, Continue Reading

Using Yahoo placefinder API to fetch Longitude/Latitude

// July 2nd, 2011 // 14 Comments » // ASP.NET, C#

Have you ever been in a situation where to need longitude and latitude by place name, if yes the Yahoo Placefinder API is your friend, here i will demonstrate a small snippet of code which can be used to call placefinder api and use the resultant xml to get Longitude/Latitude.

Continue Reading