MunGell / Codeigniter-TwitterOAuth

Codeigniter and TwitterOauth library integration
76 stars 62 forks source link

Callback goes to the homepage #4

Closed EliasRanz closed 11 years ago

EliasRanz commented 11 years ago

I just downloaded your library, and was having the issue of the callback going back to the homepage instead of the callback that I have listed on my twitter application. I was wondering if you might have a solution for this. I'm not sure what is causing the issue. I haven't made any modifications to the code that you have on this github directory. Just wondering if you might have an idea. I'm trying to get it so that I can automatically tweet from an account when a livestream goes live on my site. Let me know if you have any ideas of how I might go and fix this.

tc885 commented 11 years ago

If you look in the controller after every callback there is a redirect to the home page redirect(base_url('/')

I'm not sure why it's there. It makes it tough to debug. I just commented them all out and created and echo for each that describes the type of call.

EliasRanz commented 11 years ago

Right I realized that, thanks :+1: