In my application I need to integrate twitter into my application. I tried to integrate it with callback url and everything was fine. I could sent my message successfully and see that message on my page.
However, adding callback url into twitter made problem for iPhone app. Now, I need to find a way to send my message without using callback url.
I searched the Internet and unfortunately all tutorials were based on callback method. Is it possible to send message without using callback method? If you know any documentation please share it with me.
Thanks