[RevenueCat][Unity] How to get the Facebook anonymousID? - facebook

We’ve been following the Facebook Ads documentation on RevenueCat. However, I can’t find the reference to get “anonymousID” in the Facebook SDK (v15.1.0)
https://www.revenuecat.com/docs/facebook-ads#2-send-device-data-to-revenuecat
https://developers.facebook.com/docs/unity/reference/current
Any advice is greatly appreciated.

Related

Facebook Graph API: Call_To_Action for https://m.me links

Any dude could disclose how to do this?
What I want is, to use Facebook Graph API to post on my own page. The post should have the call_to_action button, which is linked to https://m.me/mypage
There's not much on call_to_action topic on graph api documentation. Scraphing through Google shows no related results/experiences. The ads-doc is restricted to ads-posts and not complete!
The following cta-types are not working: MESSAGE_PAGE, OPEN_MESSENGER_EX, OPEN_LINK and GET_OFFER... They all do not accept link to https://m.me. But external link likes: http://stackoverflow.com will works.
Following error shows:
(#100) Call-to-action is only supported for external links and some
types of Facebook links.
Any help are appreciated :)
Thank guys

How Can I Follow Other facebook Accounts using Facebook Graph API

I tried follow and og.follow
both didn't worked for me
if Anyone has the PHP Code Then Please Share{PHP SDK}
and Also How To Grab No Of Followers using Graph API{PHP SDK}
P.S:I Am Using BlackBerry Token
The /{user_id}/subscribers edge is no longer available since v2.0:
https://developers.facebook.com/docs/apps/changelog#v2_0_graph_api
/me/subscribers and /me/subscribedto have been removed.

Embedding website to facebook. (Error code: ssl_error_rx_record_too_long)

I created a facebook application with a page. But when i'm accessing the application it gave me the error as stated in the title
I hope someone could help me with this.
Thanks.

Post multipart/form-data in C# to upload photos on facebook

I have closely looked into each of the links on stackoverlow and tested them with facebook , but none of them is working for facebook. It throws an error each time (improper format). Please help me , I need a facebook developer in C# to help me out.
We have samples on uploading video and photos in a Facebook nuget sample package.
Can you try this and check out the code please?
Install-Package Facebook.Sample

Crawling a Facebook fanpage

I want to cral a facebook fanpage to get the details of all the members who are fans of that page. I there any function in the face book API which will help me. Or is ther any other way I can do this???
You might try DineJS, a programmable crawler:
http://code.google.com/p/dinejs/wiki/Samples
Scrapy is also a nice framework for writing custom crawlers.