Jump to content
UBot Underground

[SELL] Facebook API Plugin (Extreme API Options)


Recommended Posts

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

Link to post
Share on other sites
  • Replies 199
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Popular Posts

Listed on our website at http://www.botguru.net/facebook-fql-explained/   Facebook API – FQL Tutorial From the Facebook Query Language (FQL) documentation Queries are of the form SELECT [field

Update Added:   Proxy support for fetching tokens, as well as command for use inside the fb container to allow for multi threading. http://content.screencast.com/users/lowridertj/folders/Ubot%20Stu

The version number of the DLL did not change with the last update. It's still 1.0.1.1   Here's the hash of the latest file: MD5: 2fddedb82676f56e34b04fbbf25a9e71   Cheers Dan

Posted Images

For now til update make sure to read and follow the attention area beneath the sales image in the first post. That should solve your issue

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.  

Link to post
Share on other sites

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.  

 

I can confirm there is something wrong at the moment. Not sure if facebook has changed something.

 

I looked at the communication in Fiddler and after the plugin sends the login request:

POST https://www.facebook.com/login.php?login_attempt=1

 

It get's redirected to:

GET https://www.facebook.com/common/invalid_request.php 

 

 

And the return value of  $fb api http graph token  = 

#token: SelectableMenu

 

 

I can login via HTTP when I run the POST / GET commands directly. 

Requesting a token via that way works as well.

 

I sniffed both communications via Fiddler.

And the only difference I can see is Cookies.

 

During the first GET request the Facebook API plugin already has some cookies:

Cookie: datr=v2A8U_CxxxxxxxbL; csm=2; xs=4%3ATqaAZI6Lk10_-g%3A2%3xxxxxxx%3A3057; lu=ggc4Oxxyasdasd1zB3L4vw; fr=0HqF9asdasdaduQ.AWVEDm9Rqj8g1-asdasdE6k6gu8.BTPGaasdasdXPeNrp; s=Aa7qUasdasdasdGDA; c_user=1asd
 
And the same cookies are present when the POST is executed.
 
 
When I run HTTP directly against facebook. I don't have any cookies present during the first GET.
Then I receive the FB cookies:
Set-Cookie: reg_fb_gate=https%3A%2F%2Fwww.facebook.com%2F; path=/; domain=.facebook.com
Set-Cookie: reg_fb_ref=https%3A%2F%2Fwww.facebook.com%2F; path=/; domain=.facebook.com
Set-Cookie: reg_ext_ref=deleted; expires=Thu, 01-Jan-1970 00:00:01 GMT; path=/; domain=.facebook.com
Set-Cookie: datr=xxxxxxxxx; expires=Fri, 01-Apr-2016 12:18:17 GMT; path=/; domain=.facebook.com; httponly
 
And those cookies are present during POST.
 
And that works fine. 
 
 
But I'm far from being an expert in that area. So I really don't know what the FBAPI plugin is doing in the inside.
 
Dan
 
 
 
Link to post
Share on other sites

update and new features coming within 24 hours.

 

Hi TJ

Will you email the new download link to all users? as i think i even did not got any email about the last update 

 

Thanks

Link to post
Share on other sites

Update email just sent out. 

 

Added some new features, and ability to authorize with a fb application for token stead of the old way which caused some people problems.

 

Video link in new addl source code folder

details to come shortly.

  • Like 1
Link to post
Share on other sites

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.

Link to post
Share on other sites

Update email just sent out. 

 

Added some new features, and ability to authorize with a fb application for token stead of the old way which caused some people problems.

 

Video link in new addl source code folder

details to come shortly.

 

Hi

I have not got any email yet, even last time i did not got it, my email is probably not added to your mailing list, let me know what details do you need from me

 

Thanks

Link to post
Share on other sites

If you haven't gotten the email yet, please email me as i mentioned before with your transaction number and a valid email for it.   also whitelist or add to your contacts admin@botguru.net

 

Hi

Just sent you an email, from * [at] jain.net.* with the transaction id

 

Thanks

Link to post
Share on other sites

this looks so simple, but i can not get this to function

 

what i need is the me,bers list

=============================================

set(#token$plugin function("FBAPIPlugin.dll""$fb api http graph token""+639224041503", 9224041503, ""), "Global")
plugin command("FBAPIPlugin.dll""fb api container"#token) {
    clear table(&bbw admirer)
    plugin command("FBAPIPlugin.dll""fb api search groups""bbw admirer"&bbw admirer)
}
plugin command("FBAPIPlugin.dll""fb api container"#token) {
    alert($plugin function("FBAPIPlugin.dll""$fb error"))
    clear list(%members)
    add list to list(%members$plugin function("FBAPIPlugin.dll""$fb api group details search"$table cell(&bbw admirer, 1, 1), "members"), "Delete""Global")
}

Link to post
Share on other sites

if the #token is not being set.   see the new source code folder dated 4-4-2014

in there is a shortcut to a video

 

at about 1.15 minutes, shows how to set it up to authorize with a fb application.

this will be more accurate then using the http graph token option as that uses the graph explorer of fb to scrape and would have to instruct people that if they havent used it already or before to check box all access rights on it manually and generate a token first.

 

so the app option was spawned.

Link to post
Share on other sites

$fb api get object

 

thats to get a single objet , like getting details about a single comment, a single group , a single video , and return a JSON text

 

 

from that you can extract what you like using

http://www.ubotstudio.com/forum/index.php?/topic/16166-free-plugin-jsonpath-parser-plugin/

 

 

$fb api graph token authentication

 

that is used to try and authorize graph explorer usage for first timers

 

 

$fb api http graph token

 

that is used to go to graph explorer page and extract the current token from the page

 

 

 

The best way to authenticate and most accurate way is using $fp api login

and incorporating it to a facebook app with all permissions as shown in the example code dated 4-4-2014

Link to post
Share on other sites

are you obtaining a token? and it populating,   usually best to place the function into a #variable so that you can track (debug) if its grabbing a token for you.

 

and are you using the $fb api login
or the http one to obtain the token?

 

there is 2 ways to do it for the token.

Link to post
Share on other sites

Yes, I am obtaining the token using the "get token" tab in your script "test API.ubot" (I havent changed anything).  The problem is only trying to like a comment, because the other functions work (commenting, posting, serching etc).

Link to post
Share on other sites
Guest
This topic is now closed to further replies.

×
×
  • Create New...