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.
Related
I'm trying to build a login scene for my app. Using AWS Cognito user pools I have managed to build a generic sample of code which handles the code exchange for login through Google and Facebook through a URL provided from the hosted UI. For Example:
https://appname.auth.eu-central-1.amazoncognito.com/oauth2/authorize?response_type=CODE&scope=openid%20email&redirect_uri=...&...identity_provider=Google/Facebook...
All that is left to implement is how unity will prompt the user with this URL. I want some kind of dialog box to popup and not call Application.OpenURL which simply opens the browser. This is fairly common around android/IOS apps. I have tried looking into some embedded browser solutions for that but it seems overwhelmingly complicated.
My question is what is the simplest and lightest way to achieve the login dialog box, will I have to use embedded browsers like this open source repo: https://github.com/gree/unity-webview. Am I missing something trying to achieve my goal?
I'm sorry that there are no code samples to show, since I still don't know what plugin/UI component to use.
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.
I want to start Hangouts from my Glassware so that the user can make video call to any of his contacts in the Glass. I tried the giving the package name of the hangout app in an intent , but it did not work. If anybody has tried this before ,please do share.
Thanks
Starting a hangout from an intent isn't supported by the GDK. A feature request was filed in our issue tracker here; feel free to follow it so that you can be updated if anything changes!
I want to start Hangouts from my Glassware so that team can see what is out put is coming.
I did lots of RnD, then I come up with below solution
steps -
install myglass into mobile
install your apps in google glass
paired with glass with your mobile thr Bluetooth
start myglass apps and sync with glass
done
now start you application over the google glass, it will show at mobile in same way and behavior.
let me know if it work
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.
HI
I have a django application running on app engine and I want to add a twitter login to my application.
Do you have a good links how to do that. I already registered my app in twitter.
Just don't know how to do login/logout buttons.
Thanks, Arshavski Alexander
I think the easiest way to accept Twitter as a login is to take advantage of a service like RPX.
The app engine recipe website has code which demonstrates how to integrate RPX with app engine.
I also wrote a complete (but tiny) demo app which demonstrates this too. You can get the code here: http://github.com/dound/gae-sessions/tree/master/demo/.