1

I'm using Symfony2 project, how can i use HWIOAuthBundle to get last tweet on twitter? Or, other bundle symfony to authentication api 1.1 of twitter? please give me a suggestion.

j0k
  • 22,600
  • 28
  • 79
  • 90
Ba Xop
  • 19
  • 3

1 Answers1

4

I guess using the HWIOAuthBundle is not the correct choice for fetching tweets over the new API. It's main purpose is to extend the security layer, so you can implement a login system using OAuthTokens.

I recommend you the EndroidTwitterBundle. It's simple, easy and created for your exact use case.

devsheeep
  • 2,076
  • 1
  • 22
  • 31
  • hi devsheeep, i just installed EndroidTwitterBundle. but it given the error: SSL certificate problem, verify that the CA cert is OK. Details: error:14090086:SSL routines:SSL3_GET_SERVER_CERTIFICATE:certificate verify failed – Ba Xop Jul 10 '13 at 06:55