brione-zz / Brion-Learns-OAuth

Example of an Android application that authenticates via Twitter OAUTH and allows updates and displays the last successful update.
70 stars 19 forks source link

Twit is not being searched inside the search.twitter.com #6

Closed PareshMayani closed 13 years ago

PareshMayani commented 13 years ago

Hello sir,

I have downloaded this example and tried it out and by using this example, status is being updated successfully on twitter. But whats the problem i am facing is whenever i try to search the part of status text at search.twitter.com URL (For example, status is "This is the demo status udpate by paresh and if i try to search update or paresh or any word at search.twitter.com then it is not showing the same status but showing other statuses containing the same word and which i had posted using the actual twitter application.)

In short, Problem: want to search about the status(posted by this example) at www.search.twitter.com.

So sir, can you please help me to figure out what may be the possible solution to this issue?

brione-zz commented 13 years ago

Hi Paresh,

That's really outside of the scope of this example. The example was only for me to learn OAUTH, in the context of Twitter and to provide a working example that would hopefully assist others to do the same.

Good luck solving your problem!

Brion