We are building an app that creates campaigns and publishes these on our users facebook pages trough our business manager account. We have one part here where we want our users to be able to view their post on business manager. Mailchip does this for example using the following link format:
https://business.facebook.com/{page-id}/posts/{some-id}
The problem we have though is that we can't find the last ID to place in the URL. None of the ones we've found from the API works (campaign_id, ad_id, ad_set_id, ad_creative_id, object_story_id etc).
It is possible to get to this link from inside the business manager if we go trough the notifications and click on a notification related to the post. It perhaps would be possible to go this way but we also can't find anything related to this in the documentation.
Anyone knows how to retrieve this ID?
Related
I am working on a website for my organization which will allow users of the website to create/modify/etc room reservations for a number of spaces in our building.
Each room has a Google Calendar which links to several monitors around the building to display what rooms are [un]available. So, my goal was to utilize these calendars by having the website I am creating edit these google calendars. The problem I am having however is that from all the documentation I have been able to find, it looks like you have to prompt each user for Google Log-In. This is what I am trying to avoid. I want individuals to be able to log-in to my website, and then on the backend my website provides the authentication to Google so that they can add/edit/remove events from the aforementioned GCals based on permissions on set on their account.
Can anyone help direct me to the proper documentation? I've found a couple of things through some intensive Google-ing of my own, but I've become extremely confused about what method I should be using.
Any assistance in getting things rolling is appreciated!
If I understand it correctly, the concept that you want is to create a website that writes into your own calendar and not on the users calendar. Exactly what this 3 part tutorial of Sample Web Page for Booking gives:
Part 1: Setting up Google Calendar
Part 2: OAuth2 and Configuring Your ‘Application’ With Google
Part 3: A Sample Web Page For Bookings
This tutorial worked for many like what has been done in this SO post - How do I connect to the Google Calendar API without the oAuth authentication?.
I need assistance getting API, using which I can fetch all projects created in my Podio account.
I want to get the JSON feed from it and display it on my website for a different purpose. I went through their document, but I found APIs oriented around tasks, but not specific to getting project names. Am I missing anything?
Please let me know if anyone has done something similar in past.
Most probably you have an app in Podio that you've named "Projects". To fetch all items in that app you need to use Filter items with your app id as the parameter. You find the app id in the item modal under Actions->Developer Info
I am very new to Google API implementation. Need help regarding this.
My Requirement -
Showing purchased movie from play store in a single web page (php page) using google account
I have client id, secret key etc.
Let me know how to do it.
Firstly I need to login using gmail id. Then to show movie from it.
I have downloaded a google-auth-api from github. the example are not working properly
The Google Play Store does not appear to expose any API to determine what movies a user has purchased. The only purchases APIs I was able to find were specific to Android, and only work on in-app purchases for the current application.
I want to implement a facebook app, where I have several authors, which can post updates (text + image - similar to a very simple blog). Actual facebook users can browse the authors inside the app and read their entries.
I now want to create the possibility for facebook users to subscribe to one (or several) authors.
I currently only see two possible solutions:
Store the Facebook ID of the user who wants to subscribe to the feed and send out mass wall updates to every subscribed user, as soon as an author publishes a new entry.
Use the new subscription functionality, provided by Facebook.
To 1.:
This smells like spam.
To 2.:
Seems to be a more sane way, but I can't find any documentation for custom subscription feeds. Is this possible, at all?
Please keep in mind, that it is not sufficient to subscribe to the complete app, since every author should have an own feed.
I have a question regarding the creation of event invites by a facebook application, and the ability to invite the users who have approved that applications permissions to this event.
For example, we are a local nightclub who have an app allowing users to connect with the app to see who else is attending events etc, and keep up to date with information about the events we host. It would be ideal to be able to send an event invite to these users when we have special events or theme nights.
Currently the app has around 10,000 approved users.
Just really looking to find out if this is at all possible with the new open graph api? In particular the info provided at:
Event API Reference
How To Use the Graph API to Manage Events
There does seem to be some confusion over what these posts say can be achieved, and what actually can be achieved.. unless those that I have previously spoken to are still basing their opinions on the old rest api.
Clarification and pointers appreciated!
The HTTP POST if you use the ?users= can only handle so many IDs before the length of the url overruns. Since it's a post, you can specify the users parameter and then a comma separated list of ids for the value. Try it out here: http://developers.facebook.com/tools/explorer?method=GET&path=me