Category Archives: Social


March 10, 2024 5:02 am

How to use Skype API to Detect Users Status


How to use Skype API to Detect Users Status
Skype is one of the biggest free VoIP (voice over internet protocol) service and an instant messaging client, currently developed and managed by Microsoft. Today I am going to show you that how you can check any Skype user's status that he/she is online or off line. Its a very simple code I found on a website and want to share this with my readers.

[ Read More ]


March 8, 2024 5:04 am

How to Publish Status on LinkedIn in PHP


How to Publish Status on LinkedIn in PHP
We have received many requests from my readers to write tutorial on LinkedIn status update in PHP so this tutorial going to solve your problems and its very easy to publish status on your LinkedIn wall. No need to go to LinkedIn and update your status from your website create a file on your web site which do this all stuff without going to LinkedIn.

[ Read More ]


March 1, 2024 5:02 am

How to post into a Facebook Page with PHP using Graph API


How to post into a Facebook Page with PHP using Graph API
We have published one article on How to publish status on Facebook with Graph API which post status on user's wall when user write , now I am going to show how to post status on pages to post status on Facebook page we use Facebook Graph API in PHP to perform this task.

[ Read More ]


February 13, 2024 5:03 am

How to post tweet on Twitter with PHP


How to post tweet on Twitter with PHP
Twitter is one of the most famous micro blogging social site where you can explain your thoughts in 140 letters and today I am going to write an article on how to post a tweet on Twitter with PHP and this is a very simple procedure we already post an article on Twitter oAuth login and this will be supplement of that I hope you guys took benefit from it specially for fresh web Developers can learn more.

[ Read More ]


January 20, 2024 5:01 am

How to Create Custom Application for Facebook Pages


How to Create Custom Application for Facebook Pages
Fan pages on Facebook is very useful for business and brands to reach many people on social networks. On Facebook there is very few applications like Photos, Videos and Events, if you want to add more application like contact us and welcome page and as many as you can. This tutorial will explain you how to add application step by step.

[ Read More ]


December 29, 2023 5:01 am

How to Integrate login with LinkedIn oAuth in PHP


How to Integrate login with LinkedIn oAuth in PHP
Now a days popular sites provide api so that we can integrate in our sites and get there information on one click no more fill complex forms etc. Today i am going to explain you how to integrate with LinkedIn one of the most popular website.

[ Read More ]


December 28, 2023 5:03 am

Login with Twitter OAuth in PHP V 1.1 Updated


Login with Twitter OAuth in PHP V 1.1 Updated
Today I have worked on Twitter oAuth and faced many problems how to get access token for offline access to my application etc.In this tutorial i will show you how to authorize application and add tweets, remove tweets, follow friend and unfollow friend.

[ Read More ]