0

I do know about the whole deprecated version of their API. I hate it, but I was following this:

Simplest PHP example for retrieving user_timeline with Twitter API version 1.1

and I got the keys working, and followed the stuff.

On the index page, it shows this:

enter image description here

How can I get inside and customize how my tweets look? Stupid question, I know.

Community
  • 1
  • 1
TrippedStackers
  • 427
  • 1
  • 4
  • 17

2 Answers2

1

Convert response to json, use php json_encode(), and print in your html with Jquery $.each.

Joseph Collins
  • 441
  • 2
  • 9
0
  1. Convert response to json
  2. replace url with expanded_url in message text
  3. print in your html with Jquery $.each
slfan
  • 8,950
  • 115
  • 65
  • 78
Rakesh
  • 284
  • 2
  • 5