I'm having issues connecting to my client's ad account, and someone suggested I ask this question here, as no one seems to know what the problem is and getting in touch with Facebook support seems to be impossible.
I just signed my first Facebook marketing client, and the first thing we did was add me as admin via the business manager. But I still couldn't see the ad account that she had created and ran ads with a while back, and she couldn't see any ad accounts that I created.
I asked around and spoke to some ad specialists that suggested she add me as admin via her Facebook page instead, and that didn't work. Others suggested that the ad account she had made previously was tied to someone else, thus why it was invisible to me, but she claimed that that was not the case.
And now I'm not sure what to do, as no one has any other suggestions as to what the issue may be. If anyone here could help me, even though this isn't a programming-related issue, I'd be very grateful!
Related
My personal Facebook account has been disabled (due to 'repeat copyright infringement' but that's another issue I need to discuss with Facebook as we keep having things removed we are in fact allowed to use)
The big problem is we have apps created by my personal account which is a developer account and since being disabled nobody can log in to our apps as it says the apps have also been disabled.
Can someone at Facebook please help me with finding a solution to this, not necessarily reinstating my account which would be perfect but I appreciate I need to speak to someone regarding the reason for termination, but perhaps make one of the test users an administrator for the apps if this will solve the problem?
Thank you
I am an administrator of one of the apps on facebook developer account. One of the administrators is obsolete so i decided to remove him from that role. After ticking the (x) on his account to remove the administrator i was kicked out to the main page of the facebook and i cant see the app i was working on again.
i checked if it was deleted so i can restore it back, but it wasnt. what did i do wrong and how can i get the app back? my mobile apps are connected to it for validation.
please help!
thanks alot
really not sure why people are down voting this question, its something i encountered from facebook, but thanks anyways. The solution was that i had to ask another administrator to add me back.
i just want people to know that deleting an administrator could cause you to be deleted from the specific app.
cheers!
I've integrated Facebook's AccountKit as the login system for my app. It has some bugs but usually works fine.
My developer reported a fairly bad experience though recently. He had to restart his computer, thus clearing the sessions, and when he went to re-login to the app via AccountKit, he realized that the same email address he had been using returned a different user_id than the one it had been returning previously. This of course caused a problem in that our backend could not find any account relating to the new Accountkit id.
I've been unable to find much information about this. I'm wondering if this is a bug or a feature! Any further illumination on this subject is greatly appreciated!
Every login will return a different Access Token or Authorization Code as documented here: https://developers.facebook.com/docs/accountkit/accesstokens
If you get the Account ID from the Access Token, it should always be the same for a user entering the same email address. What you're describing sounds like a bug and if you can still reproduce it, you should submit a bug report and someone will look into it. https://developers.facebook.com/bugs/
I have done much searching but not able to find a solution.
Trying to get my Twitter to Facebook feed setup but getting this error:
"Facebook reported an error. The error has been reported to our engineering team. Please try again as it might be a temporary problem"
From what I can gather it may have something to do with an old account that has been deleted, but I have no idea how to resolve this and nor do a lot of other people.
First up: this is not a programming question since it's not related to the Twitter API but to the Twitter interface. Therefore, it's actually to be regarded as "Off-Topic".
To give you a helping hand nevertheless:
What you are describing is a known bug Twitter bug. Check https://www.facebook.com/help/community/question/?id=110412992466716 and https://dev.twitter.com/issues/998
The problem comes up when your Twitter account was previously connected to another Facebook account that you deleted/deactivated without removing the Twitter app first. Now that you try to connect to a new Facebook account, Twitter still tries to authorize using the old credentials of that other account.
Currently, your only hope is to ask Twitter to manually remove the old account credentials from your Twitter profile's backend. From what I've been reading, Twitter frequently fails being cooperative in that point... you can only ask and hope someone at Twitter is able and willing to manually correct their bug.
I am looking for a way to connect to facebook by allowing the user to enter in their username and password and have our app connect to their account and get their contacts so that they can invite them to join their group on our site. I have written a facebook app before, but this is not an app as much as it is a connector so that they can invite all their friends or just some to the site we are working on.
I have seen several other sites do this and also connect to Yahoo, Gmail and Hotmail contacts. I dont think they are using Facebook Connect to do this since it is so new, but they may be.
Any solution in any language is fine as I can port whatever example to use C#. I cannot find anything specifically on Google or Facebook to address this specific problem. Any help is appreciated.
I saw a first answer get removed that had suggested i might need to scrape the friends page. The more I look around, this might be what i need to do. Any other way i think will require the person to add it as an app. I am wondering how a answer can get removed, maybe that user deleted it.
Try This
Not sure if its possible explicitly but there are indirect ways to do it!!!
Here is another article that seems to cover what you want to do http://facebook-developer.net/2008/02/20/allow-your-users-to-invite-their-friends/