Jump to content
UBot Underground

User Agent Android Not Compatible


Recommended Posts

I want to make automated bot to get followers on Flipboard.com however, I had a problem like this http://prntscr.com/8txnji

"Sorry! You are using a browser or version that is not compatible with Flipboard. To view this content, please upgrade to one of the supported browsers listed in our FAQ, or download our mobile app."

Can anyone help me?

Link to post
Share on other sites

That User Agent node used only OLD user agents. You can put a variable in it or type a later version into it.

 

I used default Ubot 5.9.1 browser and is fine. (Chrome 39)

 

This is the preferred way in latest Ubot

 

set header("User-Agent","Mozilla/5.0 (Windows NT 6.1; WOW64; rv:41.0) Gecko/20100101 Firefox/41.0")
navigate("https://flipboard.com/","Wait")

 

that uses latest fire fox

 

you can find and try many user agents here
http://www.useragentstring.com/pages/useragentstring.php

 

CD

 

Link to post
Share on other sites

seems to work fine

 

set header("User-Agent","Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30")
navigate("https://flipboard.com/","Wait")

 

but just know that sites are much smarter now and can detect many things.

 

Screen size

Browser view port size

Plugins

 

and so on

Link to post
Share on other sites

seems to work fine

 

set header("User-Agent","Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30")

navigate("https://flipboard.com/","Wait")

 

but just know that sites are much smarter now and can detect many things.

 

Screen size

Browser view port size

Plugins

 

and so on

thanks for your suggestions and ideas.

 

but, how to open an application from the user agent Android?

 

whether requiring additional plugins?

Link to post
Share on other sites

"set header" command is new in the Stealth version

 

no plugin required

 

I forgot to give this example in case it was not clear above.

 

set user agent("Mozilla/5.0 (Linux; U; Android 4.0.3; ko-kr; LG-L160L Build/IML74K) AppleWebkit/534.30 (KHTML, like Gecko) Version/4.0 Mobile Safari/534.30")
navigate("https://flipboard.com/","Wait")

 

CD

Link to post
Share on other sites

This is the result of my internet speed http://prntscr.com/8ut2h0, this is a medium-sized package on my country. this speed may be very bad, much better in developed countries like your country.


I want to look like when I open Flipboard through android application. like this :
http://prntscr.com/8ut1gt
http://prntscr.com/8ut1h1

and I want to grab user id on the part that I put a red mark.

Do you have ideas and suggestions?

sorry if my english is not good,  I use Google translation to write. I hope you understand.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...