Hi…
I’m very new here, and i have problem with get tweets by id.
I have users ids with there tweets id, how i can get them with this:

https://api.twitter.com/1.1/statuses/show/130022282960715776.json
when i try it at browser, gives me this error {“errors”:[{“code”:215,“message”:“Bad Authentication data.”}]}
so i create an application but how to use them together?

You need to use the OAuth token for the application you’ve created to authenticate your API call. I’m afraid that you can’t go to api.twitter.com in a browser and get data back, you need to do that in code.