Jump to content
UBot Underground

automaton

Fellow UBotter
  • Content Count

    41
  • Joined

  • Last visited

Everything posted by automaton

  1. I am having trouble with liking a post. It is probably something I am just being dense about. My intention is to grab a random Group comment and "Like" it. For some reason I can grab the random ID no problem, but when I try to Like that comment nothing happens. Any ideas what I might be missing? Seems like it should be simple.
  2. Anyone know of an effective way to check if connecting to email server was successful to avoid getting errors popup in the bots. For instance if I use the connect to email server command, if it was not successful then take some action. Right now if the connection fails for any reason I get a popup error, which I don't want to happen at the user level.
  3. I have had both the problem you describe Dan and the one Kev123 mentioned. Although the problem with it not opening I have had more frequently. It seems to be the way 5.5.6/7 is saving the files, because I couldn't open it in ubot 4 either. Here is a fix to retrieve the file you can't open Kev123: 1. Rename the ".ubot" extension to ".zip" 2. Open the zip file and Extract the ".uscript" files. 3. Open the ".uscript" files in textpad or notepad++. 4. Then you can copy & paste the code to a new bot file in the Code View area. Once you get your code copied into the new bot then switch to
  4. anyone hear any more on this, or find a solution?
  5. Is there a way to kill the token without issueing a new token? So basicly the customer could hit a button where i would have a define that kills the authorized session?
  6. Quick question...it is related to a post earlier in this thread. I need a way to de-authorize" a token, so i can switch users in facebook. It is critical for a few reasons. usability, but also to stay compliant with fb TOS, I have to provide that functionality. Is there a specific way to deauthorize a token? If so i havent found it. Just loging in as another user does not do the trick. Any help would be greatly appreciated.
  7. have noticed the same thing. happens even if i log out of fb on all my browsers. even tried uninstalling my bot, and reinstalling to insure nothing was left in memory. Not a huge issue for me...but an inconvenience for sure. BTW LOVE this plugin TJ!
  8. Hey everyone, this plugin rocks! Thanks TJ. With the new update I was having difficulty getting it to work for other people after following along with the video. It would work fine for me but not for anyone else. The step I was missing was I had not gone to Settings and Review in the Facebook Developers area, and switched the toggle in the upper right side of screen to YES to make available for the general public. Hope this helps anyone who might have run into the same thing.
  9. TJ I have repeatedly done this today...the problem is spanning 3 bots for all my users...they all worked great last night. all the boxes on all 3 tabs are checked. clicked on generate key, doesnt change anything.
  10. actually i just ran the test api bot that came with the pluggin. The tab with get token. When i run it, it comes back as the token being SelectableMenu so its not just my bots. if anyone else hears anything on a fix or an eta please let me know
  11. has been working great until this morning. each of my bots that worked great yesterday wont grab info through the api this morning. I checked fb anf it shows all systems green on their end. anyone else having this issue this morning, or is it just my bots?
  12. Overall the pluggin is working tremendously. Only problem I am having is with the Picture type attachment. The picture just shows up as a link if i use a web hosted image (like in photobucket, or on my own server). If I put the path to an image on my computer. it doesnt upload it all. When my users use a pic in their post, they want the image to show...not just a link. any advice would be appreciated. (I have watched the video, and gone through the sample code). Posting without the image works great. plugin command("FBAPIPlugin.dll", "fb api container", $get token from facebook()) {
  13. Thanks TJ, bought the plugin and as always, your stuff rocks!
  14. Definitely buying this one TJ! Looks like it would make my life a whole heck of a lot easier. Hopefully I can get the funds together while it is on sale...but appears well worth even the higher price if not!
  15. Most likely there are more than one element with the criteria you are using to select the element to click when posting. With Facebook I have found recently that you need to use the Element Offset function to correct this.
  16. I have a couple Facebook posters also, and would get the same thing...although at times it would post others it wouldnt. Using Element offset fixes the problem.
  17. I was having this issue, but it seems to have mostly gone away since i started delivering my compiled bots inside a zipped setup program. I use Inno Script Studio (which is free). Now I can even send the zipped file over Facebook if I want...which I couldnt with just a zipped .exe file. Inno is super easy to learn to use, and like I said it is free...also looks much more professional I think. Hope this helps!
  18. Hello all! I have a Scrape routine I have been running for th last year which worked great up until very recently. The scrape pulls a list of groups for a user from Facebook. The problem I am running into, is the site changed how they list the groups. I used to run the scrape attribute for the page and that would pull the information I needed. Now their is no defined "page", as you scroll down more and more elements get added on so that the page "grows"...Now I can't figure out how to get the entire list...My scrape only pulls the first 60 or so records. Has anyone run into this kind of
  19. Have had the exact same problem with my backpage poster i wrote...was working great for a year, now the captcha shows for the first one...then wont show up again. Very interested to see if anyone has had luck resolving this. So far nothing has worked.
×
×
  • Create New...