
Usando o PHP-SDK para rodar FQL na API do Facebook
- February 15, 2011
Desde a migração do Facebook para a nova Graph API e o protocolo OAuth 2.0, sua documentação para desenvolvedores virou uma grande confusão, sem eira nem beira, de artigos depreciados, e isso se eu for otimista. O problema é que muitos artigos antigos ainda apontam para práticas não mais recomendadas e muitos deles não possuem alertas sobre estas mudanças, em casos extremos funções que em breve serão removidas da API ainda não possuem equivalentes nas novas APIs.
Read More
Managing Test Users in Facebook
- February 7, 2011
Recently Facebook implemented a new and more secure way of creating test users for your applications using the new Graph API. This new resource creates test users per application, allowing the developers of these apps to login as these users and test out their app’s functionality without using their own accounts and throwing test information into their live activity feed, this makes it very easy and clean to test new applications.
Read More
Using the Facebook PHP-SDK to run FQL
- January 12, 2011
As of Facebook’s migration to the new Graph API and its OAuth 2.0 protocols, I can say that their Developer documentation has become a confusing, misleading and generally unstrung pile of semi-deprecated articles, and I’m being optimistic in doing so. Problem is lots of old articles are still in there pointing to old practices and recommendations and most of these do not come with disclaimers pointing to new recommendations, and in some extremes old soon-to-be-deprecated methods do not even have equivalents in the new APIs.
Read More
HipHop for PHP: First look
- February 6, 2010
Just this tuesday Facebook announced a ambitious project called “HipHop for PHP”, if you missed it general opinion says you have been coding PHP in a cave. As I write this review no code has been posted yet, but Facebook has made a great move to open source the project so we can all get our hands on it, use it and contribute to it. So since the code is not out there yet, this is literally a first impression article based on the presentation made by Facebook and various posts from core PHP developers who got a first look at the technology before the release.
Read More
Análise: Facebook - The Missing Manual
- March 31, 2008
Quando recebi este livro da O’Reilly, confesso que estava com um “pé atras” achando que não seria algo útil. Se era pra aprender a usar o facebook, porque não apenas ficar clicando até aprender? Mas o livro mostra o outro lado do facebook, dando uma visão de usuário avançado para o novato, acelerando este processo de aprendizado e montando uma caixa de ferramentas maior para o mesmo, e até em alguns casos surpreendendo o usuário avançado com novidades.
O livro começa dando uma explicação aos leigos com uma visão bem geral do que é e como funciona o facebook, e neste ponto já começa a dar algumas dicas interessantes de como usar o facebook profissionalmente. O autor realmente posiciona o leitor sobre o que o livro trata, deixando claro ser um livro que clareia as idéias sobre o facebook e faz recomendações de segurança e uso.
Read More