sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

twt is null #88

Closed roabhi closed 6 years ago

roabhi commented 7 years ago

Hello and thanks for sharing your code!.

I am having a small issue with tweetie. I followed your example and it works fine, got a 200 response from Twitter and everything looks ok but for some reason I cannot get any data coming back. All I get is a null response. I checked again and again comparing it with the code you have for your live demo but cannot find where the problem is.

The only difference I see is on the call stack that on my page triggers additional calls to jquery after the anonymous function from getJSON is executed and this is as far as I can go comparing code on the client side I guess.

Could this be related to the callback url I had to enter on Twitter's end?. If so, please excuse this issue but if you could give me a tip on how to set up that callback url I would appreciate it.

So for example if my website input field on twitter's end is:

http://mydomain.com

What should I specify on the callback Url input field?

Sorry again if this has nothing to do with your code but I've not being able to find an answer for my question on twitter forums or anywhere else actually.

Any help is appreciated.

Thanks