oAuth

Using OAuth2 to make authenticated calls to WP REST API

WP REST API is a cool solution for the developers who want to interact with their WordPress blogs programmatically. It’s handy and pretty useful. However, the documentation lacks some working examples which makes a lot of people confused. I’ve started to document some working examples at http://wpapi.xyz. The list is small, but it’s growing. Anyway, …

Using OAuth2 to make authenticated calls to WP REST API Read More »

Here comes Postman, the tiny little app that connects Flickr and Facebook Groups together

We were working to develop a new utility web application for last couple of days which will help us, the photographers, to easily share photos from our flickr photostream to multiple Facebook groups that we are subscribed to. There was a reason why we wanted to develop this app in the first place. Every time …

Here comes Postman, the tiny little app that connects Flickr and Facebook Groups together Read More »

connecting to flickr using PHP and PECL oAuth extension

flickr, one of the world dominant in photo sharing service, has added support to oAuth recently. Though their old authentication system still works (marked as deprecated but not discontinued) I find it’s wise to use their oAuth system for the better future proof application development. PHP has a nice extension to perform oAuth dance in …

connecting to flickr using PHP and PECL oAuth extension Read More »