Facebook Ads Mediation with AdMob using Expo - react-native

Been struggling with Facebook ads on my app (developed using Expo managed workflow)
I never successfully display any Facebook ads and I would like to try mediating FB ads using AdMob.
I created placements on Facebook, the status is now "Waiting for bid request" and also set up the AdMob end. I can see AdMob sending bid requests to Facebook from the AdMob mediation report, but it always said no request on the Facebook end.
Does anyone successfully implement Facebook mediation on AdMob (be it a banner or interstitials)?
Many thanks!
Regards,
Rex

Related

Is there any way to get the social account link in React Native?

I am developing an app with React Native and need to get Facebook, Twitter, Instagram account link when the user signups. And I need to send it to the server with API.
How can I get the account links? Should I add any SDK for that?
You can use Firebase auth for your app, refer the following link
https://firebase.google.com/docs/auth

Publish on facebook and twitter like instagram

I am making a social media app in react native where I want to add feature to publish the post on Facebook and Twitter same as in Instagram.
As I have gone through many articles and documentation it says that publish_actions has been deprecated and we should use Share Dialogs but I don't want that popup coming, it should directly post on Facebook. How to achieve that and how does Instagram does it ?
From Facebook documentations:

after login with google and facebook not returning back in ios 7

As per title in my app i can successfully login with facebook or google account as per tutorial given in developer.facebook.com and developer.google.com but problem is that flows not return from browser to my app.
Did you configure your project's URL Schemes correctly in your info plist?
https://developers.facebook.com/docs/ios/getting-started#configure
The login calls a custom URL that your app has to handle after the authentication is done

Rails Application Integration with Instagram and Pinterest

Is their any way to integrate rails app with Instagram and Pinterest like we do in case of facebook. I have to add these social media in my rails application so that my application will be able to authenticate via Instagram or Pinterest. Also I have to post image to these social sites on user's behalf from my application as we do in case of facebook.
Please Reply
Thanks

Admob Mediation to Flurry for an AIR App

I am using the Native Extension from http://www.milkmangames.com/blog/tools/ to display AdMob Fullscreen Ads (Interstitial) in a Game. The Ads from Admob work fine.
Now i would like to use Flurry Ads using Admob Mediation. Here is what i did:
Create Application and AdSpace in Flurry
Setup the Mediation in Admob using Project API Key and Ad Space Name from Flurry.
Set the eCPM of Flurry higher then Admob (also tried lower)
Still only Admob Ads are shown. Am i missing something? Has anyone gotten mediation to work (maybe even with AIR Native Extension) ?
Thanks
You will need to have the Flurry SDK and and Admob-FLurry mediation adapter in your app also.
You need to wait about 5 minutes for any mediation config changes to propagate.
And then Flurry has to have some ads to show you. It's possible that they have none for your device in your area at this point in time.