Facebook ads - Error creating Ads creative - facebook-graph-api

I need to post an ad using facebook api ads and I am using the php SDK.
I can create a campaign > targeting > AdSet. When I create an Ad Creative I get the error:
#errorUserMessage: "Ads creative post was created by an app that is in development mode. It must be in public to create this ad."
It states that I cannot create an Ads creative in development mode. But to get out of development mode I need to show the working application to the face.
I researched the bug and found that there is a facebook bug. They have Ads creative created manually and enter the code when publishing the ad. But I had the same error when I went to create manually. Can someone help me?
I don't know what else to do to solve this. Please help me.

Related

how to charge stripe payment in ionic 2

i'm developing hybrid app using ionic. i want to pay with stripe in my app but Stripe’s ionic native plugin doesn’t seem to have charging functionality (it’s only for creating a token and validating card info, and nothing else), and I can’t find any tutorial showing how to charge a card & stuff.
I’ve searched google and all I’ve seen are plugins & templates for full integration, all for sale.
Any help would be greatly appreciated, as I’m at a stand still at the moment.
Thanks.

Error processing in payments for facebook canvas app

I have created a Unity WebGl game which i want to implement as
Facebook Canvas App.I am using the latest version of Facebook SDK which supports WebGL.I have used:
But everytime i tried to pay it give me:
"There was a problem processing your payment".What could be the reason for this?Please anybody help me?

Get Facebook status updates from page WP7

I'm trying to make a Windows Phone 7.1 application which needs to show status updates from a specific Facebook page. I can't find any code to do this.
My app is made in XAML and C#
Could anyone help me out?
Thanks.
For doing this you will need to call Facebook APIs,and for that you will need to integrate facebook to your application see this post
Here you need to create app and use that app id with some permissions like user_about_me,read_stream,publish_stream and call their APIs.Hope this helps.

creating liquid synthaxx app

I'm a new developer to Shopify but been developing websites for 10+ years. Just got my partner account and private application setup. Been looking through the available documentations on the site and wasn't sure if applications are allowed to live on the users' shopify site or admin. is this possible? All I've seen so far are api call documentations but I'm having no luck finding anything regarding, how to add options to the admin or the liquid theme. Any references or pointers would be great!
I'm trying to figure out a way so when a user installs my app, A can add a 'part' that they can use and even new variables that they can use.
Try building with Greasemonkey for Firefox or a native Chrome App. Then convince your clients to install your code in their shop admin. Partner App with Shopify lets you inject links too. Hook that all up to your backend, and you're golden.

Using webservice in Chrome extension for accessing user information

I want to make an extension for Chrome that customers have to enter their username and password. Then after that they can view their account information by the extension instead of log in to website.
But firstly I'm beginner in developing Chrome extension then after I read some articles about it, now I don't know Where I can start?
Secondly my big problem is using web service in my extension because I have to get customer user/pass and send them to my web service (.net) to get information.
I appreciate you if you give me your ideas/sample code/tutorial/...
But firstly I'm beginner in developing Chrome extension then after I read some articles about it, now I don't know Where I can start?
Start from hello worlds, of course. I would recommend refreshing your knowledge of HTML/CSS and Javascript, as Chrome extensions are essentially local web pages.
But before you dive into new technology, think if you really need to do this as a Chrome extension. Maybe a simple set of webpages will be a better (and cross-browser) choice? Do you really need chrome.* API? Maybe you can share some additional details, like why did you decide to go with Chrome extension in the first place.